Updated the aos kickstart file to be 550 megs to build on x86_64

This commit is contained in:
root 2008-09-16 08:28:22 -04:00
parent d440660c09
commit 44f221c2a4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ services --enabled=network
# This information is used by appliance-tools but # This information is used by appliance-tools but
# not by the livecd tools. # not by the livecd tools.
# #
part / --size 450 --fstype ext3 --ondisk sda part / --size 550 --fstype ext3 --ondisk sda
# #
# Repositories # Repositories