diff options
| author | torben | 2015-12-03 17:50:25 +0100 |
|---|---|---|
| committer | torben | 2015-12-03 17:50:25 +0100 |
| commit | c124134d1b3bfe7d195afdb604fe37ae7796f715 (patch) | |
| tree | cd1611b4bfef7d85095892d2e360a308ad57f046 | |
| parent | Improve exception handling.. (diff) | |
| download | systemd-init-c124134d1b3bfe7d195afdb604fe37ae7796f715.tar.gz systemd-init-c124134d1b3bfe7d195afdb604fe37ae7796f715.tar.xz systemd-init-c124134d1b3bfe7d195afdb604fe37ae7796f715.zip | |
Fix.
| -rwxr-xr-x | dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default index ba601e08..0f936e4e 100755 --- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default @@ -60,9 +60,9 @@ LABEL shutdown LABEL net MENU LABEL ^Dracut TEST Torben - KERNEL http://132.230.4.201:8080/archLinux/archLinux-vmlinuz-linux - INITRD http://132.230.4.201:8080/archLinux/archLinux-initramfs-test.img - APPEND initrd=/archLinux-initramfs-test.img loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=132.230.4.201:8080 slxbase=archLinux/ vga=current + KERNEL http://132.230.4.201:8080/archLinux/vmlinuz-linux + INITRD http://132.230.4.201:8080/archLinux/initramfs-test.img + APPEND loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=132.230.4.201:8080 slxbase=archLinux/ vga=current SYSAPPEND 2 IPAPPEND 3 MENU DEFAULT |
