summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-06-25 17:45:55 +0200
committerSebastian Schmelzer2012-06-25 17:45:55 +0200
commit5dfcf5a3a2de4718dccb5eef817e42ce98c78186 (patch)
tree51263ef411b58c7ca9b8cf05860608ec9e3a144c /config
downloadosib-5dfcf5a3a2de4718dccb5eef817e42ce98c78186.tar.gz
osib-5dfcf5a3a2de4718dccb5eef817e42ce98c78186.tar.xz
osib-5dfcf5a3a2de4718dccb5eef817e42ce98c78186.zip
initial commit
Diffstat (limited to 'config')
-rw-r--r--config/extlinux/extlinux.conf63
-rw-r--r--config/extlinux/pbs2.pngbin0 -> 20132 bytes
-rw-r--r--config/hide.conf3
-rw-r--r--config/paths.conf2
-rw-r--r--config/setup.conf6
5 files changed, 74 insertions, 0 deletions
diff --git a/config/extlinux/extlinux.conf b/config/extlinux/extlinux.conf
new file mode 100644
index 0000000..36a9600
--- /dev/null
+++ b/config/extlinux/extlinux.conf
@@ -0,0 +1,63 @@
+TIMEOUT 100
+PROMPT 0
+DEFAULT vesamenu.c32
+
+MENU BACKGROUND pbs2.png
+MENU WIDTH 78
+MENU MARGIN 9
+MENU PASSWORDMARGIN 9
+MENU ROWS 10
+MENU TABMSGROW 16
+MENU CMDLINEROW 16
+MENU ENDROW -1
+MENU PASSWORDROW 16
+MENU TIMEOUTROW 20
+MENU HELPMSGROW 16
+MENU HELPMSGENDROW -1
+MENU HSHIFT 0
+MENU VSHIFT 7
+
+#menu color screen 37;40 #80ffffff #00000000 std
+menu color border 37;40 #00000000 #00000000 std
+menu color title 1 #ee004a99 #00000000 all
+menu color unsel 37;40 #ff4f75aa #00000000 all
+menu color hotkey 1;37;40 #ffff8b00 #ff8093a1 std
+menu color sel 7;37;40 #ff1c2a33 #667799bb all
+#menu color hotsel 1;7;37;40 #ffff8b00 #667799bb all
+#menu color disabled 1;37;40 #ffff8b00 #ff8093a1 std
+#menu color scrollbar 37;40 #40000000 #ee000000 std
+#menu color tabmsg 37;40 #ffff8b00 #ff8093a1 std
+#menu color cmdmark 1;37;40 #ffff8b00 #ff8093a1 std
+#menu color cmdline 37;40 #fff0f0f0 #ff8093a1 std
+#menu color pwdborder 37;40 #40000000 #ff8093a1 std
+#menu color pwdheader 37;40 #ffff8b00 #ff8093a1 std
+#menu color pwdentry 37;40 #ffff8b00 #ff8093a1 std
+#menu color timeout_msg 37;40 #fff0f0f0 #ff8093a1 std
+#menu color timeout 1;37;40 #ffff8b00 #ff8093a1 std
+#menu color help 37;40 #ff1c2a33 #00000000 none
+MENU MSGCOLOR #ff1c2a33 #00000000 none
+
+MENU TITLE Welcome to OpenSLX PreBoot USB Ext2/3 (Mini Linux/Kexec)
+LABEL SLXSTDBOOT
+ MENU LABEL OpenSLX PreBoot - Stateless Netboot Linux ...
+ KERNEL kernel
+ APPEND initrd=initramfs type=USB vga=0x317
+ TEXT HELP
+ Use this (default) entry if you have configured your client.
+ You have chance to edit the kernel commandline by hitting the
+ TAB key (e.g. for adding debug=3 to it for bug hunting) ...
+ ENDTEXT
+LABEL DEBUGBOOT
+ MENU LABEL OpenSLX PreBoot - Debug Mode
+ KERNEL kernel
+ APPEND initrd=initramfs type=USB vga=0x317 debug=3
+ TEXT HELP
+ Use this to start the preboot environment with debug shells.
+ ENDTEXT
+LABEL LOCALBOOT
+ MENU LABEL LOCALBOOT
+ LOCALBOOT -1
+ TEXT HELP
+ Gets you out of here by booting from next device in BIOS boot
+ order.
+ ENDTEXT
diff --git a/config/extlinux/pbs2.png b/config/extlinux/pbs2.png
new file mode 100644
index 0000000..602a983
--- /dev/null
+++ b/config/extlinux/pbs2.png
Binary files differ
diff --git a/config/hide.conf b/config/hide.conf
new file mode 100644
index 0000000..27e214b
--- /dev/null
+++ b/config/hide.conf
@@ -0,0 +1,3 @@
+boot.catalog
+autorun.inf
+
diff --git a/config/paths.conf b/config/paths.conf
new file mode 100644
index 0000000..f7ea7d1
--- /dev/null
+++ b/config/paths.conf
@@ -0,0 +1,2 @@
+BUILDROOT_OUT_PATH=/home/ssc/debian/wheezy/openslx/buildroot/output/images
+
diff --git a/config/setup.conf b/config/setup.conf
new file mode 100644
index 0000000..cd454e0
--- /dev/null
+++ b/config/setup.conf
@@ -0,0 +1,6 @@
+syslinux_use_testing=0
+syslinux_stable_version=syslinux-4.04
+syslinux_stable_url=http://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/${syslinux_stable_version}.tar.bz2
+syslinux_testing_version=syslinux-4.04-pre22
+syslinux_testing_url=http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/${syslinux_testing_version}.tar.bz2
+make_num_jobs=6