]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - src/patch/etc_rc.initdiskless-no-rescue.patch
Add .keep files for src directories; make sure they don't get pushed to build env
[CDN/Mosi.git] / src / patch / etc_rc.initdiskless-no-rescue.patch
1 --- etc/rc.initdiskless 2010-01-03 03:44:29.000000000 +0000
2 +++ etc/rc.initdiskless 2010-01-03 03:44:43.000000000 +0000
3 @@ -376,7 +376,7 @@
4         if [ -f $j ]; then
5             create_md $subdir
6             echo "Loading /$subdir from cpio archive $j"
7 -           (cd / ; /rescue/tar -xpf $j)
8 +           (cd / ; /usr/bin/tar -xpf $j)
9         fi
10      done
11      for j in /conf/$i/*.remove ; do