From 1bd05e19a8241ed7377335406a853e68912eec31 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 26 Jun 2019 19:22:37 +0200 Subject: Fixed some things --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3