Removed 132-kernel from the Makefile.

Fixed the copy of the krnel config file.
This commit is contained in:
Manuel Canales Esparcia 2005-10-09 08:46:38 +00:00
parent 2ee568e967
commit 83f64dcbba

7
jhalfs
View file

@ -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