diff options
author | Peter Jones <pjones@redhat.com> | 2008-06-03 16:38:58 -0400 |
---|---|---|
committer | Peter Jones <pjones@vroomfondel.internal.datastacks.com> | 2008-06-03 16:38:58 -0400 |
commit | fcf61c56be28f7da03d20dae0c554f9d2e478261 (patch) | |
tree | 7995cbc06c63cf426a52d2091858d6bb1ef49393 /scripts/Makefile.am | |
parent | ab11e3374e55a5aeb35ee6dbd1b70379a1b0c980 (diff) | |
download | plymouth-fcf61c56be28f7da03d20dae0c554f9d2e478261.tar.gz plymouth-fcf61c56be28f7da03d20dae0c554f9d2e478261.tar.xz plymouth-fcf61c56be28f7da03d20dae0c554f9d2e478261.zip |
Add a script to populate an initrd from a directory specified on the command line.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 4f10707..7932851 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,7 @@ noinst_SCRIPTS = new-object.sh initrdscriptdir = $(libexecdir)/plymouth -initrdscript_SCRIPTS = plymouth-update-initrd +initrdscript_SCRIPTS = plymouth-update-initrd plymouth-populate-initrd if ADD_BOOT_ENTRY install-data-hook: |