Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pders01/kodependentos
- Owner: pders01
- License: gpl-3.0
- Created: 2020-12-31T22:18:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T20:18:28.000Z (over 3 years ago)
- Last Synced: 2023-03-05T10:28:38.162Z (almost 2 years ago)
- Topics: debian, koha, raspberry-pi, raspbian
- Homepage:
- Size: 592 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`