Removed 132-kernel from the Makefile.
Fixed the copy of the krnel config file.
This commit is contained in:
parent
2ee568e967
commit
83f64dcbba
1 changed files with 6 additions and 1 deletions
7
jhalfs
7
jhalfs
|
@ -647,6 +647,11 @@ EOF
|
||||||
# Grub must be configured manually
|
# Grub must be configured manually
|
||||||
if echo $i | grep -q "grub" ; then
|
if echo $i | grep -q "grub" ; then
|
||||||
continue
|
continue
|
||||||
|
# The filesystems can't be unmounted yet due that the user must
|
||||||
|
# to enter to the chroot environment to create the root password,
|
||||||
|
# edit several files and setup Grub,
|
||||||
|
elif echo $i | grep -q "reboot" ; then
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If no .config file is supplied, the kernel build is skipped
|
# If no .config file is supplied, the kernel build is skipped
|
||||||
|
@ -696,7 +701,7 @@ EOF
|
||||||
if [ "$i" = "132-kernel" ] ; then
|
if [ "$i" = "132-kernel" ] ; then
|
||||||
(
|
(
|
||||||
cat << EOF
|
cat << EOF
|
||||||
@source envars && cp $CONFIG \$(LFS)\$(PKGDIR)
|
@source envars && cp $CONFIG \$(LFS)\$(PKGDIR)/.config
|
||||||
EOF
|
EOF
|
||||||
) >> $MKFILE.tmp
|
) >> $MKFILE.tmp
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue