experimental
Last change
on this file since 5a4f6a7 was 9c9775f, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago |
Updated experimental branch to current trunk code.
|
-
Property mode
set to
100644
|
File size:
405 bytes
|
Rev | Line | |
---|
[9c9775f] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
[42e1b38] | 4 | PKG="blfs-bootscripts"
|
---|
| 5 | PKG_VERSION="20060910"
|
---|
| 6 | PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
|
---|
| 7 | URL="http://www.linuxfromscratch.org/blfs/downloads/svn/${PKG_FILE}"
|
---|
| 8 | MD5="e1715c58dc694bf474c4468e6bade3ad"
|
---|
[9c9775f] | 9 | for i in PATCH{1..10}; do
|
---|
| 10 | unset $i
|
---|
| 11 | done
|
---|
[42e1b38] | 12 |
|
---|
| 13 | ( cat << "xEOFx"
|
---|
| 14 |
|
---|
| 15 | #
|
---|
| 16 | # Insert ALL the blfs bootscripts you want to install
|
---|
| 17 | # EXAMPLE
|
---|
| 18 | #
|
---|
| 19 | make install-gpm
|
---|
[9c9775f] | 20 | make install-service-dhcpcd
|
---|
[42e1b38] | 21 | xEOFx
|
---|
| 22 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.