ablfs-more
trunk
Last change
on this file since 875366f was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago |
Remove $Id$ comments, they are useless with git
|
-
Property mode
set to
100644
|
File size:
423 bytes
|
Line | |
---|
1 | PKG="blfs-bootscripts"
|
---|
2 | PKG_VERSION="20150924"
|
---|
3 | PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
|
---|
4 | URL="http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/blfs-bootscripts/${PKG_FILE}"
|
---|
5 | MD5="97a371743223ac3815bf491863a39c7d"
|
---|
6 | for i in PATCH{1..10}; do
|
---|
7 | unset $i
|
---|
8 | done
|
---|
9 |
|
---|
10 | ( cat << "xEOFx"
|
---|
11 |
|
---|
12 | #
|
---|
13 | # Insert ALL the blfs bootscripts you want to install
|
---|
14 | # EXAMPLE
|
---|
15 | #
|
---|
16 | make install-gpm
|
---|
17 | make install-service-dhcpcd
|
---|
18 | xEOFx
|
---|
19 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.