[Fai-commit] r5349 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Fri Apr 17 13:46:51 UTC 2009


Author: lange
Date: 2009-04-17 13:46:51 +0000 (Fri, 17 Apr 2009)
New Revision: 5349

Modified:
   trunk/bin/fai-chboot
   trunk/debian/changelog
Log:
fai-chboot: always add $append to pxe configuration (closes: #495535)

Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot	2009-04-17 13:19:29 UTC (rev 5348)
+++ trunk/bin/fai-chboot	2009-04-17 13:46:51 UTC (rev 5349)
@@ -265,7 +265,7 @@
 EOM
 
   $append="append $initrd $bootprot $rootfs $opt_k $flags $action\n";
-  print FILE $append if $rootfs;
+  print FILE $append;
   close FILE;
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-04-17 13:19:29 UTC (rev 5348)
+++ trunk/debian/changelog	2009-04-17 13:46:51 UTC (rev 5349)
@@ -37,6 +37,7 @@
     stop_fai_installation() sends message to faimond
     send TASKEND faiend message
   * packages_config/FAIBASE: add lvm2 (closes: #517417)
+  * fai-chboot: always add $append to pxe configuration (closes: #495535)
 
   [ Michael Tautschnig ]
   * setup-storage: Bumped version number to 1.0.4




More information about the Fai-commit mailing list