summaryrefslogtreecommitdiffstats
path: root/dev-tools/openslxTFTPRoot
diff options
context:
space:
mode:
authortorben2015-11-19 16:38:24 +0100
committertorben2015-11-19 16:38:24 +0100
commitc9e62c710efb9df363ed5720623937cfed670400 (patch)
tree965ce7b26f044f72f03fa50b2d1dcc4013e0efec /dev-tools/openslxTFTPRoot
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-c9e62c710efb9df363ed5720623937cfed670400.tar.gz
systemd-init-c9e62c710efb9df363ed5720623937cfed670400.tar.xz
systemd-init-c9e62c710efb9df363ed5720623937cfed670400.zip
Fixed pxe boot and add example pxe config file.
Diffstat (limited to 'dev-tools/openslxTFTPRoot')
-rwxr-xr-xdev-tools/openslxTFTPRoot/pxelinux.cfg/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
index 3f8c998f..03555094 100755
--- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
+++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
@@ -62,7 +62,7 @@ LABEL net
MENU LABEL ^Dracut TEST Torben
KERNEL http://132.230.4.201:8080/vmlinuz-linux
INITRD http://132.230.4.201:8080/initramfs-test.img
- APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.2 slxbase=/ vga=current
+ APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.201 slxbase=/ vga=current
IPAPPEND 3
MENU DEFAULT
@@ -70,6 +70,6 @@ LABEL net
MENU LABEL ^Dracut TEST Janosch
KERNEL http://132.230.4.202:8080/vmlinuz-linux
INITRD http://132.230.4.202:8080/initramfs-test.img
- APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.2 slxbase=/ vga=current
+ APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.202 slxbase=/ vga=current
IPAPPEND 3
MENU DEFAULT