B Royles (Staff) wrote: > I am currently using unattended via a pxe boot and its working very well. > I have pretty much got all of the system automated, but having problems > with two items : - > > 1) I get a message that says this > ABOUT TO PARTITION THE FIRST HARD DRIVE! > WARNING: This operation erases the disk! > Are you sure [YN] > > 2) We get a menu at the end prompting us to edit the > unattended.txt, postinst.bat, doit.bat or continue > > I would like to get rid of the prompts as our pxe boot menu is password > protected, but I cannot figure out what options to put in our > sites/config.pl and database as we are using a mysql, we would like them > to automatically accept and continue.
There are two entries in the unattended.txt which I believe will help. In my unattended/install/site/unattended.txt, in the [_meta] section: ; Prompt for confirmation before running fdisk_cmds? fdisk_confirm = 0 ; Display prompt for final edits? edit_files = 0 I know that edit_files works, because I've turned it off and on at various points when wanting to edit those files just before kickoff. The other seems logical but I couldn't be sure. HTH, Greg. ------------------------------------------------------------------------- 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 _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
