Actions
Feature #1010
closedFix busybox init to support no squashfs/overlay boots
Start date:
27 Jul 2023
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
If the cmdline arg pnosqash is found then the init script shouldn't boot via squashfs/overlay. Instead, the rootfs will be fully expanded already and we can just switch_root to that.
Updated by Hammel about 1 year ago
- Severity changed from 05 - Very Low to 02 - High
Updated by Hammel about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Implemented in rpi2 sandbox. Needs testing.
Updated by Hammel about 1 year ago
- Status changed from In Progress to Rejected
- % Done changed from 30 to 100
This doesn't appear to be necessary. The mkinstall script skips the initramfs installation to the SD card if -o is not used. That causes the kernel command line in cmdline.txt to boot the rootfs from the 2nd partition. So this just works, as is.
Rejecting issue.
Actions