|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen 3.3 unstable on OpenSUSE 10.3 - initrd problem
On Monday 07 July 2008 13:04:36 Bill Morris wrote:
> Depending on your config, you may need to use 'mkinitrd' to create
> an initial ram disk, just like a native system e.g.
> # depmod 2.6.18.8-xen
> # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod
> initrd-2.6.18.8-xen.img 2.6.18.8-xen It states that it does not understand
> the "--". I've tried reading mkinitrd -h, but I cannot seem to figure out
> the proper syntax for the mkinitrd command.
I believe you've misplaced your '-f'. Try:
mkinitrd -v --with=aacraid --with=sd_mod --with=scsi_mod -f initrd-2.6.18.8-
xen.img 2.6.18.8-xen
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|