X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/ledger2?a=blobdiff_plain;f=jessie_postinstall.sh;h=02e0b3ac20f07b37cc2df3fa8a5177f4e5ea3ac1;hb=cd3235f64ff3e298ba3f69cde18e25d10aef2027;hp=7aafe79cd2f273f8adf8e1d9979de71470eb636f;hpb=6a0395b724c4e27b2ac45da6c030ca9ec0635828;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index 7aafe79..02e0b3a 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.