diff options
| author | jandob | 2015-11-05 15:41:43 +0100 |
|---|---|---|
| committer | jandob | 2015-11-05 15:41:43 +0100 |
| commit | 34fcff83bfd7e0f73ad82f69b87faecbcad744fa (patch) | |
| tree | dc9d059bca7a8734859d5586c61725276f0af99c /dev-tools/startup.nsh | |
| parent | add Makefile for systemd-preserve-process-marker (diff) | |
| parent | Document new simplified approaches. (diff) | |
| download | systemd-init-34fcff83bfd7e0f73ad82f69b87faecbcad744fa.tar.gz systemd-init-34fcff83bfd7e0f73ad82f69b87faecbcad744fa.tar.xz systemd-init-34fcff83bfd7e0f73ad82f69b87faecbcad744fa.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'dev-tools/startup.nsh')
| -rwxr-xr-x | dev-tools/startup.nsh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-tools/startup.nsh b/dev-tools/startup.nsh new file mode 100755 index 00000000..197beb46 --- /dev/null +++ b/dev-tools/startup.nsh @@ -0,0 +1,5 @@ +if exist fs0:\debug then + rm fs0:\debug + \vmlinuz-linux initrd=\initramfs-4.2.2-1-ARCH.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" +endif +\vmlinuz-linux initrd=\initramfs-linux.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" |
