X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=jessie_postinstall.sh;h=f908cafc02848c81141c6d7b4b8e0991cdc2994a;hb=0ee6fd844a928b4fab1ba775e51b78b58591c3e4;hp=f073da1c21f3e590c3ab1435a6db04372ed4ac1e;hpb=987cea18cb9c42a955c69525c518979988ac8ce0;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index f073da1..f908caf 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -55,6 +55,12 @@ ExecStart=/sbin/dhclient eth0 WantedBy=multi-user.target EOF systemctl enable /etc/systemd/system/dhclient.service +elif [ "$1" = "thinkpad" ]; then + if [ "$2" = "X200s" ]; then + echo 'X200s' > /etc/hostname + elif [ "$2" = "T450s" ]; then + echo 'T450s' > /etc/hostname + fi fi # Package management config, system upgrade.