22 lines
434 B
Text
22 lines
434 B
Text
#
|
|
# $Id$
|
|
#
|
|
PKG="blfs-bootscripts"
|
|
PKG_VERSION="20150924"
|
|
PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
|
|
URL="http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/blfs-bootscripts/${PKG_FILE}"
|
|
MD5="97a371743223ac3815bf491863a39c7d"
|
|
for i in PATCH{1..10}; do
|
|
unset $i
|
|
done
|
|
|
|
( cat << "xEOFx"
|
|
|
|
#
|
|
# Insert ALL the blfs bootscripts you want to install
|
|
# EXAMPLE
|
|
#
|
|
make install-gpm
|
|
make install-service-dhcpcd
|
|
xEOFx
|
|
) > tmp
|