summaryrefslogtreecommitdiffstats
path: root/isolinux
diff options
context:
space:
mode:
Diffstat (limited to 'isolinux')
-rw-r--r--isolinux/README.TXT8
-rw-r--r--isolinux/f2.txt11
-rw-r--r--isolinux/isolinux.bootbin2048 -> 2048 bytes
-rw-r--r--isolinux/isolinux.cfg8
-rw-r--r--isolinux/message.txt4
5 files changed, 21 insertions, 10 deletions
diff --git a/isolinux/README.TXT b/isolinux/README.TXT
index 94f84489d..2c1cfbbf9 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
diff --git a/isolinux/f2.txt b/isolinux/f2.txt
index 1b79d8eef..bb6ffbc29 100644
--- a/isolinux/f2.txt
+++ b/isolinux/f2.txt
@@ -3,14 +3,13 @@
You'll need one kernel to get Linux started on your system so that you can
install it. The default kernel is huge.s, which requires at least a
-Pentium Pro processor. There is also a "speakup.s" kernel, which supports
-various speech synthesizers.
-
-***************************************************************************
-* Tip: If you have no idea which kernel to use, go with huge.s! *
-***************************************************************************
+Pentium Pro processor. This kernel now includes Speakup support as well.
To boot the chosen kernel put the name of the kernel and press enter.
boot: huge.s "For example, boot the 'huge.s' kernel!"
+To check your system memory with memtest86+, use 'memtest':
+
+boot: memtest
+
diff --git a/isolinux/isolinux.boot b/isolinux/isolinux.boot
index bcc923aec..08f4418b8 100644
--- a/isolinux/isolinux.boot
+++ b/isolinux/isolinux.boot
Binary files differ
diff --git a/isolinux/isolinux.cfg b/isolinux/isolinux.cfg
index ccca60d79..e134d2d1d 100644
--- a/isolinux/isolinux.cfg
+++ b/isolinux/isolinux.cfg
@@ -6,7 +6,9 @@ F1 message.txt
F2 f2.txt
label huge.s
kernel /kernels/huge.s/bzImage
- append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=huge.s
+ append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s
label speakup.s
- kernel /kernels/speakup.s/bzImage
- append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=speakup.s
+ kernel /kernels/huge.s/bzImage
+ append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s
+label memtest
+ kernel /kernels/memtest/memtest
diff --git a/isolinux/message.txt b/isolinux/message.txt
index 365bddfef..681ae6618 100644
--- a/isolinux/message.txt
+++ b/isolinux/message.txt
@@ -1,5 +1,5 @@
-Welcome to 09Slackware6407 version 13.1 (Linux kernel 2.6.33.4)!
+Welcome to 09Slackware6407 version 13.37 (Linux kernel 2.6.37.6)!
If you need to pass extra parameters to the kernel, enter them at the prompt
below after the name of the kernel to boot (huge.s etc).
@@ -10,6 +10,8 @@ boot: huge.s root=/dev/sda1 rdinit= ro
In the example above, /dev/sda1 is the / Linux partition.
+To test your memory with memtest86+, enter memtest on the boot line below.
+
This prompt is just for entering extra parameters. If you don't need to enter
any parameters, hit ENTER to boot the default kernel "huge.s" or press [F2]
for a listing of more kernel choices.