The sun is shining in Bordeaux ;)
I have resolved my problem ! You know what ? I'm happy.

I have just had this in the autoinstall script, before unmounting /a :

################################################################################
#
#   Feed /dev
#
logmsg "Creation de /dev/null et /dev/console"
logmsg "mknod -m 660 /a/dev/console c 5 1"
mknod -m 660 /a/dev/console c 5 1
logmsg "mknod -m 660 /a/dev/null c 1 3"
mknod -m 660 /a/dev/null c 1 3
#
################################################################################

In fact the /dev was empty after cloning.
I have joined my autoinstall script.
You will see that I have done some changes :
- I disabled systemconfigurator and roll my bootloader install.
- I used "mount -o bind" to create a workable /dev filesystem.
- I skip format /dev/hda1 because I have dual-boot, and I don't want to
reinstall windows after each linux install ;)

I found info about the two first points here :
http://marc2.theaimsgroup.com/?l=sisuite-users&m=104810570923621&w=2

Thanks a lot for the time you accorded to my problems and for Systemimager.

Marc

Attachment: jepositive.master
Description: application/shellscript

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to