summaryrefslogtreecommitdiffstats
path: root/dev-tools
diff options
context:
space:
mode:
authortorben2016-03-01 18:13:32 +0100
committertorben2016-03-01 18:13:32 +0100
commit34e6a127914b01999bb69e944cea71209a333f83 (patch)
treec97e302b7465d6ce9097d3be36f583b3942193c4 /dev-tools
parentRefactor. (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-34e6a127914b01999bb69e944cea71209a333f83.tar.gz
systemd-init-34e6a127914b01999bb69e944cea71209a333f83.tar.xz
systemd-init-34e6a127914b01999bb69e944cea71209a333f83.zip
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'dev-tools')
-rwxr-xr-xdev-tools/openslxTFTPRoot/pxelinux.cfg/default9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
index a7bfa75e..73b71082 100755
--- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
+++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
@@ -122,3 +122,12 @@ LABEL net
SYSAPPEND 2
IPAPPEND 3
MENU DEFAULT
+
+LABEL net
+ MENU LABEL ^archLinux Janosch debug
+ KERNEL http://132.230.4.202:8080/archLinux/vmlinuz-linux
+ INITRD http://132.230.4.202:8080/archLinux/initramfs-test.img
+ APPEND initrd=/archLinux-initramfs-test.img loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break rd.break=pre-shutdown vconsole.font=latarcyrheb-sun16 slxsrv=132.230.4.202:8080 slxbase=archLinux/ systemd.log_level=info systemd.journald.forward_to_console=1
+ SYSAPPEND 2
+ IPAPPEND 3
+ MENU DEFAULT