Increase root partition size to fit DVD iso in /srv
This commit is contained in:
parent
787fecd81c
commit
e775f21a3a
3 changed files with 4 additions and 2 deletions
|
@ -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 } \
|
||||||
|
|
|
@ -9,7 +9,7 @@ n
|
||||||
e
|
e
|
||||||
3
|
3
|
||||||
|
|
||||||
+4G
|
+3G
|
||||||
n
|
n
|
||||||
p
|
p
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue