(y'a t'il un journal qui garde une trace des apt-trucs?)
hum, au temps pour moi, j'avais déjà posé cette question et obtenu une réponse : http://linuxfr.org/comments/651998.html#651998
D'ailleurs :
grep upgrade /var/log/dpkg.log| grep 2006年02月25日
me donne entre autre
2006年02月25日 14:35:48 upgrade initramfs-tools 0.51 0.52b
et apt-cache show initramfs-tools
This package contains tools to create and boot an initramfs for prepackaged
2.6 Linux kernel. The initramfs is an cpio archive. At boot time, the kernel
unpacks that archive into ram, mounts and uses it as initial root file system.
From there on the mounting of the real root file system occurs in user space.
klibc handles the boot-time networking setup. Supports nfs root system.
Any boot loader with initrd support is able to load an initramfs archive.
# /var/log/dpkg.log
Posté par cxente . En réponse au message kernel panic. Évalué à 3.
hum, au temps pour moi, j'avais déjà posé cette question et obtenu une réponse :
http://linuxfr.org/comments/651998.html#651998
D'ailleurs :
grep upgrade /var/log/dpkg.log| grep 2006年02月25日
me donne entre autre
2006年02月25日 14:35:48 upgrade initramfs-tools 0.51 0.52b
et apt-cache show initramfs-tools
This package contains tools to create and boot an initramfs for prepackaged
2.6 Linux kernel. The initramfs is an cpio archive. At boot time, the kernel
unpacks that archive into ram, mounts and uses it as initial root file system.
From there on the mounting of the real root file system occurs in user space.
klibc handles the boot-time networking setup. Supports nfs root system.
Any boot loader with initrd support is able to load an initramfs archive.
Ça pourrait être ça ? Mais que faire ??