diff options
author | luxagraf <sng@luxagraf.net> | 2022-07-14 11:51:25 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-07-14 11:51:25 -0500 |
commit | 42578107abc2d87e5197e1a27bf6e50a3190ad0b (patch) | |
tree | 47f0f6afd9496ecd2d01af86dcaf75fec696ff6d | |
parent | 499a18cee91202e95c08ebe0ad1d92a3df3ae2d0 (diff) |
added arch systemd boot file
-rwxr-xr-x | arch.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch.conf b/arch.conf new file mode 100755 index 0000000..ebecddb --- /dev/null +++ b/arch.conf @@ -0,0 +1,5 @@ +title Arch Linux +linux /vmlinuz-linux +initrd /intel-ucode.img +initrd /initramfs-linux.img +options root="LABEL=arch_os" rw mem_sleep_default=deep systemd.unified_cgroup_hierarchy=0 |