diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-08 13:44:53 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-08 13:44:53 +0200 |
commit | 36eb3edf4809c59eb2ed6d6663b5955cb2a56644 (patch) | |
tree | fcb7345545804d34dcaed9c0a8acb7b9d1db76cc /base/aaabasicfs/Pkgfile | |
parent | 05fa30f575aaaf4e6b72ebc033163f9f36723756 (diff) | |
download | nutyx-extra-36eb3edf4809c59eb2ed6d6663b5955cb2a56644.tar.gz nutyx-extra-36eb3edf4809c59eb2ed6d6663b5955cb2a56644.tar.bz2 nutyx-extra-36eb3edf4809c59eb2ed6d6663b5955cb2a56644.tar.xz nutyx-extra-36eb3edf4809c59eb2ed6d6663b5955cb2a56644.zip |
maj aaabasicfs#2010-rc1
Diffstat (limited to 'base/aaabasicfs/Pkgfile')
-rw-r--r-- | base/aaabasicfs/Pkgfile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index c21e948e6..b8e8b8b26 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -6,12 +6,14 @@ name=aaabasicfs version=2010 -release=beta-4 +release=rc1 scriptsversion=lfs-bootscripts-20100124 +BLFSscriptsversion=20090302 source=( http://www.linuxfromscratch.org/lfs/downloads/development/$scriptsversion.tar.bz2\ + http://www.linuxfromscratch.org/blfs/downloads/svn/blfs-bootscripts-$BLFSscriptsversion.tar.bz2 hosts console fstab inittab message inputrc network \ profile dircolors.sh extrapaths.sh bash_profile bashrc bashrc.etc lfs-bootscripts-01.patch \ - blfs-bootscripts nu readline.sh unmask.sh X.sh bashrc ) + nu readline.sh unmask.sh X.sh bashrc ) build() { @@ -169,9 +171,15 @@ EOF mkdir -p $PKG/root/bin cp -v nu $PKG/root/bin # Customise startup scripts - cp blfs-bootscripts $PKG/var/lib/pkg/ + cat > $PKG/var/lib/pkg/blfs-bootscripts << "EOF" +scripts=blfs-bootscripts +scriptsversion=$BLFSscriptsversion +EOF ln -s /var/lib/pkg/blfs-bootscripts $PKG/etc/blfs-bootscripts cp -v message $PKG/boot/ + # Install Random Number Generation + cd $SRC/blfs-bootscripts-$BLFSscriptsversion + make DESTDIR=$PKG install-random cat > $PKG/etc/skel/.dmrc << "EOF" [Desktop] |