wok-tiny rev 158
Add geninitramfs (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 28 17:08:39 2020 +0100 (2020-02-28) |
parents | a28c45a86936 |
children | 45eaacc1faf8 |
files | busybox/receipt geninitramfs/receipt |
line diff
1.1 --- a/busybox/receipt Fri Feb 28 16:03:43 2020 +0100 1.2 +++ b/busybox/receipt Fri Feb 28 17:08:39 2020 +0100 1.3 @@ -94,7 +94,7 @@ 1.4 # Set hostname\ 1.5 echo -n "Setting hostname..."\ 1.6 hostname -F /etc/hostname\ 1.7 - status\n|' $fs/etc/rcS.conf 1.8 + status\n|' $fs/etc/init.d/rcS 1.9 rm -f $fs/etc/init.d/network.sh $fs/etc/network.conf \ 1.10 $fs/etc/services $fs/etc/networks $fs/etc/inetd.conf \ 1.11 $fs/etc/host.conf $fs/etc/hosts
2.1 --- a/geninitramfs/receipt Fri Feb 28 16:03:43 2020 +0100 2.2 +++ b/geninitramfs/receipt Fri Feb 28 17:08:39 2020 +0100 2.3 @@ -7,13 +7,14 @@ 2.4 MAINTAINER="pascal.bellard@slitaz.org" 2.5 LICENSE="BSD" 2.6 WEB_SITE="http://tiny.slitaz.org/" 2.7 -AUTO_SELECTION="CONFIG_MODULES" 2.8 +DEPENDS="busybox-net" # sed 2.9 2.10 # Rules to gen a SliTaz package suitable for Tazpkg. 2.11 genpkg_rules() 2.12 { 2.13 mkdir -p $fs/bin 2.14 cp $stuff/geninitramfs $fs/bin 2.15 + chmod 755 $fs/bin/geninitramfs 2.16 } 2.17 2.18 post_install()