A couple of fixes wrt bootstrap.cfg

Correctly source. export so that scripts can access.
This commit is contained in:
fosslinux 2021-10-14 21:31:45 +11:00
parent b0f9c00ef3
commit 5dbf82e8e4
3 changed files with 10 additions and 7 deletions

View file

@ -59,7 +59,7 @@ if [ -z "${DISK}" ] || ! [ -e "/dev/${DISK}" ]; then
ask_disk
fi
echo "DISK=${DISK}" >> /usr/src/bootstrap.cfg
echo "export DISK=${DISK}" >> /usr/src/bootstrap.cfg
# Otherwise, add stuff from sysa to sysb
echo "Mounting sysc"