Files
new_install/operation/makeinitrd
lizhi-rocky 220e6bfe40 add Qin Bo's operating shell scripts in
rename directory 'python' to 'interface', for I think it is a better name for its included python scripts function.
2010-09-03 15:59:49 +08:00

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