wok diff slitaz-loram-http/stuff/loram.rootfs @ rev 7159

Fixed post_install function in virtualbox-ose to use the right kernel version.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 07 02:10:16 2010 +0000 (2010-11-07)
parents 3cdfaefe3387
children
line diff
     1.1 --- a/slitaz-loram-http/stuff/loram.rootfs	Wed May 12 14:10:24 2010 +0200
     1.2 +++ b/slitaz-loram-http/stuff/loram.rootfs	Sun Nov 07 02:10:16 2010 +0000
     1.3 @@ -37,5 +37,6 @@
     1.4  	  bin/killall5 bin/seq bin/find bin/xargs bin/patch; do
     1.5    [ -e $ii ] || ln -s busybox $ii
     1.6  done
     1.7 +[ -e bin/vcsa2txt ] || ln -s busybox bin/conspy
     1.8  mkdir cdrom .usr.rw
     1.9  COMPRESSION="gzip"