--- trunk/bootstrap/bootstrap-default-system.sh.in 2013/10/09 10:27:56 2189 +++ trunk/bootstrap/bootstrap-default-system.sh.in 2013/10/09 10:31:35 2190 @@ -6,9 +6,9 @@ # need r00t privs [[ $(id -u) != 0 ]] && die "you must be r00t." -if [[ -z $(cat /proc/mounts | grep /mnt/magellan) ]] +if [[ -z $(cat /proc/mounts | grep @STAGINGDIR@) ]] then - echo "No partition mounted to /mnt/magellan. Aborting bootstrap." + echo "No partition mounted to @STAGINGDIR@. Aborting bootstrap." exit 1 fi