18 lines
334 B
Text
18 lines
334 B
Text
|
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"
|
||
|
PATCH1=""
|
||
|
|
||
|
( cat << "xEOFx"
|
||
|
|
||
|
#
|
||
|
# Insert ALL the blfs bootscripts you want to install
|
||
|
# EXAMPLE
|
||
|
#
|
||
|
make install-gpm
|
||
|
|
||
|
xEOFx
|
||
|
) > tmp
|