]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - man/dracut.8.asc
feat(dracut): add --sbat option to add sbat policy to UKI
[thirdparty/dracut.git] / man / dracut.8.asc
index 4104f6632cbf9a44b197fe46d78dc07a868e3e3a..e3ba217d726b5c08ac219c6568543d52155c9449 100644 (file)
@@ -391,8 +391,8 @@ Default:
 
 **--persistent-policy** _<policy>_::
     Use _<policy>_ to address disks and partitions.
-    _<policy>_ can be any directory name found in /dev/disk.
-    E.g. "by-uuid", "by-label"
+    _<policy>_ can be any directory name found in /dev/disk (e.g. "by-uuid",
+    "by-label"), or "mapper" to use /dev/mapper device names (default).
 
 **--fstab**::
     Use _/etc/fstab_ instead of _/proc/self/mountinfo_.
@@ -600,6 +600,11 @@ and no /etc/cmdline/*.conf will be generated into the initramfs.
     default is _/lib/modules/<KERNEL-VERSION>/vmlinuz_ or
     _/boot/vmlinuz-<KERNEL-VERSION>_.
 
+**--sbat <parameters>**::
+    Specifies the SBAT parameters, which to include in the UEFI executable. By default
+    the default SBAT string added is "sbat,1,SBAT Version,sbat,1,
+    https://github.com/rhboot/shim/blob/main/SBAT.md".
+
 **--enhanced-cpio**::
     Attempt to use the dracut-cpio binary, which optimizes archive creation for
     copy-on-write filesystems by using the copy_file_range(2) syscall via Rust's
@@ -650,7 +655,6 @@ Default:
 Example:
     DRACUT_INSTALL="valgrind dracut-install"
 
-_DRACUT_COMPRESS_BZIP2_::
 _DRACUT_COMPRESS_BZIP2_::
 _DRACUT_COMPRESS_LBZIP2_::
 _DRACUT_COMPRESS_LZMA_::
@@ -742,7 +746,7 @@ _/etc/cmdline.d/*.conf_::
 AVAILABILITY
 ------------
 The dracut command is part of the dracut package and is available from
-link:$$https://dracut.wiki.kernel.org$$[https://dracut.wiki.kernel.org]
+link:$$https://github.com/dracutdevs/dracut$$[https://github.com/dracutdevs/dracut]
 
 AUTHORS
 -------