diff options
| author | jandob | 2015-12-10 19:56:12 +0100 |
|---|---|---|
| committer | jandob | 2015-12-10 19:56:12 +0100 |
| commit | 71c239e718cdc5150fbf40eb79d5709407a16373 (patch) | |
| tree | ce0c1ab270195aac13ab326a3ba1e396cfc660f2 /dev-tools | |
| parent | update rebash (diff) | |
| parent | more fakeroot support. (diff) | |
| download | systemd-init-71c239e718cdc5150fbf40eb79d5709407a16373.tar.gz systemd-init-71c239e718cdc5150fbf40eb79d5709407a16373.tar.xz systemd-init-71c239e718cdc5150fbf40eb79d5709407a16373.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'dev-tools')
| -rwxr-xr-x | dev-tools/archLinuxStartup.nsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tools/archLinuxStartup.nsh b/dev-tools/archLinuxStartup.nsh index b36f4f85..90765fb1 100755 --- a/dev-tools/archLinuxStartup.nsh +++ b/dev-tools/archLinuxStartup.nsh @@ -1,5 +1,5 @@ if exist fs0:\debug then rm fs0:\debug - \vmlinuz-linux initrd=\initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0::enp0s3:off vconsole.font=latarcyrheb-sun16 vconsole.keymap=de + \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 endif \vmlinuz-linux initrd=\initramfs-linux.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" |
