refactor(mkimg): remove useless parameters
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
This commit is contained in:
parent
382755139f
commit
a5f037a9b3
1 changed files with 2 additions and 2 deletions
4
mkimg
4
mkimg
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue