diff options
Diffstat (limited to 'isolinux/README.TXT')
-rw-r--r-- | isolinux/README.TXT | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/isolinux/README.TXT b/isolinux/README.TXT index 94f84489..2c1cfbbf 100644 --- a/isolinux/README.TXT +++ b/isolinux/README.TXT @@ -13,6 +13,7 @@ mkisofs -o /tmp/slackware-dvd.iso \ -sort isolinux/iso.sort \
-b isolinux/isolinux.bin \
-c isolinux/isolinux.boot \
+ -m 'kde-l10n-*.tar.bz2' \
-V "SlackDVD" .
On my system, here's the command I'd use to burn the resulting DVD ISO:
@@ -38,9 +39,16 @@ growisofs \ -sort isolinux/iso.sort \
-b isolinux/isolinux.bin \
-c isolinux/isolinux.boot \
+ -m 'kde-l10n-*.tar.bz2' \
-dvd-compat \
-V "SlackDVD" .
+Note that the source files for the KDE language translations will not be
+included on these DVD images in order to keep them under the limit for
+a single-layer disc. If you are using double layer DVD media and want to
+burn the complete tree to your disc, remove the -m option line from the
+command.
+
HOW TO MAKE A SET OF BOOTABLE / INSTALLABLE CDROMS
|