On Fri, 8 Jun 2001, Pixel wrote:
> i don't think there's any way to achieve what you want

OK, I'll use perl -pi on /etc/fstab in the postInstall instead.

> >        'partitions' => [
> >                          {
> >                            'mntpoint' => '/',
> >                            'size' => 523089,
> >                            'type' => 387,
> >                            'options' => 'rw,suid,dev,exec,auto,nouser,async'
> >                          }, etc.
> i'll see if it's easy to add this.

Thanks.

> > and neither does adding a manualFstab entry for a mount point defined in
> > 'partitions':
> [...]
> >        'manualFstab' => [
> >                           {
> >                             'mntpoint' => '/boot',
> >                             'options' => 'ro,nosuid,nodev,noexec,auto,nouser,sync'
> >                           },
> did you try:
>    manualFstab => [ { device => '/dev/hda1', options => 'whatever' } ],

No, because there's no guarantee that partitions will be allocated as hdaX
(e.g. I have some systems which have only hde and no hda).

> > g_auto_install doesn't help because there is (AFAICT) no way to set mount
> > options from within the GUI.
> > On a more general note, is there any comprehensive documentation on DrakX
> > and the contents of the auto-install file.  The 'kickstart' page
> > (http://www.linux-mandrake.com/drakx/auto_inst.html) is still very
> i've just send a new version to our webmaster. In the meantime use
> http://perso.mandrakesoft.com/~prigaux/auto_inst.html written by
> [EMAIL PROTECTED] based on my previous doc.
> comments are welcome. (i've not finished commenting it)

Thanks, will look soon and give feedback.

Michael


Reply via email to