X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/ledger2?a=blobdiff_plain;f=jessie_postinstall.sh;h=02e0b3ac20f07b37cc2df3fa8a5177f4e5ea3ac1;hb=cd3235f64ff3e298ba3f69cde18e25d10aef2027;hp=e6145e53395a98fed3db4dd722def1563d7fc97f;hpb=fc4d4ef7ab8400e6c295299d91c79801861f9e5f;p=config diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index e6145e5..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. @@ -65,10 +71,16 @@ echo 'deb http://security.debian.org/ jessie/updates main contrib non-free' \ echo 'deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free' \ >> /etc/apt/sources.list if [ "$1" = "thinkpad" ]; then - echo 'deb http://ftp.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list - echo 'deb http://security.debian.org/ testing/updates main contrib non-free' >> /etc/apt/sources.list - echo 'deb http://ftp.debian.org/debian/ testing-updates main contrib non-free' >> /etc/apt/sources.list - echo 'APT::Default-Release "stable";' >> /etc/apt/apt.conf.d/99defaultrelease + echo 'deb http://ftp.debian.org/debian/ jessie-backports main contrib' \ +' non-free' >> /etc/apt/sources.list + echo 'deb http://ftp.debian.org/debian/ testing main contrib non-free' \ + >> /etc/apt/sources.list + echo 'deb http://security.debian.org/ testing/updates main contrib' \ +' non-free' >> /etc/apt/sources.list + echo 'deb http://ftp.debian.org/debian/ testing-updates main contrib' \ +' non-free' >> /etc/apt/sources.list + echo 'APT::Default-Release "stable";' \ + >> /etc/apt/apt.conf.d/99defaultrelease fi dhclient eth0 apt-get update @@ -197,14 +209,20 @@ elif [ "$1" = "thinkpad" ]; then amixer -c 0 sset Master playback 100% unmute elif [ "$2" = "T450s" ]; then amixer -c 1 sset Master playback 100% unmute + # Re-order souncards so the commonly used one is the first one. + echo 'options snd_hda_intel index=1,0' >> /etc/modprobe.d/sound.conf fi - # Set up window system and OpenGL. - apt-get -y install xserver-xorg xinit xterm i3 i3status dmenu + # Set up window system, i3, redshift. + apt-get -y install xserver-xorg xinit xterm i3 i3status dmenu redshift # Set up OpenGL and hardware acceleration. + if [ "$2" = "X200s" ]; then + apt-get -y install i965-va-driver + elif [ "$2" = "T450s" ]; then + apt-get -y -t jessie-backports install xserver-xorg-video-intel + fi apt-get -y install libgl1-mesa-dri - apt-get -y install i965-va-driver usermod -aG video plom # Install xrandr. @@ -212,7 +230,7 @@ elif [ "$1" = "thinkpad" ]; then # Set up pentadactyl. apt-get -y install iceweasel - apt-get -y -t testing install xul-ext-pentadactyl + apt-get -y -t jessie-backports install xul-ext-pentadactyl apt-get -y install vim-gtk su plom -c 'mkdir -p /home/plom/downloads/'