replace lftp with aria2
This commit is contained in:
parent
ed1e52563f
commit
ea6f59d06f
2 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue