anaconda/anaconda-40.22.3.13/dracut/anaconda-depmod.sh
2024-11-14 21:39:56 -08:00

5 lines
120 B
Bash
Executable file

#!/bin/sh
[ -e /run/install/DD-1 ] || [ -e /tmp/DD-net ] || return 0
# regenerate modules.* files
depmod -b "$NEWROOT"