Increase root partition size to fit DVD iso in /srv

This commit is contained in:
Jan Dittberner 2016-02-27 00:11:33 +01:00
parent 787fecd81c
commit e775f21a3a
3 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,7 @@ d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string regular d-i partman-auto/method string regular
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
root :: \ root :: \
4608 50 4608 ext4 \ 6144 50 6144 ext4 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \

View File

@ -9,7 +9,7 @@ n
e e
3 3
+4G +3G
n n
p p

View File

@ -1,4 +1,6 @@
# Clean up # Clean up
apt-get --yes remove libc6-dev gcc-4.8 gcc-4.9 linux-libc-dev gcc-4.8-base dmidecode laptop-detect
apt-get --yes autoremove apt-get --yes autoremove
apt-get --yes clean apt-get --yes clean