Compare commits
No commits in common. "faf914a423e87d13f11616db38903afe0132a2d2" and "86fd9835da42b9eb4d27cce047c12d5bec038446" have entirely different histories.
faf914a423
...
86fd9835da
|
@ -231,7 +231,7 @@ d-i partman-auto/expert_recipe string \
|
|||
label{ root } \
|
||||
mountpoint{ / } \
|
||||
. \
|
||||
4000 7000 20000 ext4 \
|
||||
4000 7000 10000 ext4 \
|
||||
$lvmok{ } \
|
||||
in_vg{ sys } lv_name{ lv_usr } \
|
||||
method{ format } format{ } \
|
||||
|
|
Binary file not shown.
|
@ -56,7 +56,7 @@ systemctl restart rsyslog
|
|||
aptitude --assume-yes install -- tmux vim-nox zsh
|
||||
|
||||
# Ensure to remove some "too"-basic packages
|
||||
aptitude --assume-yes remove -- vim-tiny gnome-initial-setup
|
||||
aptitude --assume-yes remove -- vim-tiny
|
||||
|
||||
# If no X display is expected
|
||||
if [ ! "$(dpkg --list -- xorg)" ]; then
|
||||
|
|
Loading…
Reference in New Issue