kadischi/livecd_generator livecd-mkinitrd.sh,1.16,1.17

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Wed Jul 12 01:22:20 UTC 2006


Author: autopsy

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

Modified Files:
	livecd-mkinitrd.sh 
Log Message:
Drop i18n.h and eject_live_cd.c mostly od eject.c


Index: livecd-mkinitrd.sh
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- livecd-mkinitrd.sh	10 Jul 2006 11:49:57 -0000	1.16
+++ livecd-mkinitrd.sh	12 Jul 2006 01:22:18 -0000	1.17
@@ -251,6 +251,7 @@
 /bin/mkdir -p $MNTIMAGE/tmp
 /bin/mkdir -p $MNTIMAGE/usr/lib
 /bin/mkdir -p $MNTIMAGE/var/lib/nfs/rpc_pipefs
+/bin/mkdir -p $MNTIMAGE/mnt/source
 /bin/ln -s bin $MNTIMAGE/sbin
 
 # We don't need this directory, so let's save space
@@ -275,12 +276,14 @@
 fi
 
 inst /sbin/busybox.anaconda "$MNTIMAGE/bin/busybox"
-for i in [ ash awk cat cut echo grep ifconfig ls lsmod mount pivot_root rmmod route sh sort umount sleep halt; do
+for i in [ ash awk cat cut echo grep ifconfig ls lsmod mount pivot_root rmmod route sh sort umount sleep halt reboot rm clear; do
     /bin/ln -s busybox "$MNTIMAGE/bin/$i"
 done
 
 inst $LIBEXECDIR/kadischi/find-live-cd "$MNTIMAGE/bin/find-live-cd"
 inst $LIBEXECDIR/kadischi/eject-live-cd "$MNTIMAGE/bin/eject-live-cd"
+inst $rootdir/usr/bin/eject "$MNTIMAGE/bin/eject"
+
 # Useful for debugging:
 # inst /usr/bin/strace "$MNTIMAGE/bin/strace"
 




More information about the fedora-extras-commits mailing list