X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-begin;h=ac86b2d1f67a4fc30c5d5b8c09a6c8af94993ed1;hb=fefb2a411185c293de6bb6aa8aec698a80db3659;hp=e2d1a8713dbef07c58956d681244aa565d86463b;hpb=40dd151ec6ba75633c74568da59e35a45351f194;p=distro-setup diff --git a/distro-begin b/distro-begin index e2d1a87..ac86b2d 100755 --- a/distro-begin +++ b/distro-begin @@ -213,7 +213,7 @@ fi distro=$(distro-name) case $distro in ubuntu|debian|trisquel) - sudo bash -c ". /a/bin/fai/fai-wrapper && /a/bin/fai/fai/config/scripts/GRUB_PC/11-iank" + sudo bash -c ". /a/bin/fai/fai-wrapper && /a/bin/fai/fai/config/scripts/IANK/11-iank" ;; *) sudo bash -c ". /a/bin/fai/fai-wrapper && @@ -236,12 +236,13 @@ sudo sed -i --follow-symlinks -f - /etc/hosts </dev/null; then - sudo mkdir /d + sudo mkdir -p /d if [[ -d /mnt/r7/d ]]; then sudo mount /d fi @@ -602,7 +647,9 @@ EOF ;; esac - +if bitfolk; then + sudo systemctl disable systemd-networkd +fi ##### setup email primary-setup @@ -701,8 +748,10 @@ if $emacs; then else if $recompile; then /a/bin/buildscripts/emacs + /a/bin/buildscripts/mu4e else /a/bin/buildscripts/emacs --no-r + /a/bin/buildscripts/mu4e --no-r fi fi # the first pup command can kill off our /etc/ mod, so rerun this