experimental
Last change
on this file since 6dc325f was 42e1b38, checked in by George Boudreau <georgeb@…>, 18 years ago |
Add code for user defined scripts. User scripts added at the end of the final build (LFS only)
|
-
Property mode
set to
100644
|
File size:
334 bytes
|
Rev | Line | |
---|
[42e1b38] | 1 | PKG="blfs-bootscripts"
|
---|
| 2 | PKG_VERSION="20060910"
|
---|
| 3 | PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
|
---|
| 4 | URL="http://www.linuxfromscratch.org/blfs/downloads/svn/${PKG_FILE}"
|
---|
| 5 | MD5="e1715c58dc694bf474c4468e6bade3ad"
|
---|
| 6 | PATCH1=""
|
---|
| 7 |
|
---|
| 8 | ( cat << "xEOFx"
|
---|
| 9 |
|
---|
| 10 | #
|
---|
| 11 | # Insert ALL the blfs bootscripts you want to install
|
---|
| 12 | # EXAMPLE
|
---|
| 13 | #
|
---|
| 14 | make install-gpm
|
---|
| 15 |
|
---|
| 16 | xEOFx
|
---|
| 17 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.