Changeset 83f64dc for jhalfs


Ignore:
Timestamp:
10/09/2005 08:46:38 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
898f47a
Parents:
2ee568e
Message:

Removed 132-kernel from the Makefile.
Fixed the copy of the krnel config file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r2ee568e r83f64dc  
    648648    if echo $i | grep -q "grub" ; then
    649649       continue
     650    # The filesystems can't be unmounted yet due that the user must
     651    # to enter to the chroot environment to create the root password,
     652    # edit several files and setup Grub, 
     653    elif echo $i | grep -q "reboot" ; then
     654       continue
    650655    fi
    651656
     
    697702(
    698703    cat << EOF
    699         @source envars && cp $CONFIG \$(LFS)\$(PKGDIR)
     704        @source envars && cp $CONFIG \$(LFS)\$(PKGDIR)/.config
    700705EOF
    701706) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.