wok diff slitaz-boot-scripts/receipt @ rev 12906
move zerobin from undigest
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 29 17:26:27 2012 +0200 (2012-05-29) |
parents | 2dac55a9dbb9 |
children | 8791d537f797 |
line diff
1.1 --- a/slitaz-boot-scripts/receipt Wed May 02 17:05:52 2012 +0200 1.2 +++ b/slitaz-boot-scripts/receipt Tue May 29 17:26:27 2012 +0200 1.3 @@ -8,6 +8,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.slitaz.org/" 1.6 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" 1.7 +HOST_ARCH="i486 arm" 1.8 + 1.9 CONFIG_FILES="/etc/inittab /etc/init.d/local.sh /etc/rcS.conf /etc/network.conf" 1.10 1.11 # Needed to fetch the keymaps and test the filesystem. 1.12 @@ -82,7 +84,7 @@ 1.13 # No more hwconf.sh and i18n.sh --> system.sh 1.14 sed -i s'/hwconf.sh/system.sh/' $root/etc/rcS.conf 1.15 sed -i s'/i18n.sh//' $root/etc/rcS.conf 1.16 - 1.17 + 1.18 # Remove old desktop file 1.19 rm -f /usr/share/applications/boot-log.desktop 1.20 }