Pixel <[EMAIL PROTECTED]> writes:
> > you need to use clearall => 1 if you don't have enough room for creating the
> > new directories.
> >
> > for the moment, you can't use already created partitions, though it should quite
> > easy to add that
>
> silly me, you already can using manualFstab :
>
> 'manualFstab' => [
> {
> 'device' => '192.168.1.9:/export',
> 'mntpoint' => '/mnt/nfs',
> 'type' => 'nfs',
> 'options' => 'noauto,ro,nosuid,rsize=8192,wsize=8192'
> }
> ],
>
> which should work nicely with devices :
>
> 'manualFstab' => [
> {
> 'device' => '/dev/hda1',
> 'mntpoint' => '/usr',
> 'type' => 'ext2,
> 'options' => 'default'
> }
> ],
silly me (bis)
this can't be used for install, it's just put in /etc/fstab...