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:
Manuel Canales Esparcia 2007-07-29 11:57:40 +00:00
parent e205afcafa
commit f940c29031

View file

@ -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