diff options
| author | torben | 2016-01-15 17:46:14 +0100 |
|---|---|---|
| committer | torben | 2016-01-15 17:46:14 +0100 |
| commit | dc37504ae94313bf395ab6b9efa8dde4d150d627 (patch) | |
| tree | 9e607c0dab2d538f1bd9c560f1dacfbde1617548 /dev-tools/virtualBoxTFTPRoot | |
| parent | debugging (diff) | |
| download | systemd-init-dc37504ae94313bf395ab6b9efa8dde4d150d627.tar.gz systemd-init-dc37504ae94313bf395ab6b9efa8dde4d150d627.tar.xz systemd-init-dc37504ae94313bf395ab6b9efa8dde4d150d627.zip | |
Fix.
Diffstat (limited to 'dev-tools/virtualBoxTFTPRoot')
| -rw-r--r-- | dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default index da0f4f5d..698a7c48 100644 --- a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default @@ -8,7 +8,7 @@ MENU TITLE Janosch und Torbens Bastelspassmenu LABEL arch MENU LABEL ^arch network boot KERNEL /archLinux-vmlinuz-linux -APPEND initrd=/archLinux-initramfs-test.img loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=10.0.2.2:80,10.0.2.2:8080,10.0.2.2:8008,10.0.2.2:8090,10.0.2.2:8280,10.0.2.2:8888 slxbase=archLinux/ systemd.journald.forward_to_console=1 +APPEND initrd=/archLinux-initramfs-test.img loglevel=2 acpi_osi="!Windows 2012" rd.info ip=10.0.2.15::10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=10.0.2.2:80,10.0.2.2:8080,10.0.2.2:8008,10.0.2.2:8090,10.0.2.2:8280,10.0.2.2:8888 slxbase=archLinux/ systemd.journald.forward_to_console=1 SYSAPPEND 2 LABEL ubuntu |
