> David Craig MTI-CF wrote:
> * transferring
> ftp://172.18.33.53//redhat/7.1xfs/RedHat/base/netstg1.img to a fd
>
> * created inode
>
> * error writing to device: No space left on Device
>
> * done loading 4719616 bytes.
>
> I have included the ks.cfg
>
> <<ks.cfg>>
>
> Is this a know problem or something that I'm doing wrong.
When it retrieves netsgt1.img, it has to put it _somewhere_ (I'm not
sure offhand where it goes, i.e. on which partition).
You have:
part /boot --size 35
part swap --size 128
#part / --size 1000 --grow
#part / --size 1000 --grow
part /u00 --size 1000 --fs xfs --grow
I'm not sure how the installer interprets this - you've only defined a
/boot and /u00? How does "/" wind up getting sized then? It just
sounds like you're running out of room somewhere.
-Eric
|