diff options
| author | alexpdp7 <alex@pdp7.net> | 2025-04-18 19:33:23 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-04-18 19:33:52 +0200 |
| commit | e93c03e7ab29ab87114c709a1886cb6f1a722e8e (patch) | |
| tree | 45e1e253213f779a89a2fa3f4e0411c334292733 /hardware | |
| parent | d2b148b679fca0eae33c62cf6d9cc5814f7635a0 (diff) | |
Add idea
Diffstat (limited to 'hardware')
| -rw-r--r-- | hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md b/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md index df80b015..c05e7484 100644 --- a/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md +++ b/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md @@ -36,3 +36,13 @@ However, I was confused: you must mount the thin acrylic shield below the USB do ### Notes * You can run a command such as `while date ; do sleep 1 ; done` to monitor that the Raspberry Pi does not reboot or poweroff. + +### Ideas + +Create an automated process that: + +* Installs Raspbian lite to an SD card +* Alters the SD partitions to create a large UDF partition +* Enables a systemd service on boot that exposes `/udf/image` as USB mass storage +* Then users can either manipulate the SD card through SSH, or by mounting the UDF partition +* `/udf/image` can be a symbolic link |
