Zum Inhalt springen

Initramfs-tools: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „line>“ durch „line copy>“
Keine Bearbeitungszusammenfassung
 
Zeile 91: Zeile 91:
{{DISPLAYTITLE:initramfs-tools}}
{{DISPLAYTITLE:initramfs-tools}}


[[Kategorie:initramfs]]
[[Kategorie:Initramfs]]
[[Kategorie:Linux/Systemstart]]
[[Kategorie:Linux/Software/Paket]]
[[Kategorie:Linux/Software/Paket]]


</noinclude>
</noinclude>

Aktuelle Version vom 15. September 2025, 11:14 Uhr

initramfs-tools - Erstellung eines initramfs

Beschreibung

Generische, modulare Erstellung eines initramfs

Erstellt ein bootbares initramfs für Linux-Kernelpakete
  • initramfs wird zusammen mit dem Kernel geladen
  • Einhängen der Dateisystem-Wurzel (root, /)
  • 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
 /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

Links

Projekt

Weblinks