mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Fix bug of the here doc
This commit is contained in:
parent
e39b2de861
commit
28203ce0f4
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
# Change root and create the keyfile and ramfs image for Linux kernel.
|
||||||
cat <<HEREDOC | chroot /target /bin/bash
|
cat <<HEREDOC | chroot /target /bin/bash
|
||||||
```
|
|
||||||
# Mount the rest of partitions by target /etc/fstab
|
# Mount the rest of partitions by target /etc/fstab
|
||||||
mount -a
|
mount -a
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue