about summary refs log tree commit diff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b5f83ea..9016221 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,7 @@ install: all
 	install -d $(DESTDIR)$(SBINDIR)
 	install -m755 mklive.sh $(DESTDIR)$(SBINDIR)/void-mklive
 	install -d $(DESTDIR)$(DRACUTMODDIR)
-	install -m755 dracut/module-setup.sh $(DESTDIR)$(DRACUTMODDIR)
-	install -m755 dracut/vmklive-adduser.sh $(DESTDIR)$(DRACUTMODDIR)
+	install -m755 dracut/*.sh $(DESTDIR)$(DRACUTMODDIR)
 
 clean:
 	-rm -f mklive.sh