Update-initramfs: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
|||
Zeile 74: | Zeile 74: | ||
= TMP = | = TMP = | ||
== EXAMPLES == | == EXAMPLES == | ||
Update the initramfs of the newest kernel: | Update the initramfs of the newest kernel: |
Version vom 21. März 2025, 22:56 Uhr
update-initramfs - generate an initramfs image
Beschreibung
The update-initramfs script manages your initramfs images on your local box. It keeps track of the existing initramfs archives in /boot. There are three modes of operation create, update or delete. You must at least specify one of those modes.
The initramfs is a gzipped cpio archive. At boot time, the kernel unpacks that archive into RAM disk, mounts and uses it as initial root file system. All finding of the root device happens in this early userspace.
Installation
Aufruf
update-initramfs {-c|-d|-u} [-k version] [-v] [-b directory]
update-initramfs -h
Optionen
Unix | GNU | Parameter | Beschreibung |
---|---|---|---|
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
Problembehebung
Konfiguration
Dateien
Datei | Beschreibung |
---|---|
Anhang
Siehe auch
Dokumentation
- Man-Page
- UPDATE-INITRAMFS(8)
- Info-Pages
Links
Projekt
Weblinks
TMP
EXAMPLES
Update the initramfs of the newest kernel:
update-initramfs -u
Create the initramfs for a specific kernel:
update-initramfs -c -k 2.6.18-1-686
FILES
/etc/initramfs-tools/update-initramfs.conf
SEE ALSO
- initramfs.conf(5)
- initramfs-tools(7)
- mkinitramfs(8)
- lsinitramfs(8)