# # Original File # ------------- # http://www.Linux-1U.net/CDRW/Exclude/boot.lst # # # 24-Nov-02 amo Exclude these directories from the CDROM # # Usage # ----- # mkisofs ... --exclude-list /boot/*-2.4.18* # # tar cf - /var `cat $EXCLUDE/boot.lst | grep -v ^#` | ( cd cd_image.Tree ; tar xfp - ) # # --exclude boot.0* --exclude *2.4.18* --exclude module-info --exclude grub # # # End of file