diff options
Diffstat (limited to '')
-rw-r--r-- | .root/etc/cmdline.d/cpu.conf | 1 | ||||
-rw-r--r-- | .root/etc/cmdline.d/look.conf | 1 | ||||
-rw-r--r-- | .root/etc/cmdline.d/root.conf | 1 | ||||
-rw-r--r-- | .root/etc/cmdline.d/virt.conf | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.root/etc/cmdline.d/cpu.conf b/.root/etc/cmdline.d/cpu.conf new file mode 100644 index 0000000..5e26a2b --- /dev/null +++ b/.root/etc/cmdline.d/cpu.conf @@ -0,0 +1 @@ +amd_pstate=active and_pstate_epp=balance_power diff --git a/.root/etc/cmdline.d/look.conf b/.root/etc/cmdline.d/look.conf new file mode 100644 index 0000000..4c1901f --- /dev/null +++ b/.root/etc/cmdline.d/look.conf @@ -0,0 +1 @@ +loglevel=0 text bgrt_disable diff --git a/.root/etc/cmdline.d/root.conf b/.root/etc/cmdline.d/root.conf new file mode 100644 index 0000000..2b6b838 --- /dev/null +++ b/.root/etc/cmdline.d/root.conf @@ -0,0 +1 @@ +cryptdevice=UUID=3de30a89-17db-437f-825f-c0c1db71f026:cryptroot:discard root=/dev/mapper/cryptroot rw diff --git a/.root/etc/cmdline.d/virt.conf b/.root/etc/cmdline.d/virt.conf new file mode 100644 index 0000000..9b754f7 --- /dev/null +++ b/.root/etc/cmdline.d/virt.conf @@ -0,0 +1 @@ +amd_iommu=on |