Skip to content

Commit

Permalink
fix: provide our own thin-provisioning-tools
Browse files Browse the repository at this point in the history
there seems to be a apt dependency bug with thin-provisioning-tools
and libaio. Provide our own package for now until this is fixed...

also openssl/apt are already installed. no need to install it again.

Signed-off-by: Christian Lamparter <[email protected]>
  • Loading branch information
chunkeey committed Jul 26, 2024
1 parent 4490d75 commit bf62d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ DEBOOTSTRAP_INCLUDE_PACKAGES="gzip,u-boot-tools,device-tree-compiler,binutils,\

# That's why the heavy lifting should be done by apt that will be run in the chroot
APT_INSTALL_PACKAGES="needrestart zip unzip vim screen htop ethtool iperf3 \
openssh-server netcat-traditional net-tools curl wget apt systemd-timesyncd \
openssl smartmontools hdparm smartmontools cryptsetup \
openssh-server netcat-traditional net-tools curl wget systemd-timesyncd \
smartmontools hdparm smartmontools cryptsetup \
nfs-common nfs-kernel-server rpcbind samba rsync telnet \
btrfs-progs xfsprogs exfatprogs ntfs-3g dosfstools \
bcache-tools duperemove thin-provisioning-tools \
bcache-tools duperemove \
udisks2 udisks2-btrfs udisks2-lvm2 unattended-upgrades \
cockpit cockpit-packagekit cockpit-networkmanager \
cockpit-storaged watchdog lm-sensors uuid-runtime rng-tools-debian"
Expand Down
Binary file not shown.

0 comments on commit bf62d58

Please sign in to comment.