#3759: BlueZ-5.17
-------------------------+-----------------------
Reporter: randy@… | Owner: fo
Type: enhancement | Status: assigned
Priority: normal | Milestone: 7.6
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by bdubbs@…):
Replying to [comment:22 fo]:
> Just modified the bootscript. Will fix that. Please, I have never
modified a bootscript. Is there anything else to do?
Unlike LFS, the BLFS bootscripts are not a part of the Makefile. They are
done in the script that updates the on-line book once a day:
{{{
cd $BOOK_DIR || die "Could not cd to $BOOK_DIR" $LINENO
VERSION=`grep "bootscripts-version " general.ent|cut -d\" -f2`
BOOTSCRIPTS=blfs-bootscripts-$VERSION
DEST=`grep "downloads-root " general.ent|cut -d\" -f2|cut -b 8-`
cd $BLFS_DIR || die "Could not cd to $BLFS_DIR"
$LINENO
mv bootscripts $BOOTSCRIPTS || die "Could not mv 'bootscripts
$BOOTSCRIPTS'" $LINENO
sleep 2
tar -cjhf $BOOTSCRIPTS.tar.bz2 $BOOTSCRIPTS \
|| die "Could not tar -cjhf $BOOTSCRIPTS.tar.bz2
$BOOTSCRIPTS" $LINENO
}}}
Of course $BOOK_DIR and $BLFS_DIR are specific to the script, but
bootscripts-version in general.ent does need to be updated.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3759#comment:24>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page