X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=distro-begin;h=0377b1c1526ffe9409d5b4b57c98c615cf96337a;hp=89a09babf4e1f78c6a9af33ed530985da90a0359;hb=32a1673064cfd9eaa165b4ea62fa416f02f3dfd2;hpb=4d0dc703ef2e62cd16ea84f27456f6f50f74baa3 diff --git a/distro-begin b/distro-begin index 89a09ba..0377b1c 100755 --- a/distro-begin +++ b/distro-begin @@ -236,7 +236,7 @@ done ###### do conflink # linode needs bind group before conflink -if $linode; then +if linode; then pi-nostart bind9 fi # this needs to be before installing pacserve so we have gpg conf. @@ -246,6 +246,7 @@ conflink set +x err-allow source /etc/profile.d/environment.sh +export BRC=t # shellcheck source=./.bashrc source ~/.bashrc err-catch @@ -335,7 +336,7 @@ case $distro in sudo rmmod evbug ||: # might not be loaded yet file=/etc/modprobe.d/evbug.conf line="blacklist evbug" - if ! grep -xFq "$line" $file; then + if [[ $(cat $file) != $line ]]; then sudo dd of=$file 2>/dev/null <<<"$line" sudo depmod -a sudo update-initramfs -u