X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-config-files;h=8fa08ce4378c073b9a857ccb81339494c7ce2e54;hb=adc38b61f06689aba253e9873142d52b9eb1b9b3;hp=1dbb9bec6444c5dc6d276ee56cdb532a2b139d41;hpb=1083076034a8c41028e0587f302bfc8cfdb776af;p=hvlinux.git diff --git a/stage1/create-config-files b/stage1/create-config-files index 1dbb9be..8fa08ce 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -9,7 +9,8 @@ cat > ${LFS}/etc/fstab << "EOF" EOF if [ -n "${BOOT_PARTITION}" ]; then - echo "${BOOT_PARTITION} /boot auto defaults 0 0" >> ${LFS}/etc/fstab + install -v -m755 -d ${LFS}/mnt/boot + echo "${BOOT_PARTITION} /mnt/boot auto defaults 0 0" >> ${LFS}/etc/fstab fi if [ -n "${SWAP_PARTITION}" ]; then echo "${SWAP_PARTITION} none swap sw 0 0" >> ${LFS}/etc/fstab