mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #88 from kroy-the-rabbit/patch-1
T2118: Add fsck tools to initramfs image
This commit is contained in:
commit
965d8ef487
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user