diff --git a/http/preseed.cfg b/http/preseed.cfg index 5cb9556..85dc7ad 100644 --- a/http/preseed.cfg +++ b/http/preseed.cfg @@ -44,7 +44,7 @@ d-i partman-auto/disk string /dev/sda d-i partman-auto/method string regular d-i partman-auto/expert_recipe string \ root :: \ - 4608 50 4608 ext4 \ + 6144 50 6144 ext4 \ $primary{ } $bootable{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ diff --git a/scripts/babelbox-partitions.sh b/scripts/babelbox-partitions.sh index 7233bdd..376b64c 100644 --- a/scripts/babelbox-partitions.sh +++ b/scripts/babelbox-partitions.sh @@ -9,7 +9,7 @@ n e 3 -+4G ++3G n p diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index 5510152..a853924 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -1,4 +1,6 @@ # 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 clean