Hi we've had the same problem here, as the floppy support is absent from atleast some of the stock rpms used to make the boot cds
you could rebuild a kernel from the svn source with it built in alternatively as a workaround here , we have also created the boot iso with the majority of the settings that would normally be in the local.cfg si_mkautoinstallcd --arch i386 --append "ramdisk_size=80000 DOMAINNAME=$domain DEVICE=eth0 NETMASK=255.255.255.0 \ NETWORK=192.168.1.0 BROADCAST=192.168.1.255 IMAGESERVER=192.168.1.54" \ --out-file $PATH_TO_ISO and when we boot off this, append the remaining values linux --append HOSTNAME=$SCRIPT --append IPADDR=$CLIENT_IP Cheers, Dave [EMAIL PROTECTED] wrote: > > Hi, > > I've created a boot CD from the 3.7.3-1 server and am using a flopy to > maintain the local.cfg. Everything seems fine until it attempts to > mount the floppy which fails and complains that there is no floppy > found. I've attempted to format the floppy with different formats that > we've used in the past but no luck. Has anyone else run into this? > >------------------------------------------------------------------------ > >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 > > 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
