memo

2012-02-13

dracut に任意のファイルを入れさせる

/bin/busybox-static を initramfs に入れたい場合。

/etc/dracut.conf:

....

install_items+=( /bin/busybox-static )

man dracut.conf には install_items+=" <file>[ <file> ...] " というように書かれているが、 そのように文字列として定義するとエラーになった。