[Fai-commit] r6187 - trunk/lib/setup-storage

Julien Blache jblache at alioth.debian.org
Tue Nov 9 10:56:54 UTC 2010


Author: jblache
Date: 2010-11-09 10:56:46 +0000 (Tue, 09 Nov 2010)
New Revision: 6187

Modified:
   trunk/lib/setup-storage/Fstab.pm
Log:
Unbreak tmpfs support


Modified: trunk/lib/setup-storage/Fstab.pm
===================================================================
--- trunk/lib/setup-storage/Fstab.pm	2010-11-08 15:39:21 UTC (rev 6186)
+++ trunk/lib/setup-storage/Fstab.pm	2010-11-09 10:56:46 UTC (rev 6187)
@@ -260,9 +260,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