Compare commits

..

2 Commits

3 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ d-i partman-auto/expert_recipe string \
label{ root } \ label{ root } \
mountpoint{ / } \ mountpoint{ / } \
. \ . \
4000 7000 10000 ext4 \ 4000 7000 20000 ext4 \
$lvmok{ } \ $lvmok{ } \
in_vg{ sys } lv_name{ lv_usr } \ in_vg{ sys } lv_name{ lv_usr } \
method{ format } format{ } \ method{ format } format{ } \

Binary file not shown.

View File

@ -56,7 +56,7 @@ systemctl restart rsyslog
aptitude --assume-yes install -- tmux vim-nox zsh aptitude --assume-yes install -- tmux vim-nox zsh
# Ensure to remove some "too"-basic packages # Ensure to remove some "too"-basic packages
aptitude --assume-yes remove -- vim-tiny aptitude --assume-yes remove -- vim-tiny gnome-initial-setup
# If no X display is expected # If no X display is expected
if [ ! "$(dpkg --list -- xorg)" ]; then if [ ! "$(dpkg --list -- xorg)" ]; then