source: custom/examples/999-blfs_bootscripts@ 837362b

ablfs-more legacy trunk
Last change on this file since 837362b was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

  • Property mode set to 100644
File size: 423 bytes
RevLine 
[9a536f7]1PKG="blfs-bootscripts"
[9543675]2PKG_VERSION="20150924"
[9a536f7]3PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
[9543675]4URL="http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/blfs-bootscripts/${PKG_FILE}"
5MD5="97a371743223ac3815bf491863a39c7d"
[dcf0e25]6for i in PATCH{1..10}; do
7 unset $i
8done
[9a536f7]9
10( cat << "xEOFx"
11
12#
13# Insert ALL the blfs bootscripts you want to install
14# EXAMPLE
15#
16make install-gpm
[781acdc]17make install-service-dhcpcd
[9a536f7]18xEOFx
19) > tmp
Note: See TracBrowser for help on using the repository browser.