Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pders01/kodependentos

🍻 This "OS" is just a raspbian snapshot with some stuff already installed to run an ILS called Koha. The idea was to use it with another one of my repos called https://github.com/pders01/koha-out-of-the-box. If you feel the urge to revive it, dm me.
https://github.com/pders01/kodependentos

debian koha raspberry-pi raspbian

Last synced: 17 days ago
JSON representation

🍻 This "OS" is just a raspbian snapshot with some stuff already installed to run an ILS called Koha. The idea was to use it with another one of my repos called https://github.com/pders01/koha-out-of-the-box. If you feel the urge to revive it, dm me.

Awesome Lists containing this project

README

        

# kodependentOS

The image in this repository is a customized version of raspbian meant to be used with [kootb](https://pders01.github.io/Koha_out_of_the_box). Auxilary scripts can be found in the corresponding repo.

The [Raspberry Pi OS lite](https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12/2021-01-11-raspios-buster-armhf-lite.zip) image was used as a base and built upon with several [scripts](https://github.com/pders01/Koha_out_of_the_box).

After building the desired image these [image-utils](https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=247568) by [RonR](https://www.raspberrypi.org/forums/memberlist.php?mode=viewprofile&u=186692) were used.

* First you got to unzip the archive
* Then the scripts have to be made executable by `chmod +x image*`
* Then just run the image-backup script and respond to the prompts.
* In case you want to export the img immediately just mount a removable usb storage device
* `lsblk`
* pick your storage device
* sudo mkdir /media/storage
* sudo mount /dev/sdX /media/storage
* Now pick that path for the export
* Editing the default configuration file takes place in `config`