replace lftp with aria2

This commit is contained in:
jalr 2018-02-11 20:08:49 +01:00
parent ed1e52563f
commit ea6f59d06f
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ RUN apt-get update \
&& apt-get -y install \
initramfs-tools \
linux-image-amd64 \
lftp
aria2
COPY imagesync.sh /etc/initramfs-tools/scripts/local-premount/

View file

@ -5,7 +5,7 @@ prereqs()
{
echo "$PREREQ"
. /usr/share/initramfs-tools/hook-functions
copy_exec /usr/bin/lftp
copy_exec /usr/bin/aria2c
copy_exec /sbin/sfdisk
copy_exec /sbin/mke2fs
}