Zum Inhalt springen

Initramfs-tools: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „===== Projekt =====“ durch „==== Projekt ====“
K Textersetzung - „==== Links ====“ durch „=== Links ===“
Zeile 66: Zeile 66:
; Info-Pages  
; Info-Pages  


==== Links ====
=== Links ===
==== Projekt ====
==== Projekt ====



Version vom 22. März 2025, 03:00 Uhr

initramfs-tools - Generische, modulare Erstellung eines »initramfs« (Automatisierung)

Beschreibung

Dieses Paket erstellt ein bootbares initramfs für Linux-Kernelpakete

Das initramfs wird zusammen mit dem Kernel geladen und ist zuständig für das Einhängen der Dateisystem-Wurzel (root, /) und den Start des Haupt-Initialisierungssystems.

Installation

sudo apt install initramfs-tools

Dateien

/etc
 /etc/initramfs-tools/conf.d
 /etc/initramfs-tools/update-initramfs.conf
 /etc/kernel
  /etc/kernel/postinst.d
  /etc/kernel/postinst.d/initramfs-tools
  /etc/kernel/postrm.d
  /etc/kernel/postrm.d/initramfs-tools
/usr/sbin
 /usr/sbin/update-initramfs
/usr/share/bash-completion
 /usr/share/bash-completion/completions
 /usr/share/bash-completion/completions/update-initramfs
/usr/share/bug
 /usr/share/bug/initramfs-tools
 /usr/share/bug/initramfs-tools/script
/usr/share/doc
 /usr/share/doc/initramfs-tools
 /usr/share/doc/initramfs-tools/TODO
 /usr/share/doc/initramfs-tools/changelog.gz
 /usr/share/doc/initramfs-tools/copyright
/usr/share/man
 /usr/share/man/man5/update-initramfs.conf.5.gz
 /usr/share/man/man8/update-initramfs.8.gz

Konfiguration

Dateien

Datei Beschreibung
/etc/initramfs-tools/conf.d
/etc/initramfs-tools/update-initramfs.conf
/etc/kernel/postinst.d/initramfs-tools
/etc/kernel/postrm.d/initramfs-tools


Anhang

Siehe auch


Dokumentation

Man-Page
Info-Pages

Links

Projekt

Weblinks