[Fai-commit] r4292 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Wed May 23 15:49:57 UTC 2007


Author: lange
Date: 2007-05-23 15:49:57 +0000 (Wed, 23 May 2007)
New Revision: 4292

Modified:
   trunk/bin/setup_harddisks
Log:
fix file system type of /proc


Modified: trunk/bin/setup_harddisks
===================================================================
--- trunk/bin/setup_harddisks	2007-05-23 15:47:38 UTC (rev 4291)
+++ trunk/bin/setup_harddisks	2007-05-23 15:49:57 UTC (rev 4292)
@@ -152,7 +152,7 @@
 # Variables
 #****************************************************
 
-my $Version = "version 0.42fai";
+my $Version = "version 0.43fai";
 
 my $megabyte = 1024 * 1024;    # guess
 # $gigabyte = 1024 * $megabyte;
@@ -901,7 +901,7 @@
                            "none","swap",$MPfstaboptions{$mountpoint},0,0);
     }
     # 3. /proc
-    $FileSystemTab .= BuildfstabLine("none","/proc","proc","rw,nosuid,noexec",0,0);
+    $FileSystemTab .= BuildfstabLine("proc","/proc","proc","rw,nosuid,noexec",0,0);
     # 4. sorted others
     foreach my $mountpoint (sort %PartMountpoint){
 	next if ( ($mountpoint !~ m#^/#) || ($mountpoint eq "/"));




More information about the Fai-commit mailing list