Linuxのインストール

インストール

パーティション

順番 パーティション サイズ
1 EFI 512MB
2 / max
3 swap 2GB

tasksel

インストール後

/etc/network/interfaces

# The secondary network interface
allow-hotplug eth1
iface eth1 inet static
address 169.254.1.1/16

実行コマンド

# apt install bash-completion
# apt install sudo

# gpasswd -a anon sudo
 or
# usermod -aG sudo anon