Changeset 1936487


Ignore:
Timestamp:
10/03/2005 02:48:26 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
8bb92e7
Parents:
c08d23b
Message:

Fixed issue with kernfs section trying to chroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rc08d23b r1936487  
    446446    # Drop in the name of the target on a new line, and the previous target
    447447    # as a dependency.
    448     if ! echo $i | grep -q "chroot" ; then
     448    if echo $i | grep -q "chroot" ; then
     449       continue
     450    else
    449451       echo -e "\n$i:  $PREV" >> $MKFILE.tmp
    450452    fi
Note: See TracChangeset for help on using the changeset viewer.