From: Christian Heller Date: Sun, 13 Dec 2015 01:03:33 +0000 (+0100) Subject: Merge branch 'master' of http://github.com/plomlompom/config X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.css?a=commitdiff_plain;h=2d1f18a11badc239cd7ab1638f8988087fd803ea;hp=987cea18cb9c42a955c69525c518979988ac8ce0;p=config Merge branch 'master' of github.com/plomlompom/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.