config/travel/SETUP
2020-06-01 18:40:56 +02:00

26 lines
558 B
Plaintext

install-zfs-luks.sh
adduser tange
apt install git rsync openssh-server
ssh-copy-id
git clone 192.168.1.129:privat/configfiles
cp configfiles/ubuntu-20.04/home/.* .
apt install command-not-found
!disable suspend?
!copy ssh keys from old
!copy gnupg from old
!change boot keyboard dpkg-reconfigure keyboard-configuration
!dpkg-reconfigure uswsusp
autodecrypt() {
cd ~tange/configfiles/ubuntu-20.04/
cp usr/share/initramfs-tools/scripts/local-top/cryptroot /usr/share/initramfs-tools/scripts/local-top/cryptroot
update-initramfs -u -k all
}