> [...]
>
> > I am using a I modified version of the CD which include a linux
> > kickstart=floppy statement.
>
> (1) kickstart is a synonym to auto_install
> (2) postInstall is the key for scripting
> (3) please read: http://www.linux-mandrake.com/drakx/auto_inst.html
I already read this (and more). for once no one will tell me to RTFM ;*)
> [...]
>
> > The problem is that I can not mount the floppy as the vfat module in not
> > present !!
>
> At stage1 step, vfat module is no more needed (except for hd.img) since
> redhat's kickstart is deprecated by my "automatic" equivalent; and stage2
> has got all the modules, including vfat, to do the auto_install stuff.
>
> -=-=-- from cvs/gi/mdk-stage1/TECH-INFOS
> This feature is used to replace redhat kickstart. I use the kernel
> parameter "automatic" with the following keywords:
>
> from list:
> method nfs, ftp, http, cdrom, disk
> -=-=--
> [...]
Will look into the CVS .
> > Worse even the insmod -f is not working !!
>
> When?
During the postinstall using the installed system module (use the code Luck
;*)
>
> [...]
>
> > I have a /mnt/floppy with something like :
>
> [...]
>
> > insmod --force /lib/modules/2.2.17-21mdk/fs/vfat.o
Try to insert the new installation vfat module as the lsmod reported that it
wasn't inserted anymore.
> [...]
>
> > echo "Mounting the floppy"
> > /bin/mount -r -t vfat /dev/fd0H1440 /mnt/floppy
Try to mount the floppy to be able to run some script !!!
> I'm sorry I don't understand anything out of that. Please can you explain
> more extensively what you try to do?
I divide the package in three part :
- name
- name-devel
- name-config
Name contain the file structure,binaries and doc
Devel like usual
Config contain any host dependant config file.
Which allow to update the binary without hurting the config file or updating
the config file without touching the binaries.
However, I am willing to perform some change after the installation
For example ethernet card order reorganistation to have the motherbard card
always as eth0, etc.
As I don't want a BIG perl file with my postinstall, it is divided in
script/plugin.
But to run them I must mount the floppy !!
Thomas