Initramfs-tools: Unterschied zwischen den Versionen

Aus Foxwiki
Wechseln zu:Navigation, Suche
K Textersetzung - „ “ durch „ “
K Textersetzung - „wikitable“ durch „table table-striped table-hover“
 
Zeile 60: Zeile 60:


=== Dateien ===
=== Dateien ===
{| class="wikitable options"
{| class="table table-striped table-hover options"
|-
|-
! Datei !! Beschreibung
! Datei !! Beschreibung

Aktuelle Version vom 29. Juli 2026, 10:54 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

Projekt