# # Original File # ------------- # http://www.Linux-1U.net/CDRW/Exclude/usr.lst # # # 24-Nov-02 amo Exclude these directories from the CDROM # # Usage # ----- # mkisofs ... --exclude-list /usr/dict /usr/doc # # tar cf - /var `cat $EXCLUDE/usr.lst | grep -v ^#` | ( cd cd_image.Tree ; tar xfp - ) # # # find /usr/include/ -type d -maxdepth 1 |sort # --exclude usr/dict --exclude usr/doc --exclude usr/etc --exclude usr/games # # try allowing this # exclude usr/include --exclude usr/lib --exclude usr/libexec/emacs --exclude usr/libexec/postfix --exclude usr/local --exclude usr/share --exclude usr/X11R6/share/ImageMagick # # will be symlinking to a writable /ramdisk/var/tmp --exclude usr/tmp # # # End of file