wok-tiny annotate 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
rev   line source
pascal@157 1 # SliTaz package receipt.
pascal@157 2
pascal@157 3 PACKAGE="geninitramfs"
pascal@157 4 VERSION="1.0"
pascal@157 5 CATEGORY="misc"
pascal@157 6 SHORT_DESC="Utility to build /root/rootfs.gz"
pascal@157 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@157 8 LICENSE="BSD"
pascal@157 9 WEB_SITE="http://tiny.slitaz.org/"
pascal@157 10
pascal@157 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@157 12 genpkg_rules()
pascal@157 13 {
pascal@157 14 mkdir -p $fs/bin
pascal@157 15 cp $stuff/geninitramfs $fs/bin
pascal@158 16 chmod 755 $fs/bin/geninitramfs
pascal@157 17 }
pascal@157 18
pascal@157 19 post_install()
pascal@157 20 {
pascal@157 21 sed 's|KEEP_MODULES=.*|KEEP_MODULES="yes"|' -i $1/etc/rcS.conf
pascal@157 22 }