ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/initramfs-tools/hooks/reiserfsprogs

8 lines
154 B
Bash
Executable File

#! /bin/bash
. /usr/share/initramfs-tools/hook-functions
if command -v reiserfsck >/dev/null 2>&1; then
copy_exec /sbin/reiserfsck sbin/reiserfsck
fi