X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=mymk-basefile;h=7e165032628618c082124d5ee0ac37031906a3d6;hp=2a7f453b7f63e8052db82390e5089dacc6b2833f;hb=1b08e82a978c8db76e1ebc67f3b4ae875ba27537;hpb=527f50b38e4a94a771215131cafe016a97ba83cd diff --git a/mymk-basefile b/mymk-basefile index 2a7f453..7e16503 100755 --- a/mymk-basefile +++ b/mymk-basefile @@ -16,14 +16,21 @@ them often. Better to build our all our own. Args I've used before: +-z BULLSEYE64 +-z BUSTER64 -z STRETCH64 -z XENIAL64 +-z NABIA64 +-z ETIONA64 -z FLIDAS64 -z BELENOS64 -h|--help Print help and exit. -Note: Uses GNU getopt options parsing style +Note: Uses GNU getopt options parsing style. + +Usage of mk-basefile: + EOF $script_dir/fai/config/basefiles/mk-basefile -h exit $1 @@ -45,9 +52,16 @@ for d in belenos flidas; do $s ln -sf gutsy $d; fi done +d=etiona +if [[ ! -L $d && ! -e $d ]]; then + $s ln -sf trisquel etiona; +fi if [[ $BASEFILE_DIR ]]; then cd $BASEFILE_DIR fi +if awk '$2 == "/tmp" && $4 ~ /nodev/' /proc/mounts | grep -q . || [[ $? == 141 ]]; then + $s mount -o remount,dev /tmp +fi $s $script_dir/fai/config/basefiles/mk-basefile "$@"