Force replacement of mke2fs
This commit is contained in:
parent
686147685f
commit
0c4fc7bfc8
1 changed files with 3 additions and 2 deletions
|
|
@ -6,10 +6,11 @@ case $1 in
|
|||
# GETS EXECUTED WHEN BUILDING INITRAMFS
|
||||
##
|
||||
. /usr/share/initramfs-tools/hook-functions
|
||||
copy_exec /sbin/mke2fs
|
||||
rm -f "$DESTDIR/sbin/mke2fs"
|
||||
copy_exec /sbin/e2fsck
|
||||
copy_exec /usr/bin/aria2c
|
||||
copy_exec /sbin/mke2fs
|
||||
copy_exec /sbin/sfdisk
|
||||
copy_exec /usr/bin/aria2c
|
||||
copy_file cert /etc/ssl/certs/ca-certificates.crt
|
||||
exit 0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue