From acb4d02c68d836a448a5d566af7e9193a00ef893 Mon Sep 17 00:00:00 2001 From: Emprario Date: Wed, 27 Dec 2023 20:02:41 +0000 Subject: [PATCH] add other configs --- dracut_conf_file/dracut_mmcblk0.conf | 6 ++++++ dracut_conf_file/dracut_nvme0n1.conf | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 dracut_conf_file/dracut_mmcblk0.conf create mode 100644 dracut_conf_file/dracut_nvme0n1.conf diff --git a/dracut_conf_file/dracut_mmcblk0.conf b/dracut_conf_file/dracut_mmcblk0.conf new file mode 100644 index 0000000..8ed74a1 --- /dev/null +++ b/dracut_conf_file/dracut_mmcblk0.conf @@ -0,0 +1,6 @@ +hostonly="no" +compress="xz" +nofscks="yes" +reproducible="yes" +add_drivers+=" i915 amdgpu " +kernel_cmdline="root=/dev/mmcblk0p3" \ No newline at end of file diff --git a/dracut_conf_file/dracut_nvme0n1.conf b/dracut_conf_file/dracut_nvme0n1.conf new file mode 100644 index 0000000..c047108 --- /dev/null +++ b/dracut_conf_file/dracut_nvme0n1.conf @@ -0,0 +1,6 @@ +hostonly="no" +compress="xz" +nofscks="yes" +reproducible="yes" +add_drivers+=" i915 amdgpu " +kernel_cmdline="root=/dev/nvme0n1p3" \ No newline at end of file