SOURCES: linux-live-package.patch - try with dynamic busybox
glen
glen at pld-linux.org
Tue Oct 17 17:55:37 CEST 2006
Author: glen Date: Tue Oct 17 15:55:37 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- try with dynamic busybox
---- Files affected:
SOURCES:
linux-live-package.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/linux-live-package.patch
diff -u SOURCES/linux-live-package.patch:1.4 SOURCES/linux-live-package.patch:1.5
--- SOURCES/linux-live-package.patch:1.4 Tue Oct 17 13:53:13 2006
+++ SOURCES/linux-live-package.patch Tue Oct 17 17:55:32 2006
@@ -97,8 +97,8 @@
cp -R DOC/* $CDDATA
cp $VMLINUZ $CDDATA/boot/vmlinuz
---- linux-live-5.5.0/initrd/initrd_create 2006-10-13 18:45:27.000000000 +0300
-+++ linux-live-5.5.0/initrd/initrd_create 2006-10-15 22:51:08.000000000 +0300
+--- linux-live-5.5.0/initrd/initrd_create 2006-10-15 22:51:08.000000000 +0300
++++ linux-live-5.5.0/initrd/initrd_create 2006-10-17 16:28:34.000000000 +0300
@@ -3,11 +3,12 @@
#
# Author: Tomas M. <http://www.linux-live.org>
@@ -163,7 +163,7 @@
chmod a+x $INITRD_TREE/linuxrc
chmod a+x $INITRD_TREE/cleanup
-@@ -103,46 +104,102 @@
+@@ -103,46 +104,118 @@
ln -s busybox $INITRD_TREE/bin/poweroff
ln -s busybox $INITRD_TREE/bin/halt
ln -s busybox $INITRD_TREE/bin/reboot
@@ -171,20 +171,34 @@
ln -s busybox $INITRD_TREE/bin/ls
-ln -s busybox $INITRD_TREE/bin/head
ln -s busybox $INITRD_TREE/bin/cat
- ln -s busybox $INITRD_TREE/bin/grep
+-ln -s busybox $INITRD_TREE/bin/grep
-ln -s busybox $INITRD_TREE/bin/sleep
++ln -s busybox $INITRD_TREE/bin/mkdir
++ln -s busybox $INITRD_TREE/bin/echo
++ln -s busybox $INITRD_TREE/bin/uname
++ln -s busybox $INITRD_TREE/bin/sed
++ln -s busybox $INITRD_TREE/bin/egrep
++ln -s busybox $INITRD_TREE/bin/losetup
+cp -a /bin/mawk $INITRD_TREE/bin/awk
-+cp -a /bin/initrd-busybox $INITRD_TREE/bin/busybox
++cp -a /bin/busybox $INITRD_TREE/bin/busybox
+cp -a /sbin/blkid $INITRD_TREE/bin
+cp -a /usr/bin/eject $INITRD_TREE/bin
+cp -a /usr/sbin/unionctl $INITRD_TREE/bin
+cp -a /usr/sbin/uniondbg $INITRD_TREE/bin
-+cp -a /bin/egrep $INITRD_TREE/bin
-+cp -a /bin/grep $INITRD_TREE/bin
-+cp -a /bin/sed $INITRD_TREE/bin
-+cp -a /bin/ln $INITRD_TREE/bin
-+cp -a /bin/sleep $INITRD_TREE/bin
-+cp -a /bin/head $INITRD_TREE/bin
++#cp -a /bin/egrep $INITRD_TREE/bin
++#cp -a /bin/grep $INITRD_TREE/bin
++#cp -a /bin/sed $INITRD_TREE/bin
++#cp -a /bin/ln $INITRD_TREE/bin
++#cp -a /bin/sleep $INITRD_TREE/bin
++#cp -a /usr/bin/head $INITRD_TREE/bin
++#cp -a /usr/bin/tr $INITRD_TREE/bin
++#cp -a /usr/bin/cut $INITRD_TREE/bin
++#cp -a /usr/bin/tail $INITRD_TREE/bin
++#cp -a /usr/bin/dirname $INITRD_TREE/bin
++#cp -a /bin/basename $INITRD_TREE/bin
++#cp -a /bin/uname $INITRD_TREE/bin
++#cp -a /bin/cp $INITRD_TREE/bin
++#cp -a /bin/mv $INITRD_TREE/bin
ln -s bin $INITRD_TREE/sbin
+mkdir -p $INITRD_TREE/usr/share
+cp -a /usr/bin/pcidev $INITRD_TREE/bin
@@ -207,6 +221,9 @@
+rcopy /$lib/libselinux.so.* $INITRD_TREE
+rcopy /$lib/libsepol.so.* $INITRD_TREE
+rcopy /$lib/libdl.so.* $INITRD_TREE
++rcopy /$lib/librt.so.? $INITRD_TREE
++rcopy /$lib/libpthread.so.? $INITRD_TREE
++rcopy /$lib/libcrypt.so.? $INITRD_TREE
LMK="lib/modules/$KERNEL"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-live-package.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list