diff --git a/CLFS/master.sh b/CLFS/master.sh index 0c79135..1b96a46 100644 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -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