On Wed, 2004-05-19 at 11:26, Michael Blandford wrote: > Paul Pianta wrote: > > > > > This seems to be ok - it is the same as what I do (except the 'zerombr > > yes' bit). > > And if the 'clearpart --all' option is working - you shouldn't ever > > see a complaint about the /usr partition being too small - UNLESS - > > your %pre python script is not creating the /usr partition with the > > right size. > > The script is pretty big so I am not going to post it, however, I can > post what the output looks like. > Here is an example of /tmp/partition on a machine that fails. > > # Disk: sda 70001 megs > # Ram: 4034 megs > # Arch: ia64 > part / --size 300 --maxsize 375 --grow > part /boot/efi --size 100 --fstype vfat --asprimary > part /scratch --size 400 --grow > part /tmp --size 512 --maxsize 1024 --grow > part /usr --size 2400 --maxsize 2550 --grow > part /var --size 512 > > # Swap requested: 8068 > part swap --size 8068 --ondisk sda > > /usr is more than big enough for the disto I am putting on. Are you absolutely certain that 2.4 GB is enough room in /usr? Since you have a 70GB hard drive, why don't you try 6 GB for /usr? You could also reduce your swap a bit. Forrest