dracut に任意のファイルを入れさせる
/bin/busybox-static を initramfs に入れたい場合。
/etc/dracut.conf:
....
install_items+=( /bin/busybox-static )
man dracut.conf には install_items+=" <file>[ <file> ...] " というように書かれているが、 そのように文字列として定義するとエラーになった。
/bin/busybox-static を initramfs に入れたい場合。
/etc/dracut.conf:
....
install_items+=( /bin/busybox-static )
man dracut.conf には install_items+=" <file>[ <file> ...] " というように書かれているが、 そのように文字列として定義するとエラーになった。