Skip to content

Commit

Permalink
Let's see if we can bring the finished box size down
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Johan Crafoord committed Apr 21, 2012
1 parent 9dfd299 commit 51b43f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions late_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ gem install chef
sed "s/quiet splash//" /etc/default/grub > /tmp/grub
mv /tmp/grub /etc/default/grub
update-grub

# clean up
apt-get clean
4 changes: 2 additions & 2 deletions preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ d-i mirror/http/proxy string

# Only install the standard system and language packs.
tasksel tasksel/first multiselect
#d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
#d-i pkgsel/language-pack-patterns string
d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
d-i pkgsel/language-pack-patterns string

# No language support packages.
d-i pkgsel/install-language-support boolean false
Expand Down

0 comments on commit 51b43f1

Please sign in to comment.