Apply patch to fix power when booting via PXE v1.1.16
authorMichael Prokop <mika@grml.org>
Mon, 1 Jun 2009 17:49:10 +0000 (19:49 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 1 Jun 2009 17:56:31 +0000 (19:56 +0200)
debian/changelog
etc/init.d/grml-reboot

index 12b17ed..86c92d7 100644 (file)
@@ -1,3 +1,11 @@
+grml-etc (1.1.16) unstable; urgency=low
+
+  * /etc/init.d/grml-reboot: apply patch by Andreas Thienemann
+    to put "/etc/init.d/$command" into RAM as well so poweroff
+    works as expected when booting via PXE. [Closes: issue677]
+
+ -- Michael Prokop <mika@grml.org>  Mon, 01 Jun 2009 19:46:56 +0200
+
 grml-etc (1.1.15) unstable; urgency=low
 
   * Add /etc/skel/.links2 providing a bookmark file (mainly to
index 5564504..d562220 100755 (executable)
@@ -74,8 +74,9 @@ shutdown_network() {
 echo "0" > /proc/sys/kernel/printk
 
 # make sure halt/reboot commands are available even if
-# someone is using shutdown command:
-cat /sbin/halt /sbin/reboot >/dev/null
+# someone is using shutdown command or nfsroot is used:
+cat /sbin/halt /sbin/reboot /etc/init.d/$command /etc/init.d/ups-monitor \
+       /etc/apcupsd/powerfail >/dev/null 2>&1
 
 # We may kill our network connection here before unmounting NFS. Bad luck.
 # poweroff pcmcia devices