[Fai-commit] r4616 - people/michael/features/setup_harddisks_2/implementation

andreas at alioth.debian.org andreas at alioth.debian.org
Tue Oct 9 18:42:10 UTC 2007


Author: andreas
Date: 2007-10-09 18:42:10 +0000 (Tue, 09 Oct 2007)
New Revision: 4616

Modified:
   people/michael/features/setup_harddisks_2/implementation/Makefile
   people/michael/features/setup_harddisks_2/implementation/shdd2-fstab
Log:
minor cleanup

Modified: people/michael/features/setup_harddisks_2/implementation/Makefile
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/Makefile	2007-10-09 18:41:48 UTC (rev 4615)
+++ people/michael/features/setup_harddisks_2/implementation/Makefile	2007-10-09 18:42:10 UTC (rev 4616)
@@ -25,6 +25,6 @@
 	install -m 744 $(BIN) $(DESTDIR)/usr/bin
 
 
-# ToDo (bessere) fehlermeldungen wenn parted oder mdadm oder lvm tools streiken
+# TODO (bessere) fehlermeldungen wenn parted oder mdadm oder lvm tools streiken
 
 

Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-fstab
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-fstab	2007-10-09 18:41:48 UTC (rev 4615)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-fstab	2007-10-09 18:42:10 UTC (rev 4616)
@@ -141,8 +141,7 @@
    # join the columns of one line with tabs, and push it to our fstab line array
         push @fstab, join( "\t", @fstab_line );
 
-      # set the ROOT_PARTITION variable, if this is the mountpoint for /
-      #        $FAI::disk_var{ "ROOT_PARTITION" } = $device . $p_ref->{"number"}
+        # set the ROOT_PARTITION variable, if this is the mountpoint for /
         $FAI::disk_var{"ROOT_PARTITION"} = $fstab_line[0]
           if ( $p_ref->{"mountpoint"} eq "/" );
 




More information about the Fai-commit mailing list