kadischi/post_install_scripts 08symlink.sh, NONE, 1.1 Makefile.am, 1.7, 1.8

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Tue Apr 17 03:09:51 UTC 2007


Author: autopsy

Update of /cvs/devel/kadischi/post_install_scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15977/kadischi/post_install_scripts

Modified Files:
	Makefile.am 
Added Files:
	08symlink.sh 
Log Message:
Addition of 08symlink.sh for LiveCD to HDD installs


--- NEW FILE 08symlink.sh ---
#!/bin/bash
#set -x

SYSDIR=$1

#
# Needed to support the LiveCD to HDD install.
# Since in the Anaconda environment, Anaconda expects everything in /usr/sbin
# When in reality on an installed system such as the LiveCD, everything is in /sbin
# 
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/badblocks /usr/sbin/badblocks
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/mkreiserfs /usr/sbin/mkreiserfs
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/reiserfstune /usr/sbin/reiserfstune
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/mkfs /usr/sbin/mkfs
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/xfs /usr/sbin/xfs
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/jfs /usr/sbin/jfs
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/e2label /usr/sbin/e2label
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/mke2fs /usr/sbin/mke2fs
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/tune2fs /usr/sbin/tune2fs
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/mkswap /usr/sbin/mkswap
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/mkdosfs /usr/sbin/mkdosfs
/usr/sbin/chroot $SYSDIR /bin/ln -s /sbin/mdadm /usr/sbin/mdadm


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/post_install_scripts/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am	9 Jul 2006 02:22:27 -0000	1.7
+++ Makefile.am	17 Apr 2007 03:09:49 -0000	1.8
@@ -1,5 +1,5 @@
 PYTHON_FILES = 03fstab.py 05fsclean.py 06sysconfig.py
-BASH_FILES = 01prelink.sh 02install.sh 07accounts.sh
+BASH_FILES = 01prelink.sh 02install.sh 07accounts.sh 08symlink.sh
 PERL_FILES = 04userconfig.pl
 
 pisdir = $(pkgdatadir)/post_install_scripts




More information about the scm-commits mailing list