source:
custom/examples/999-blfs_bootscripts@
e2dd7c4
Last change on this file since e2dd7c4 was 9543675, checked in by , 9 years ago | |
---|---|
|
|
File size: 434 bytes |
Line | |
---|---|
1 | # |
2 | # $Id$ |
3 | # |
4 | PKG="blfs-bootscripts" |
5 | PKG_VERSION="20150924" |
6 | PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2" |
7 | URL="http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/blfs-bootscripts/${PKG_FILE}" |
8 | MD5="97a371743223ac3815bf491863a39c7d" |
9 | for i in PATCH{1..10}; do |
10 | unset $i |
11 | done |
12 | |
13 | ( cat << "xEOFx" |
14 | |
15 | # |
16 | # Insert ALL the blfs bootscripts you want to install |
17 | # EXAMPLE |
18 | # |
19 | make install-gpm |
20 | make install-service-dhcpcd |
21 | xEOFx |
22 | ) > tmp |
Note:
See TracBrowser
for help on using the repository browser.