aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-07-22 21:30:01 +0200
committerSven Gothel <[email protected]>2021-07-22 21:30:01 +0200
commit5a42113488415a09de5b384b636df08c1091cdf6 (patch)
treece977e4d2a2611a5bfcb4044b0acad10bc034cb2
parentd80e12a0dc0d66d5ab7b75c3d10bbaed88ed5ea9 (diff)
stage2: Raspi cmdline.txt: Always add 'rootwait'. Erroneously disabled for read-only using initrd.img / loop_rootfs.2021-07-22-passed-all-base
-rwxr-xr-xstage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline-rootfs_ro.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline-rootfs_ro.txt b/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline-rootfs_ro.txt
index 6218f03..a269d66 100755
--- a/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline-rootfs_ro.txt
+++ b/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline-rootfs_ro.txt
@@ -1 +1 @@
-dwc_otg.lpm_enable=0 console=tty3 root=file ro elevator=deadline fsck.repair=no loglevel=3 logo.nologo splash quiet plymouth.ignore-serial-consoles vt.global_cursor_default=0
+dwc_otg.lpm_enable=0 console=tty3 root=file ro elevator=deadline fsck.repair=no rootwait loglevel=3 logo.nologo splash quiet plymouth.ignore-serial-consoles vt.global_cursor_default=0