diff options
author | Juan RP <xtraeme@gmail.com> | 2012-06-14 11:21:54 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2012-06-14 11:21:54 +0200 |
commit | a45a0d1448a8a6b60769f33c114b6db243aede47 (patch) | |
tree | 4eb975e28db3a42f9ea3c7f4bcbc06bd9b159753 /Makefile | |
parent | 7045698d748dbaad02149da73148cd31f44ed1d6 (diff) | |
download | hrmpf-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-- | Makefile | 3 |
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 |