refactor(mkimg): remove useless parameters

Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
This commit is contained in:
Celeste Liu 2023-07-10 19:08:55 +08:00
parent 382755139f
commit a5f037a9b3
No known key found for this signature in database
GPG key ID: E35C89E45867AE35

4
mkimg
View file

@ -173,13 +173,13 @@ label linux
menu label Linux linux
kernel /boot/vmlinuz-linux
initrd /boot/initramfs-linux.img
append earlyprintk rw root=UUID=$partuuid rootwait rootfstype=ext4 LANG=en_US.UTF-8 console=ttyS0
append earlyprintk rw root=UUID=$partuuid rootwait console=ttyS0
label linux-fallback
menu label Linux linux (fallback initramfs)
kernel /boot/vmlinuz-linux
initrd /boot/initramfs-linux-fallback.img
append earlyprintk rw root=UUID=$partuuid rootwait rootfstype=ext4 LANG=en_US.UTF-8 console=ttyS0
append earlyprintk rw root=UUID=$partuuid rootwait console=ttyS0
EOF
cat << EOF | sudo tee mnt/etc/systemd/network/default.network