On Wed, Aug 27, 2003 at 11:20:41PM +1000, Frank Crawford wrote:
> The fix for this is to either change the final command to just
> "shutdown" (which invokes poweroff), or else fix the shutdown script to
> understand the '-h now' option, as it does with the '-r now' (i.e.
> reboot) option.
>
thanks Frank.
just committed this patch:
diff -u -p -u -r1.77 Server.pm
--- Server.pm 11 Jul 2003 22:41:31 -0000 1.77
+++ Server.pm 28 Aug 2003 06:26:25 -0000
@@ -1445,7 +1445,7 @@ sub create_autoinstall_script{
} elsif ($post_install eq "shutdown") {
# shutdown stuff
print $MASTER_SCRIPT "# shutdown the autoinstall client\n";-
print $MASTER_SCRIPT "shutdown -h now\n";
+ print $MASTER_SCRIPT "shutdown\n";
print $MASTER_SCRIPT "\n";
}
last SWITCH;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users