X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mymk-basefile;h=a784e00d10ca17f8dbd4237bce33686931c5d17f;hb=f15f0b7fc24bfea874ae0f2fab5a62cfb0f0f631;hp=4136bb8256ef91c9ff98e80dc993fd10b9bcb31f;hpb=3d9cc96092cdc8aa05bc95cf83c07bb1af692013;p=automated-distro-installer diff --git a/mymk-basefile b/mymk-basefile index 4136bb8..a784e00 100755 --- a/mymk-basefile +++ b/mymk-basefile @@ -16,8 +16,11 @@ them often. Better to build our all our own. Args I've used before: +-z BUSTER64 -z STRETCH64 -z XENIAL64 +-z NABIA64 +-z ETIONA64 -z FLIDAS64 -z BELENOS64 @@ -48,9 +51,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 "$@"