|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] initrd - how to view the contend?
On Sun, 2 Sep 2007, Frank wrote:
How can a see the content of an initrd.img file?
another non-xen question... :(
it depends on how it was built. For mine:
[root@gt5 ~/initrd]# more README
# assemble me with
# find . | cpio -c -o | gzip -9 > /boot/img.aoe
so, for that one... it would be
# mkdir tmp
# cd tmp
# zcat /boot/img.aoe | cpio -c -i
-Tom
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|