From 34f1124b141b66bc12cd9e0aa8d2b04a156164fe Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 30 Sep 2019 05:09:47 +0300 Subject: plymouth, lightdm --- system/loader/entries/arch.conf | 4 ++++ system/loader/loader.conf | 3 +++ 2 files changed, 7 insertions(+) create mode 100755 system/loader/entries/arch.conf create mode 100755 system/loader/loader.conf (limited to 'system/loader') diff --git a/system/loader/entries/arch.conf b/system/loader/entries/arch.conf new file mode 100755 index 0000000..5d60a7a --- /dev/null +++ b/system/loader/entries/arch.conf @@ -0,0 +1,4 @@ +title Arch Linux +linux /vmlinuz-linux +initrd /initramfs-linux.img +options root=/dev/ArchVolGroup-root rw quiet splash loglevel=2 rd.udev.log_priority=3 rd.systemd.show_status=false vt.global_cursor_default=0 cryptdevice=/dev/nvme0n1p2:cryptlvm root=/dev/ArchVolGroup/root bluetooth.disable_ertm=1 diff --git a/system/loader/loader.conf b/system/loader/loader.conf new file mode 100755 index 0000000..a8c34e5 --- /dev/null +++ b/system/loader/loader.conf @@ -0,0 +1,3 @@ +#timeout 3 +#console-mode keep +default arch -- cgit v1.2.3