/[smeserver]/rpms/anaconda/sme7/anaconda-10.1.1.63-echo.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme7/anaconda-10.1.1.63-echo.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 14:39:13 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_63-4_centos4_1_el4_sme
Import on branch sme7 of package anaconda-10.1.1.63-4.centos4.1.el4.sme.src.rpm

1 slords 1.1 Index: scripts/mk-images
2     ===================================================================
3     RCS file: /usr/local/CVS/anaconda/scripts/mk-images,v
4     retrieving revision 1.161.2.5
5     retrieving revision 1.161.2.6
6     diff -u -r1.161.2.5 -r1.161.2.6
7     --- scripts/mk-images 13 Dec 2006 20:54:50 -0000 1.161.2.5
8     +++ scripts/mk-images 4 Apr 2007 18:52:47 -0000 1.161.2.6
9     @@ -470,7 +470,6 @@
10    
11     # make some symlinks
12     ln -sf bash $MBD_DIR/sbin/sh
13     - ln -sf /usr/bin/echo $MBD_DIR/bin/echo
14     (cd $MBD_DIR/sbin;
15     set $(./busybox 2>&1| awk '/^\t([[:alnum:]_\[]+,)+/' | sed 's/,//g' | sed 's/ +//');
16     while [ -n "$1" ]; do
17     @@ -688,6 +687,7 @@
18     ln -s /sbin/init $MBD_DIR/linuxrc
19     ln -s /proc/mounts $MBD_DIR/etc/mtab
20     ln -s sbin $MBD_DIR/bin
21     + ln -s /usr/bin/echo $MBD_DIR/bin/echo
22    
23     awk '{ printf("mknod %s/dev/%s %s %s %s\n", $1, $2, $3, $4, $5);
24     printf("chmod %s %s/dev/%s\n", $6, $1, $2);
25    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed