-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read-only root with data partition #76
Commits on Apr 3, 2021
-
[WIP] Read-only root with data partition
- Use squashfs as rootfs - ext4 data partition - TODO OverlayFS for /var Work in progress: - convince systemd to work on a read-only rootfs. - Most likely needs a custom pre-init script for OverlayFS to avoid initramfs
Configuration menu - View commit details
-
Copy full SHA for e605c75 - Browse repository at this point
Copy the full SHA e605c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for c363faa - Browse repository at this point
Copy the full SHA c363faaView commit details -
feat: Bump genimage version for hybrid GPT MBR partitions
Update genimage 12 to 14 for proper hybrid partition table support. MBR is required for RPi boot partition. GPT is used for everything else. This makes partition handling much nicer whithout the primary partition limit of MBR.
Configuration menu - View commit details
-
Copy full SHA for 1bb712a - Browse repository at this point
Copy the full SHA 1bb712aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18bcc32 - Browse repository at this point
Copy the full SHA 18bcc32View commit details -
[WIP] wpa_supplicant configuration handling
Store user editable wpa_supplicant configuration file in /var/etc/wpa_supplicant and avoid bindmount indirection from /etc/wpa_supplicant.
Configuration menu - View commit details
-
Copy full SHA for e98c80c - Browse repository at this point
Copy the full SHA e98c80cView commit details -
fix: Disable dhcpcd service auto-start in Buildroot
This service was used in the old access point functionality and might be used again in the future. Instead of disabling it during first boot, remove the install section in the service file.
Configuration menu - View commit details
-
Copy full SHA for 373e6fc - Browse repository at this point
Copy the full SHA 373e6fcView commit details -
fix: Disable lighttpd service auto-start in Buildroot
Instead of disabling it during first boot, remove the install section in the service file.
Configuration menu - View commit details
-
Copy full SHA for 22a3544 - Browse repository at this point
Copy the full SHA 22a3544View commit details -
feat: Use fixed partition UUIDs
This allows to reference partitions by UUID
Configuration menu - View commit details
-
Copy full SHA for 37de846 - Browse repository at this point
Copy the full SHA 37de846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ea07d - Browse repository at this point
Copy the full SHA 70ea07dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 131724e - Browse repository at this point
Copy the full SHA 131724eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8acef64 - Browse repository at this point
Copy the full SHA 8acef64View commit details -
Configuration menu - View commit details
-
Copy full SHA for f17f9a4 - Browse repository at this point
Copy the full SHA f17f9a4View commit details -
feat: Rotate display for rpi0w and rpi3 dev boards
Included evtest to test alternative touchscreens.
Configuration menu - View commit details
-
Copy full SHA for 7be4a93 - Browse repository at this point
Copy the full SHA 7be4a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c4756 - Browse repository at this point
Copy the full SHA b0c4756View commit details