Fix bug of the here doc

This commit is contained in:
Suikan 2021-06-28 23:54:58 +09:00
parent e39b2de861
commit 28203ce0f4

View file

@ -22,7 +22,6 @@ for n in proc sys dev etc/resolv.conf; do mount --rbind "/$n" "/target/$n"; done
# Change root and create the keyfile and ramfs image for Linux kernel.
cat <<HEREDOC | chroot /target /bin/bash
```
# Mount the rest of partitions by target /etc/fstab
mount -a