diff options
author | Marvin Borner | 2019-06-26 19:22:37 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-26 19:22:37 +0200 |
commit | 1bd05e19a8241ed7377335406a853e68912eec31 (patch) | |
tree | 0999a3ff9a96c3cd818a95ca7e0d4d395d2a0b9d /bootstrap.sh | |
parent | b24976b4f1f05f024443b1ec42ced443bcc795af (diff) |
Fixed some things
Diffstat (limited to 'bootstrap.sh')
-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 |