mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
16 lines
174 B
Plaintext
Executable File
16 lines
174 B
Plaintext
Executable File
|
|
case $1 in
|
|
prereqs)
|
|
echo ""
|
|
exit 0
|
|
;;
|
|
esac
|
|
|
|
. /usr/share/initramfs-tools/hook-functions
|
|
|
|
copy_exec /sbin/dmsetup
|
|
copy_exec /usr/sbin/blockdev
|
|
|
|
|
|
manual_add_modules dm_mod
|