fix(mkimg): remove useless chroot for heredoc
Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
This commit is contained in:
parent
9b25155ec8
commit
7668eca128
1 changed files with 2 additions and 2 deletions
4
mkimg.sh
4
mkimg.sh
|
@ -89,8 +89,8 @@ sudo arch-chroot qcow2 pacman \
|
|||
-Syu linux linux-firmware dracut dracut-hook
|
||||
|
||||
sudo arch-chroot qcow2 dracut --force --add "qemu qemu-net" --regenerate-all
|
||||
sudo arch-chroot qcow2 mkdir -p boot/extlinux
|
||||
sudo arch-chroot qcow2 cat << EOF | tee boot/extlinux/extlinux.conf
|
||||
sudo mkdir -p boot/extlinux
|
||||
cat << EOF | sudo tee boot/extlinux/extlinux.conf
|
||||
menu title Arch RISC-V QEMU Boot
|
||||
timeout 100
|
||||
default linux
|
||||
|
|
Loading…
Add table
Reference in a new issue