Results 1 to 1 of 1
Hi folks,
Please advise how to read "initramfs_data.cpio.gz"
I tried follow without result;
# gzip -dc initramfs_data.cpio.gz >initramfs_data.cpio.img
# mkdir initramfs
# mount -t ramfs -o loop initramfs_data.cpio.img initramfs/
and
...
- 11-08-2005 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
How to view initramfs_data.cpio.gz file
Hi folks,
Please advise how to read "initramfs_data.cpio.gz"
I tried follow without result;
# gzip -dc initramfs_data.cpio.gz >initramfs_data.cpio.img
# mkdir initramfs
# mount -t ramfs -o loop initramfs_data.cpio.img initramfs/
and
# mount -t ramfs initramfs_data.cpio.img -o loop initramfs/
# ls -al initramfs/
drwxr-xr-x 2 root root 0 Nov 8 14:57 .
drwxrwxr-x 14 satimis satimis 4096 Nov 8 14:46 ..
Whether I need to recompile kernel?
TIA
BR
satimis


Reply With Quote
