oops..another corrections to CLFS scripts.

This commit is contained in:
George Boudreau 2006-07-04 00:17:33 +00:00
parent e5f5970062
commit 483ab89128

View file

@ -267,8 +267,8 @@ boot_Makefiles() { #
#
# Select a script execution method
case $this_script in
*changingowner*) wrt_run_as_root "${this_script}" "${file}" ;;
*devices*) wrt_run_as_root "${this_script}" "${file}" ;;
*changingowner*) wrt_run_as_clfs_root "${this_script}" "${file}" ;;
*devices*) wrt_run_as_clfs_root "${this_script}" "${file}" ;;
*fstab*) if [[ -n "$FSTAB" ]]; then
wrt_copy_fstab "${this_script}"
else
@ -341,7 +341,7 @@ chroot_Makefiles() { #
# Select a script execution method
case $this_script in
*kernfs) wrt_run_as_clfs_root "${this_script}" "${file}" ;;
*util-linux) wrt_run_as_clfs_s "${this_script}" "${file}" ;;
*util-linux) wrt_run_as_clfs_su "${this_script}" "${file}" ;;
*) wrt_run_as_chroot1 "${this_script}" "${file}" ;;
esac
#