[Fai-commit] r4398 - people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks

lazyboy-guest at alioth.debian.org lazyboy-guest at alioth.debian.org
Fri Jul 6 00:38:43 UTC 2007


Author: lazyboy-guest
Date: 2007-07-06 00:38:43 +0000 (Fri, 06 Jul 2007)
New Revision: 4398

Added:
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/prepareapt.DIST-RHEL_5
Modified:
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/finish.DIST-RHEL_5
Log:
some basic fixes for rhel stuff

Modified: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/finish.DIST-RHEL_5
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/finish.DIST-RHEL_5	2007-07-06 00:37:42 UTC (rev 4397)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/finish.DIST-RHEL_5	2007-07-06 00:38:43 UTC (rev 4398)
@@ -1,2 +1,3 @@
 #! /bin/sh
-umount $target/proc
+$ROOTCMD umount /proc/sys/fs/binfmt_misc/
+$ROOTCMD umount /proc

Added: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/prepareapt.DIST-RHEL_5
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/prepareapt.DIST-RHEL_5	                        (rev 0)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/prepareapt.DIST-RHEL_5	2007-07-06 00:38:43 UTC (rev 4398)
@@ -0,0 +1,5 @@
+#! /bin/bash
+
+# TODO: copy all yum files
+
+fcopy -r /etc/yum.repos.d/


Property changes on: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/hooks/prepareapt.DIST-RHEL_5
___________________________________________________________________
Name: svn:executable
   + *




More information about the Fai-commit mailing list