source: custom/examples/999-blfs_bootscripts@ dcf0e25

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since dcf0e25 was dcf0e25, checked in by George Boudreau <georgeb@…>, 17 years ago

bug hunt in custom package examples

  • Property mode set to 100644
File size: 405 bytes
Line 
1#
2# $Id$
3#
4PKG="blfs-bootscripts"
5PKG_VERSION="20060910"
6PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
7URL="http://www.linuxfromscratch.org/blfs/downloads/svn/${PKG_FILE}"
8MD5="e1715c58dc694bf474c4468e6bade3ad"
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.