summaryrefslogtreecommitdiffstats
path: root/syslinux
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-11-28 01:52:06 +0100
committer Eric Hameleers <alien@slackware.com>2015-11-28 01:52:06 +0100
commit4d5cdc379e338c1c28f4d7d09226d4167a3f9e1e (patch)
tree95eba4e47f473c238361f19750cbd7d392a333e1 /syslinux
downloadliveslak-4d5cdc379e338c1c28f4d7d09226d4167a3f9e1e.tar.gz
liveslak-4d5cdc379e338c1c28f4d7d09226d4167a3f9e1e.tar.xz
Slackware Live Edition: initial commit.Beta2
This is Beta 2. Read http://alien.slackbook.org/blog/slackware-live-edition-beta-2 for all the details.
Diffstat (limited to 'syslinux')
-rw-r--r--syslinux/efiboot.imgbin0 -> 1474560 bytes
-rw-r--r--syslinux/f2.txt27
-rw-r--r--syslinux/iso.sort3
-rw-r--r--syslinux/isolinux.binbin0 -> 24576 bytes
-rw-r--r--syslinux/isolinux.cfg1
-rw-r--r--syslinux/lang.cfg51
-rw-r--r--syslinux/memtestbin0 -> 150024 bytes
-rw-r--r--syslinux/message.txt12
-rw-r--r--syslinux/swlogov.pngbin0 -> 10289 bytes
-rw-r--r--syslinux/syslinux.cfg15
10 files changed, 109 insertions, 0 deletions
diff --git a/syslinux/efiboot.img b/syslinux/efiboot.img
new file mode 100644
index 0000000..23ce1bc
--- /dev/null
+++ b/syslinux/efiboot.img
Binary files differ
diff --git a/syslinux/f2.txt b/syslinux/f2.txt
new file mode 100644
index 0000000..bf4ee9a
--- /dev/null
+++ b/syslinux/f2.txt
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+ -+ Customization Help +-
+
+To boot with default values just press ENTER.
+Customizations of the Live environment:
+boot: live lang=nl_NL kbd=nl tz=Europe/Amsterdam
+ "Specify language, keyboard and/or timezone"
+boot: live nop "No persistence, i.e. boot the virgin installation"
+boot: live nomodeset "Boot with kernel mode setting for graphics
+ -- needed with some machines."
+boot: live load=nvidia "Load and configure binary Nvidia drivers"
+boot: live rootdelay=10
+ "Add 10 second delay to allow proper USB initialization"
+boot: live swap "Activate swap partitions if found on the computer"
+
+To check your system memory with memtest86+, use 'memtest':
+boot: memtest
+
diff --git a/syslinux/iso.sort b/syslinux/iso.sort
new file mode 100644
index 0000000..ade31e7
--- /dev/null
+++ b/syslinux/iso.sort
@@ -0,0 +1,3 @@
+isolinux 100
+isolinux/isolinux.bin 200
+kernels 50
diff --git a/syslinux/isolinux.bin b/syslinux/isolinux.bin
new file mode 100644
index 0000000..b179b3c
--- /dev/null
+++ b/syslinux/isolinux.bin
Binary files differ
diff --git a/syslinux/isolinux.cfg b/syslinux/isolinux.cfg
new file mode 100644
index 0000000..1f06172
--- /dev/null
+++ b/syslinux/isolinux.cfg
@@ -0,0 +1 @@
+include syslinux.cfg
diff --git a/syslinux/lang.cfg b/syslinux/lang.cfg
new file mode 100644
index 0000000..c171eca
--- /dev/null
+++ b/syslinux/lang.cfg
@@ -0,0 +1,51 @@
+label be
+menu label belgisch
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=nl_BE.utf8 kbd=be-latin1 tz=Europe/Brussels
+
+label br
+menu label brazil
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=pt_BR.utf8 kbd=br-latin1-us tz=America/Sao_Paulo
+
+label gb
+menu label british
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=en_GB.utf8 kbd=uk tz=Etc/GMT
+
+label de
+menu label deutsch
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=de_DE.utf8 kbd=de-latin1 tz=Europe/Berlin
+
+label es
+menu label espanol
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=es_ES.utf8 kbd=es tz=Europe/Madrid
+
+label fr
+menu label francais
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=fr_FR.utf8 kbd=fr tz=Europe/Paris
+
+label it
+menu label italiano
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=it_IT.utf8 kbd=it tz=Europe/Rome
+
+label ja
+menu label japanese
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=ja_JP.utf8 kbd=jp106 tz=Asia/Tokyo
+
+label nl
+menu label nederlands
+menu default
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=nl_NL.utf8 kbd=nl tz=Europe/Amsterdam
+
+label ru
+menu label russian
+kernel /boot/generic
+append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 locale=ru_RU.utf8 kbd=ru tz=Europe/Moscow
+
diff --git a/syslinux/memtest b/syslinux/memtest
new file mode 100644
index 0000000..affaaab
--- /dev/null
+++ b/syslinux/memtest
Binary files differ
diff --git a/syslinux/message.txt b/syslinux/message.txt
new file mode 100644
index 0000000..c9df271
--- /dev/null
+++ b/syslinux/message.txt
@@ -0,0 +1,12 @@
+
+Welcome to 09Slackware@DIRSUFFIX@-Live07 version @SL_VERSION@ (Linux kernel @KVER@)!
+
+If you need to pass extra parameters to the kernel, enter them at the prompt
+below after the name of the kernel to boot (default: live).
+
+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 with default values or press [F2]
+for a listing of customization choices. Default kernel will boot in 30 seconds.
+
diff --git a/syslinux/swlogov.png b/syslinux/swlogov.png
new file mode 100644
index 0000000..16bd64c
--- /dev/null
+++ b/syslinux/swlogov.png
Binary files differ
diff --git a/syslinux/syslinux.cfg b/syslinux/syslinux.cfg
new file mode 100644
index 0000000..3f4bd5c
--- /dev/null
+++ b/syslinux/syslinux.cfg
@@ -0,0 +1,15 @@
+default live
+prompt 1
+timeout 300
+display message.txt
+F1 message.txt
+F2 f2.txt
+label live
+ kernel /boot/generic
+ append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=us tz=localtime locale=us_EN.utf8
+
+include lang.cfg
+
+label memtest
+ kernel /boot/memtest
+