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