oops..another corrections to CLFS scripts.
This commit is contained in:
parent
e5f5970062
commit
483ab89128
1 changed files with 3 additions and 3 deletions
|
@ -267,8 +267,8 @@ boot_Makefiles() { #
|
||||||
#
|
#
|
||||||
# Select a script execution method
|
# Select a script execution method
|
||||||
case $this_script in
|
case $this_script in
|
||||||
*changingowner*) wrt_run_as_root "${this_script}" "${file}" ;;
|
*changingowner*) wrt_run_as_clfs_root "${this_script}" "${file}" ;;
|
||||||
*devices*) wrt_run_as_root "${this_script}" "${file}" ;;
|
*devices*) wrt_run_as_clfs_root "${this_script}" "${file}" ;;
|
||||||
*fstab*) if [[ -n "$FSTAB" ]]; then
|
*fstab*) if [[ -n "$FSTAB" ]]; then
|
||||||
wrt_copy_fstab "${this_script}"
|
wrt_copy_fstab "${this_script}"
|
||||||
else
|
else
|
||||||
|
@ -341,7 +341,7 @@ chroot_Makefiles() { #
|
||||||
# Select a script execution method
|
# Select a script execution method
|
||||||
case $this_script in
|
case $this_script in
|
||||||
*kernfs) wrt_run_as_clfs_root "${this_script}" "${file}" ;;
|
*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}" ;;
|
*) wrt_run_as_chroot1 "${this_script}" "${file}" ;;
|
||||||
esac
|
esac
|
||||||
#
|
#
|
||||||
|
|
Reference in a new issue