diff options
| author | jandob | 2016-01-15 14:08:47 +0100 |
|---|---|---|
| committer | jandob | 2016-01-15 14:08:47 +0100 |
| commit | 335db358d30cf0556f09665470cf35692a355841 (patch) | |
| tree | 042e4392bcd3202d4411bd20e11c4896ba1c7550 /dev-tools/archLinuxStartup.nsh | |
| parent | add network.target dependency to dnbd3.service (diff) | |
| parent | Adding many debugging prints in qemu-nbd as simple file based patch to (diff) | |
| download | systemd-init-335db358d30cf0556f09665470cf35692a355841.tar.gz systemd-init-335db358d30cf0556f09665470cf35692a355841.tar.xz systemd-init-335db358d30cf0556f09665470cf35692a355841.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'dev-tools/archLinuxStartup.nsh')
| -rwxr-xr-x | dev-tools/archLinuxStartup.nsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-tools/archLinuxStartup.nsh b/dev-tools/archLinuxStartup.nsh index 90765fb1..cc635137 100755 --- a/dev-tools/archLinuxStartup.nsh +++ b/dev-tools/archLinuxStartup.nsh @@ -1,5 +1,8 @@ if exist fs0:\debug then rm fs0:\debug - \vmlinuz-linux initrd=\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/ BOOTIF=01-08-00-27-87-9f-44 + # remote + # \vmlinuz-linux initrd=\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/ BOOTIF=01-08-00-27-87-9f-44 + # local + \vmlinuz-linux root=PARTLABEL=system rw rootflags=subvol=root initrd=\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/ BOOTIF=01-08-00-27-87-9f-44 endif \vmlinuz-linux initrd=\initramfs-linux.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" |
