Man page - dh_installinitramfs(1)
Packages contas this manual
- dh_installcatalogs(1)
- debhelper-obsolete-compat(7)
- dh_builddeb(1)
- dh_installsystemduser(1)
- dh_auto_configure(1)
- dh_installdeb(1)
- dh_auto_test(1)
- dh_auto_build(1)
- dh_auto_install(1)
- dh_installlogrotate(1)
- dh_assistant(1)
- dh_install(1)
- dh_strip(1)
- dh_systemd_enable(1)
- dh_testdir(1)
- dh_installalternatives(1)
- dh_movetousr(1)
- dh_listpackages(1)
- dh_installsysusers(1)
- dh_shlibdeps(1)
- dh_installpam(1)
- dh_installmenu(1)
- dh_missing(1)
- dh_fixperms(1)
- dh_installtmpfiles(1)
- dh_md5sums(1)
- dh_testroot(1)
- dh_makeshlibs(1)
- dh_lintian(1)
- dh_installcron(1)
- dh_installsystemd(1)
- dh_installinit(1)
- dh_installlogcheck(1)
- dh_installinfo(1)
- dh_link(1)
- dh_installchangelogs(1)
- dh_icons(1)
- dh_installmime(1)
- dh_installmanpages(1)
- dh_bugfiles(1)
- dh_movefiles(1)
- dh_installexamples(1)
- dh_installdebconf(1)
- dh_ucf(1)
- dh_installwm(1)
- dh_installxfonts(1)
- dh_installdirs(1)
- dh_usrlocal(1)
- dh_dwz(1)
- debhelper-compat-upgrade-checklist(7)
- dh_update_autotools_config(1)
- dh_installifupdown(1)
- dh_systemd_start(1)
- dh_clean(1)
- dh_installppp(1)
- dh_auto_clean(1)
- dh(1)
- dh_compress(1)
- dh_prep(1)
- dh_gencontrol(1)
- dh_installgsettings(1)
- dh_installemacsen(1)
- dh_perl(1)
- dh_installdocs(1)
- dh_installinitramfs(1)
- dh_installman(1)
- dh_installudev(1)
- debhelper(7)
- dh_installmodules(1)
apt-get install debhelper
Available languages:
en fr pt deManual
| DH_INSTALLINITRAMFS(1) | Debhelper | DH_INSTALLINITRAMFS(1) |
NAME
dh_installinitramfs - install initramfs hooks and setup maintscripts
SYNOPSIS
dh_installinitramfs [debhelper options] [-n]
DESCRIPTION
dh_installinitramfs is a debhelper program that is responsible for installing Debian package provided initramfs hooks.
If dh_installinitramfs installs or detects one or more initramfs hooks in the package, then it also automatically generates the noawait trigger update-initframfs command needed to interface with the Debian initramfs system. This trigger is inserted into the packaging by dh_installdeb(1).
FILES
- debian/package.initramfs-hook
- Assumed to be an initramfs hook that will be installed into usr/share/initramfs-tools/hooks/package in the package build directory. See HOOK SCRIPTS in initramfs-tools(8) for more information about initramfs hooks.
OPTIONS
- -n, --no-scripts
- Do not add the update-initramfs trigger even if it seems like the
package might need it. The option is called --no-scripts for
historical reasons as dh_installinitramfs would previously generate
maintainer scripts that called update-initramfs -u.
Use this option, if you need to interface with the update-initramfs system that is not satisfied by the noawait trigger (e.g. because you need the extra guarantees and head-aches of a await trigger).
NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to triggers file.
SEE ALSO
debhelper(7) update-initramfs(8) initramfs-tools(8)
This program is a part of debhelper.
AUTHOR
Niels Thykier <niels@thykier.net>
| 2025-03-29 | 13.24.2 |