7 lines
198 B
Bash
Executable File
7 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./functions
|
|
|
|
modules=$(ls /Rocky/modules/|grep -v .bak|grep -v .old)
|
|
mkinitrd "$TARGET"/boot/initrd.gz $modules --without-usb --without-multipath --fstab="$TARGET"/etc/fstab -f
|