re-enables Marc's patch on fc4 as it seems to work
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 22 Nov 2007 19:49:40 +0000 (19:49 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 22 Nov 2007 19:49:40 +0000 (19:49 +0000)
without it, filesystem does not get installed on fc4 anyway

mkfedora

index 54cedcb..e698017 100755 (executable)
--- a/mkfedora
+++ b/mkfedora
@@ -189,16 +189,15 @@ set -e
 mount -t devpts none $vroot/dev/pts
 mount -t tmpfs none $vroot/dev/shm
 
-## make rpms ignore installing stuff to /proc
-#mkdir -p $vroot/etc/rpm
-## Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725
-## you have to use at least one language beside 'C'
-#echo "%_install_langs         C:de:en:es:fr" > $vroot/etc/rpm/macros
-#echo "%_netsharedpath /proc" >> $vroot/etc/rpm/macros
-
 # xxx fixme : do this mount/unmount thing for fc4 only
 if [ "$releasever" -lt 6 ] ; then
-   # Mount /proc in reference image
+    ## make rpms ignore installing stuff to /proc
+    mkdir -p $vroot/etc/rpm
+    # Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725
+    # you have to use at least one language beside 'C'
+    echo "%_install_langs         C:de:en:es:fr" > $vroot/etc/rpm/macros
+    echo "%_netsharedpath /proc" >> $vroot/etc/rpm/macros
+    # Mount /proc in reference image
     mkdir -p $vroot/proc
     mount -t proc none $vroot/proc
 fi