HLFS/master.sh, oops.. use the blfs bootscript version not lfs..
This commit is contained in:
parent
1d756b0b61
commit
b0976d2e85
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ chapter7_Makefiles() { # Create a bootable system.. kernel, bootscripts..e
|
|||
vrs=`grep "^lfs-bootscripts-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
|
||||
FILE="lfs-bootscripts-$vrs.tar.*"
|
||||
wrt_unpack2 "$FILE"
|
||||
vrs=`grep "^blfs-bootscripts-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
|
||||
(
|
||||
cat << EOF
|
||||
@echo "\$(MOUNT_PT)\$(SRC)/blfs-bootscripts-$vrs" > sources-dir
|
||||
|
|
Reference in a new issue