Author: pierre
Date: Sat Feb 27 05:08:34 2021
New Revision: 4211

Log:
(possibly temporary) Fix for new umount instructions in LFS

Modified:
   jhalfs/trunk/LFS/master.sh
   jhalfs/trunk/common/kernfs.xsl

Modified: jhalfs/trunk/LFS/master.sh
==============================================================================
--- jhalfs/trunk/LFS/master.sh  Sat Feb 27 04:45:30 2021        (r4210)
+++ jhalfs/trunk/LFS/master.sh  Sat Feb 27 05:08:34 2021        (r4211)
@@ -299,7 +299,7 @@
                 -e 's|\$\$LFS|$(MOUNT_PT)|g'`
   teardown=`cat ../kernfs-scripts/teardown.sh | \
             sed -e 's|^|       |'   \
-                -e 's|umount|sudo &|' \
+                -e 's|umount|-sudo &|' \
                 -e 's|\$LFS|$(MOUNT_PT)|'`
   teardownat=`cat ../kernfs-scripts/teardown.sh | \
               sed -e 's|^|     |'   \

Modified: jhalfs/trunk/common/kernfs.xsl
==============================================================================
--- jhalfs/trunk/common/kernfs.xsl      Sat Feb 27 04:45:30 2021        (r4210)
+++ jhalfs/trunk/common/kernfs.xsl      Sat Feb 27 05:08:34 2021        (r4211)
@@ -11,7 +11,8 @@
   <xsl:template match="/">
     <xsl:apply-templates select="//userinput[contains(string(),'--bind') or
                                              contains(string(),'/proc') or
-                                             contains(string(),'readlink')]"/>
+                                             contains(string(),'readlink') or
+                                             contains(string(),'-Rv')]"/>
   </xsl:template>
 
   <xsl:template match="userinput">
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to