]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
install lsinitrd/mkinitrd
authorHarald Hoyer <harald@redhat.com>
Wed, 13 Jan 2010 16:13:20 +0000 (17:13 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 13 Jan 2010 16:13:20 +0000 (17:13 +0100)
Makefile
dracut.spec

index b02a5fb58a27e27e52b088c364ebdbb86e382338..3b14ae8b351ff5bba2d8b90b743bbeb3cbe47c73 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,8 @@ install:
        install -m 0755 dracut $(DESTDIR)$(sbindir)/dracut
        install -m 0755 dracut-gencmdline $(DESTDIR)$(sbindir)/dracut-gencmdline
        install -m 0755 dracut-catimages $(DESTDIR)$(sbindir)/dracut-catimages
+       install -m 0755 mkinitrd-dracut.sh $(DESTDIR)$(sbindir)/mkinitrd
+       install -m 0755 lsinitrd $(DESTDIR)$(sbindir)/lsinitrd
 ifeq (1,${WITH_SWITCH_ROOT})
        install -m 0755 modules.d/99base/switch_root $(DESTDIR)$(sbindir)/switch_root
 endif
index 99446720e343c9e25a1da0899b2eb3786236d24f..51b0da5349bef743667c8291e7e67a95a8fe34f5 100644 (file)
@@ -159,6 +159,8 @@ rm -rf $RPM_BUILD_ROOT
 %if 0%{?with_switch_root}
 /sbin/switch_root
 %endif
+/sbin/mkinitrd
+/sbin/lsinitrd
 %dir %{_datadir}/dracut
 %{_datadir}/dracut/dracut-functions
 %config(noreplace) /etc/dracut.conf