Added a new dracut script to overwrite keymap/locale settings in NEWROOT.

This commit is contained in:
Juan RP
2012-06-14 11:21:54 +02:00
parent 7045698d74
commit a45a0d1448
3 changed files with 27 additions and 2 deletions

View File

@ -13,4 +13,5 @@ depends() {
install() {
inst chmod
inst_hook pre-pivot 01 "$moddir/vmklive-adduser.sh"
inst_hook pre-pivot 02 "$moddir/vmklive-conf.sh"
}