diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-04-09 18:18:55 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-04-09 18:18:55 -0400 |
| commit | 376a549acaa0bb2856297ab46f2d7a6304dcbbc4 (patch) | |
| tree | 34ba381d52a4528b4a5ce615fecff84a3ec10d48 /.root/etc/cmdline.d | |
| parent | hi (diff) | |
| download | dotfiles-arch-376a549acaa0bb2856297ab46f2d7a6304dcbbc4.tar.gz dotfiles-arch-376a549acaa0bb2856297ab46f2d7a6304dcbbc4.tar.bz2 dotfiles-arch-376a549acaa0bb2856297ab46f2d7a6304dcbbc4.zip | |
a
Diffstat (limited to '')
| -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 |
3 files changed, 3 insertions, 0 deletions
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..9c0248e --- /dev/null +++ b/.root/etc/cmdline.d/root.conf @@ -0,0 +1 @@ +cryptdevice=UUID=c2ac4d90-704e-4f64-a699-4cf69d40bd0b:root:discard root=/dev/mapper/root 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 |