fix(mkimg): remove useless chroot for heredoc

Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
This commit is contained in:
Coelacanthus 2022-07-27 21:25:29 +08:00
parent 9b25155ec8
commit 7668eca128
No known key found for this signature in database
GPG key ID: E35C89E45867AE35

View file

@ -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