Compare commits
2 Commits
86fd9835da
...
faf914a423
Author | SHA1 | Date |
---|---|---|
|
faf914a423 | |
|
27d1522793 |
|
@ -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.
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue