diff options
Diffstat (limited to 'system/cdfs/README')
-rw-r--r-- | system/cdfs/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/cdfs/README b/system/cdfs/README deleted file mode 100644 index 3623b025a4bea..0000000000000 --- a/system/cdfs/README +++ /dev/null @@ -1,10 +0,0 @@ -CDfs is a file system for Linux systems that "exports" all tracks and boot -images on a CD as normal files. These files can then be mounted (e.g. for -ISO and boot images), copied, played (audio and VCD tracks) The primary goal -for developing this file system was to "unlock" information in old ISO images. -For instance, if you have a multisession CD with two ISO images that both -contain the file 'a', you only see the file 'a' in the second session if you -use the iso9660 file system. - -Because this installs a kernel module, you will need to rebuild the package -if you change kernels. |