Skip to content
 
 

Repository files navigation

Install

# edit /etc/network/interfaces
auto lo
iface lo inet loopback
iface wlan0 inet dhcp
    wpa-ssid ssid
    wpa-psk password

# run as root
ifup wlan0
echo "deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu noble main restricted universe multiverse" > /etc/apt/sources.list
apt-get update
apt-get install git make ansible openssh-client openssh-server sudo build-essential
echo > /etc/apt/sources.list

# clone and install
git clone git@github.com:geosmart/sysconf.git /home/geosmart/.sysconf
make install

Enable more cpufreq governors (than powersave and performance)

# modify the following line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="... intel_pstate=disable"

update-grub

About

ansible playbook for debian-netinst

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages