rename directory 'python' to 'interface', for I think it is a better name for its included python scripts function.
5 lines
168 B
Bash
Executable File
5 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
modules=$(ls /Rocky/modules/|grep -v .bak|grep -v .old)
|
|
mkinitrd /mnt/boot/initrd.gz $modules --without-usb --without-multipath --fstab=/mnt/etc/fstab -f
|