https://github.com/liske/rpi-initp
Raspberry Pi: move rootfs onto USB storage using a "init partition"
https://github.com/liske/rpi-initp
Last synced: 2 months ago
JSON representation
Raspberry Pi: move rootfs onto USB storage using a "init partition"
- Host: GitHub
- URL: https://github.com/liske/rpi-initp
- Owner: liske
- License: gpl-2.0
- Created: 2013-09-29T17:16:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T19:56:14.000Z (over 11 years ago)
- Last Synced: 2025-01-19T17:25:09.307Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
rpi-initp
=========This project contains some scripts and a very simple init implementation. Using
all together enables to use a _init partition_. _init partitions_ are just like a
_init ram disks_ but living on block devices.The project is a workaround for platforms like the _Raspberry Pi_ which are not
supplied with initrd enabled kernels by default nor having a boot loader with
initrd support. This allows to use non-builtin filesystems or USB based storage
for the rootfs.See also a small walk through on using this stuff at https://fiasko-nw.net/~thomas/projects/rpi/usb-rootfs.html