wok-tiny view geninitramfs/receipt @ rev 176

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents 2ecf107b3ad9
children 1e55ea7da8de
line source
1 # SliTaz package receipt.
3 PACKAGE="geninitramfs"
4 VERSION="1.0"
5 CATEGORY="misc"
6 SHORT_DESC="Utility to build /root/rootfs.gz"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://tiny.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/bin
15 cp $stuff/geninitramfs $fs/bin
16 chmod 755 $fs/bin/geninitramfs
17 }
19 post_install()
20 {
21 sed 's|KEEP_MODULES=.*|KEEP_MODULES="yes"|' -i $1/etc/rcS.conf
22 }