about summary refs log tree commit diff
path: root/dracut/module-setup.sh
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2012-06-14 11:21:54 +0200
committerJuan RP <xtraeme@gmail.com>2012-06-14 11:21:54 +0200
commita45a0d1448a8a6b60769f33c114b6db243aede47 (patch)
tree4eb975e28db3a42f9ea3c7f4bcbc06bd9b159753 /dracut/module-setup.sh
parent7045698d748dbaad02149da73148cd31f44ed1d6 (diff)
downloadhrmpf-a45a0d1448a8a6b60769f33c114b6db243aede47.tar.gz
hrmpf-a45a0d1448a8a6b60769f33c114b6db243aede47.tar.xz
hrmpf-a45a0d1448a8a6b60769f33c114b6db243aede47.zip
Added a new dracut script to overwrite keymap/locale settings in NEWROOT. v0.9.6
Diffstat (limited to 'dracut/module-setup.sh')
-rw-r--r--dracut/module-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh
index 34d5120..0e334b8 100644
--- a/dracut/module-setup.sh
+++ b/dracut/module-setup.sh
@@ -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"
 }