source: custom/examples/999-blfs_bootscripts@ fd4a798

ablfs-more legacy trunk
Last change on this file since fd4a798 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
Line 
1PKG="blfs-bootscripts"
2PKG_VERSION="20150924"
3PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
4URL="http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/blfs-bootscripts/${PKG_FILE}"
5MD5="97a371743223ac3815bf491863a39c7d"
6for i in PATCH{1..10}; do
7 unset $i
8done
9
10( cat << "xEOFx"
11
12#
13# Insert ALL the blfs bootscripts you want to install
14# EXAMPLE
15#
16make install-gpm
17make install-service-dhcpcd
18xEOFx
19) > tmp
Note: See TracBrowser for help on using the repository browser.