dotfiles/root/etc/kernel/cmdline

6 lines
647 B
Plaintext
Raw Normal View History

2022-10-31 09:28:41 +02:00
{%@@ if profile == "Mirkwood" @@%}
2022-11-02 16:07:33 +02:00
cryptdevice=UUID=19fa8fab-c5fe-454a-9a17-b7185ce975ea:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw idle=nomwait amdgpu.ppfeaturemask=0xffffffff quiet splash vt.global_cursor_default=0 fbcon=nodefer log_level=3 udev.log_level=3
2022-10-31 09:28:41 +02:00
{%@@ elif profile == "Moria" @@%}
2022-11-06 09:44:02 +02:00
cryptdevice=UUID=d99b4607-f836-4305-82f3-448a8ea7c1e6:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root ip=:::::eth0:dhcp netconf_timeout=60 rw quiet splash vt.global_cursor_default=0 fbcon=nodefer log_level=3 udev.log_level=3
2022-10-31 09:28:41 +02:00
{%@@ endif @@%}