wip
This commit is contained in:
parent
565412c7b4
commit
c3356073a7
1 changed files with 2 additions and 0 deletions
2
entry.sh
2
entry.sh
|
@ -115,7 +115,9 @@ function second_stage(){
|
|||
apt update
|
||||
#apt install -y linux-image-amd64 grub2 cryptsetup btrfs-progs lvm2 firmware-iwlwifi locales tzdata keyboard-configuration console-common zsh intel-microcode
|
||||
apt install -y linux-image-amd64 grub2 btrfs-progs lvm2 locales tzdata keyboard-configuration console-common intel-microcode
|
||||
apt install -y openssh-server
|
||||
grub-install ${DEVICE}
|
||||
update-grub
|
||||
mkdir /snap
|
||||
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_basesystem)
|
||||
#apt install -y task-mate-desktop mate-desktop-environment-extra
|
||||
|
|
Loading…
Reference in a new issue