Skip to content

Commit

Permalink
Add sfdisk to initramfs
Browse files Browse the repository at this point in the history
Part of: kairos-io/kairos#1831

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Sep 18, 2023
1 parent 31538fc commit 3d94063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/28immucore/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install() {
inst_multiple immucore
inst_multiple kairos-agent
# add utils used by yip stages
inst_multiple partprobe sync udevadm parted mkfs.ext2 mkfs.ext3 mkfs.ext4 mkfs.vfat mkfs.fat blkid lsblk e2fsck resize2fs mount umount sgdisk rsync cryptsetup growpart
inst_multiple partprobe sync udevadm parted mkfs.ext2 mkfs.ext3 mkfs.ext4 mkfs.vfat mkfs.fat blkid lsblk e2fsck resize2fs mount umount sgdisk rsync cryptsetup growpart sfdisk
# missing mkfs.xfs xfs_growfs in image?
inst_script "${moddir}/generator.sh" "${systemdutildir}/system-generators/immucore-generator"
# SERVICES FOR SYSTEMD-BASED SYSTEMS
Expand Down

0 comments on commit 3d94063

Please sign in to comment.