diff options
author | Sven Gothel <[email protected]> | 2021-07-03 06:38:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-03 06:38:11 +0200 |
commit | e164a41cd676647f8bede3bede360a09615cb139 (patch) | |
tree | 92e4949af5fede348e50aca810b7f5f18de4fcbc /stage2 | |
parent | 10e2ff394f86799668c8930ed99234dec2c3a128 (diff) |
cmdline.txt: Drop `rootfstype=ext4`, we determine this at runtime within loop_rootfs (initrd)
Diffstat (limited to 'stage2')
-rwxr-xr-x | stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline.txt b/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline.txt index 65ca2e9..c98203a 100755 --- a/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline.txt +++ b/stage2/01-sys-tweaks/files/boot/sys_arm64_000/cmdline.txt @@ -1 +1 @@ -dwc_otg.lpm_enable=0 console=tty3 root=file rootfstype=ext4 elevator=deadline fsck.repair=no rootwait +dwc_otg.lpm_enable=0 console=tty3 root=file elevator=deadline fsck.repair=no rootwait |