Le 29/03/2014 17:31, BLFS Trac a écrit :
> #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.
> 
I already updated it this morning, so let us just wait for the tarball to be
updated.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to