CLFS: In the boot method skip *introduction run. The $MOUNT_PT write permission issue is already handled in 026-settingenvironment.
This commit is contained in:
parent
e205afcafa
commit
f940c29031
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ boot_Makefiles() { #
|
|||
|
||||
# A little housekeeping on the scripts
|
||||
case $this_script in
|
||||
*grub | *aboot | *colo | *silo | *arcload | *lilo ) continue ;;
|
||||
*grub | *aboot | *colo | *silo | *arcload | *lilo | *introduction ) continue ;;
|
||||
*whatnext*) continue ;;
|
||||
*fstab) [[ ! -z ${FSTAB} ]] && cp ${FSTAB} $BUILDDIR/sources/fstab ;;
|
||||
*kernel) # if there is no kernel config file do not build the kernel
|
||||
|
|
Reference in a new issue