22 lines
405 B
Text
22 lines
405 B
Text
#
|
|
# $Id$
|
|
#
|
|
PKG="blfs-bootscripts"
|
|
PKG_VERSION="20060910"
|
|
PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
|
|
URL="http://www.linuxfromscratch.org/blfs/downloads/svn/${PKG_FILE}"
|
|
MD5="e1715c58dc694bf474c4468e6bade3ad"
|
|
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
|