]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/i386/WinBook/config/patch/etc_rc.initdiskless-no-rescue.patch
targets/i386/WinBook: flesh out configuration
[CDN/Mosi.git] / targets / i386 / WinBook / config / 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