source: custom/examples/999-blfs_bootscripts@ 894eec3

ablfs-more legacy trunk
Last change on this file since 894eec3 was 9543675, checked in by Pierre Labastie <pierre@…>, 8 years ago

Update custom/examples. Thanks to Tom Armistead for the patch.

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