From 5a42113488415a09de5b384b636df08c1091cdf6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 22 Jul 2021 21:30:01 +0200 Subject: stage2: Raspi cmdline.txt: Always add 'rootwait'. Erroneously disabled for read-only using initrd.img / loop_rootfs. --- stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline-rootfs_ro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage2') 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 -- cgit v1.2.3