source: custom/examples/999-blfs_bootscripts@ 42e1b38

experimental
Last change on this file since 42e1b38 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
RevLine 
[42e1b38]1PKG="blfs-bootscripts"
2PKG_VERSION="20060910"
3PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
4URL="http://www.linuxfromscratch.org/blfs/downloads/svn/${PKG_FILE}"
5MD5="e1715c58dc694bf474c4468e6bade3ad"
6PATCH1=""
7
8( cat << "xEOFx"
9
10#
11# Insert ALL the blfs bootscripts you want to install
12# EXAMPLE
13#
14make install-gpm
15
16xEOFx
17) > tmp
Note: See TracBrowser for help on using the repository browser.