Changeset ac1d897 for CLFS


Ignore:
Timestamp:
07/03/2006 05:42:30 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e5f5970
Parents:
bb19ced
Message:

Small correction to CLFS master.sh, bring it in line with the book.

Added to README.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rbb19ced rac1d897  
    341341    # Select a script execution method
    342342    case $this_script in
    343       *kernfs)        wrt_run_as_root    "${this_script}" "${file}"  ;;
    344       *util-linux)    wrt_run_as_su      "${this_script}" "${file}"  ;;
    345       *)              wrt_run_as_chroot1 "${this_script}" "${file}"  ;;
     343      *kernfs)        wrt_run_as_clfs_root "${this_script}" "${file}"  ;;
     344      *util-linux)    wrt_run_as_su        "${this_script}" "${file}"  ;;
     345      *)              wrt_run_as_chroot1   "${this_script}" "${file}"  ;;
    346346    esac
    347347    #
Note: See TracChangeset for help on using the changeset viewer.