mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 07:15:24 +01:00
A couple of fixes wrt bootstrap.cfg
Correctly source. export so that scripts can access.
This commit is contained in:
parent
b0f9c00ef3
commit
5dbf82e8e4
3 changed files with 10 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue