dracut 059-ok1 source package in openKylin
Changelog
dracut (059-ok1) mantic; urgency=medium * rebuild source for openKylin -- Luoyaoming <email address hidden> Tue, 24 Oct 2023 19:29:44 +0800
dracut (059-ok1) mantic; urgency=medium * rebuild source for openKylin -- Luoyaoming <email address hidden> Tue, 24 Oct 2023 19:29:44 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
dracut_059-ok1.tar.xz | 376.6 KiB | 6441fcefb43c0b0ad08bacd6f98f3d4772c03c8c92dac78e5a41de20093f9c4f |
dracut_059-ok1.dsc | 2.3 KiB | 047d8f288c291f82374b3b3d0c53bf8ff3fdb0f7dfba4f46591bb199df432261 |
This package builds a bootable initramfs for Linux kernel packages. The
initramfs is loaded along with the kernel and is responsible for
mounting the root filesystem and starting the main init system.
This is the dracut configuration to turn off hostonly image generation
This is the dracut configuration to turn on rescue image generation
Unlike existing initramfs's, this is an attempt at having as little as
possible hard-coded into the initramfs as possible. The initramfs has
(basically) one purpose in life -- getting the rootfs mounted so that
we can transition to the real rootfs. This is all driven off of
device availability. Therefore, instead of scripts hard-coded to do
various things, we depend on udev to create device nodes for us and
then when we have the rootfs's device node, we mount and carry on.
Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI,
NBD and FCOE with dracut-network.
This package just contains the dracut-install command to be used by
initramfs generating tools.
Package to build a dracut initramfs with live image capabilities.
.
This package requires everything which is needed to build an
initramfs with dracut, with live image capabilities, like Live CDs.
Package to build a dracut initramfs with network support. This
includes dracut modules for NFS, CIFS, iSCSI, HTTP, NBD, FCP and FCOE.
Package to build an initramfs with most files in a squashfs image.
.
This package provides a dracut module to build an initramfs, but
store most files in a squashfs image, result in a smaller initramfs
size and reduce runtime memory usage.