Merge pull request #88 from kroy-the-rabbit/patch-1

T2118: Add fsck tools to initramfs image
This commit is contained in:
Christian Poessinger 2020-03-11 07:12:52 +01:00 committed by GitHub
commit 965d8ef487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,11 @@ manual_add_modules igb ixgbe ixgbevf i40e i40evf
# executable to copy to initramfs, with library dependencies
copy_exec /usr/lib/x86_64-linux-gnu/libnss_dns.so.2
# missing fsck in initramfs
copy_exec /usr/sbin/fsck
copy_exec /usr/sbin/fsck.ext2
copy_exec /usr/sbin/fsck.ext3
copy_exec /usr/sbin/fsck.ext4
# copy other files ("other" here is a file type, so do not delete this keyword)
copy_file other /etc/ssl/certs/ca-certificates.crt