diff options
-rw-r--r-- | bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index dc7edaa..e2cc2f7 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -46,9 +46,10 @@ for dir in ${MELVIX}/usr{,/local}; do done install -dv ${MELVIX}/cross-tools{,/bin} -ln -svf ../proc/mounts ${MELVIX}/etc/mtab +ln -svf /proc/mounts ${MELVIX}/etc/mtab cp -rfv ${source}/etc/* ${MELVIX}/etc/ +cp -rfv ${source}/boot/grub/ ${MELVIX}/boot/ echo "melvix" > ${MELVIX}/etc/HOSTNAME |