File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # Filesystem manipulation
2- install_optional_items+=" /bin/gdisk /bin/parted /bin/mkfs.vfat /bin/mkfs.ext4 "
1+ # Disk manipulation
2+ install_optional_items+=" /bin/gdisk /bin/parted /bin/wipefs /bin/kpartx "
3+
4+ # Filesystem creation
5+ install_optional_items+=" /bin/mkfs.vfat /bin/mkfs.ext4 "
36
47# Boot manipulation
58install_optional_items+=" /bin/efibootmgr "
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ buildah run "${container}" \
106106buildah run " ${container} " xbps-install -y \
107107 linux5.10 linux5.10-headers gummiboot-efistub curl yq-go bash kbd terminus-font \
108108 dracut mkinitcpio dracut-network gptfdisk iproute2 iputils parted curl \
109- dosfstools e2fsprogs efibootmgr cryptsetup openssh
109+ dosfstools e2fsprogs efibootmgr cryptsetup openssh util-linux kpartx
110110
111111# Remove headers and development toolchain, but keep binutils for objcopy
112112buildah run " ${container} " sh -c ' echo "ignorepkg=dkms" > /etc/xbps.d/10-nodkms.conf'
You can’t perform that action at this time.
0 commit comments