[Fai-commit] r6215 - branches/stable/3.4/lib/setup-storage

Michael Prokop mika at alioth.debian.org
Tue Nov 30 22:40:46 UTC 2010


Author: mika
Date: 2010-11-30 22:40:45 +0000 (Tue, 30 Nov 2010)
New Revision: 6215

Modified:
   branches/stable/3.4/lib/setup-storage/Fstab.pm
Log:
Unbreak tmpfs support

Modified: branches/stable/3.4/lib/setup-storage/Fstab.pm
===================================================================
--- branches/stable/3.4/lib/setup-storage/Fstab.pm	2010-11-30 22:40:42 UTC (rev 6214)
+++ branches/stable/3.4/lib/setup-storage/Fstab.pm	2010-11-30 22:40:45 UTC (rev 6215)
@@ -258,9 +258,6 @@
         push @fstab, &FAI::create_fstab_line($c_ref, $device_name, $device_name);
       }
     } elsif ($c eq "TMPFS") {
-      # not usable for /boot
-      next;
-    } elsif ($c eq "TMPFS") {
       foreach my $v (keys %{ $config->{$c}->{volumes} }) {
         my $c_ref = $config->{$c}->{volumes}->{$v};
 




More information about the Fai-commit mailing list