rpms/kexec-tools/devel/kdump_build_helpers populate_kdump_std_files, 1.1, 1.2

Neil Horman nhorman at fedoraproject.org
Wed May 20 16:43:01 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel/kdump_build_helpers
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10440/kdump_build_helpers

Modified Files:
	populate_kdump_std_files 
Log Message:
Updating to use dash instead of msh


Index: populate_kdump_std_files
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kdump_build_helpers/populate_kdump_std_files,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- populate_kdump_std_files	18 May 2009 01:16:41 -0000	1.1
+++ populate_kdump_std_files	20 May 2009 16:42:31 -0000	1.2
@@ -16,8 +16,8 @@ do
 	ln -s busybox $STAGE_DIR/sbin/$i
 done
 
-# We always get kpartx, dmsetup, lvm and mdadm
-for i in /sbin/lvm /sbin/kpartx /sbin/mdadm /sbin/dmsetup
+# We always get dash kpartx, dmsetup, lvm and mdadm
+for i in /sbin/dash /sbin/lvm /sbin/kpartx /sbin/mdadm /sbin/dmsetup
 do
 	install_with_deps $i 755
 done
@@ -33,4 +33,7 @@ do
 	fi
 done
 
+# make dash our default shell
+$(cd $STAGE_DIR/bin; ln -s /bin/dash sh)
+
 exit 0




More information about the scm-commits mailing list