Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
add other configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Emprario committed Dec 27, 2023
1 parent c7e29c9 commit acb4d02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dracut_conf_file/dracut_mmcblk0.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hostonly="no"
compress="xz"
nofscks="yes"
reproducible="yes"
add_drivers+=" i915 amdgpu "
kernel_cmdline="root=/dev/mmcblk0p3"
6 changes: 6 additions & 0 deletions dracut_conf_file/dracut_nvme0n1.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hostonly="no"
compress="xz"
nofscks="yes"
reproducible="yes"
add_drivers+=" i915 amdgpu "
kernel_cmdline="root=/dev/nvme0n1p3"

0 comments on commit acb4d02

Please sign in to comment.