RE: [suse-autoinstall] user dialog during post install/config
I'm doing it like this: <init-scripts config:type="list"> <script> <filename>1-get_username_launch.sh</filename> <interpreter>shell</interpreter> <source><![CDATA[ #!/bin/sh wget http://toolsgrp.corp.mxtr.net/autoinstall/scripts/get_username.sh chmod +x get_username.sh exec ./get_username.sh ]]> </source> </script> I've attached my get_username script (with some site-specific stuff edited out). It's been working pretty well for me, with the caveat that you can't see the text output of the "passwd" command (for whatever reason, it ignores the previous "exec" command. I've been contemplating writing a replacement for the sole purpose of autoinstallation, that will output to stdout. (I'm assuming that there's a good security reason for it to ignore stdout, but for this purpose it would be acceptible to me not to.) -----Original Message----- From: Mark Acosta [mailto:mark@auditude.com] Sent: Tuesday, March 08, 2005 12:32 PM To: suse-autoinstall@suse.com Subject: [suse-autoinstall] user dialog during post install/config Is there a mechanism/(set of xml tags) to enable user dialogs during post install/config? We need some of our auto-installs to have a user manually enter hostname and network details,etc. thanks, Mark -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (1)
-
Schumacher, Gordon