Tory M Blue wrote: > Well that makes sense since my image which is what is used when the > chroot /a/ happens, does not have these devices, since again it > started life as an sda equipped server. > > So using the /dev filesystem on the image will totally fail, I guess > there is a step that is missing that creates the new /dev/hda* > devices.?
This step is automatically done by the autoinstall script, but you should have the following line into your autoinstallscript.conf: <boel devstyle="udev"/> Check if you have it and re-create your .master autoinstall script (via si_mkautoinstallscript). With "udev" devstyle a simple "mount /dev /a/dev -o bind" is performed, before chroot-ing into the image. Otherwise if devstyle="static" nothing will be performed, since everything is supposed to be already present into the image. -Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
