Skip to content

Commit

Permalink
chore: remove symlinks and broken binaries
Browse files Browse the repository at this point in the history
LVM commands only found to be run for rook volume group but we call the
full binary with subcommand instead of symlink.

Signed-off-by: Justin Garrison <justin.garrison@siderolabs.com>
  • Loading branch information
rothgar committed Feb 15, 2024
1 parent 7811e5e commit 30f18c8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iptables/pkg.yaml
Expand Up @@ -21,6 +21,9 @@ steps:
--disable-nftables \
--enable-libipq \
--with-xtlibdir=/lib/xtables
rm -f /sbin/iptables-apply \
/sbin/ip6tables-apply
build:
- |
make -j $(nproc)
Expand Down
50 changes: 50 additions & 0 deletions lvm2/pkg.yaml
Expand Up @@ -37,6 +37,56 @@ steps:
--enable-udev_rules \
--enable-static_link \
--with-udev-prefix=/usr
rm -f /sbin/blkdeactivate \
/sbin/fsadm \
/sbin/fsck.xfs \
/sbin/lvchange \
/sbin/lvconvert \
/sbin/lvcreate \
/sbin/lvdisplay \
/sbin/lvextend \
/sbin/lvmconfig \
/sbin/lvmdevices \
/sbin/lvmdiskscan \
/sbin/lvmdump \
/sbin/lvm_import_vdo \
/sbin/lvmsadc \
/sbin/lvmsar \
/sbin/lvreduce \
/sbin/lvremove \
/sbin/lvrename \
/sbin/lvresize \
/sbin/lvs \
/sbin/lvscan \
/sbin/pvchange \
/sbin/pvck \
/sbin/pvcreate \
/sbin/pvdisplay \
/sbin/pvmove \
/sbin/pvremove \
/sbin/pvresize \
/sbin/pvs \
/sbin/pvscan \
/sbin/vgcfgbackup \
/sbin/vgcfrestore \
/sbin/vgchange \
/sbin/vgck \
/sbin/vgconvert \
/sbin/vgcreate \
/sbin/vgdisplay \
/sbin/vgexport \
/sbin/vgimport \
/sbin/vgimportclone \
/sbin/vgimportdevices \
/sbin/vgmerge \
/sbin/vgmknodes \
/sbin/vgreduce \
/sbin/vgremove \
/sbin/vgrename \
/sbin/vgs \
/sbin/vgscan \
/sbin/vgsplit
build:
- |
make -j $(nproc)
Expand Down

0 comments on commit 30f18c8

Please sign in to comment.