Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I'm trying to install a customized version of xen on RHEL. The customized xen is required by the software which only provides steps for SUSE. In one step, something ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2

    mkinitrd in RHEL

    Hi,

    I'm trying to install a customized version of xen on RHEL. The customized xen is required by the software which only provides steps for SUSE.

    In one step, something like the following is done in SUSE:
    mkinitrd -k /lib/modules/2.6.22.6-mtyrel-64bit-xen/linux -i /lib/modules/2.6.22.6-mtyrel-64bit-xen/initrd -M /lib/modules/2.6.22.6-mtyrel-64bit-xen/System.map

    I wonder what's its counterpart in RHEL? Thanks.

  2. #2
    Linux User Felarin's Avatar
    Join Date
    Mar 2007
    Location
    Brazil or Singapore
    Posts
    314
    Quote Originally Posted by azcat_king View Post
    Hi,

    I'm trying to install a customized version of xen on RHEL. The customized xen is required by the software which only provides steps for SUSE.

    In one step, something like the following is done in SUSE:
    mkinitrd -k /lib/modules/2.6.22.6-mtyrel-64bit-xen/linux -i /lib/modules/2.6.22.6-mtyrel-64bit-xen/initrd -M /lib/modules/2.6.22.6-mtyrel-64bit-xen/System.map

    I wonder what's its counterpart in RHEL? Thanks.
    mkinitrd is the same irregardless of distribution.
    "A graphical user interface is just a mask. What lies beneath is what matters."

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2
    Quote Originally Posted by Felarin View Post
    mkinitrd is the same irregardless of distribution.
    It seems that my RHEL's mkinitrd doesn't have the -i -k -M options.

  4. #4
    Linux User Felarin's Avatar
    Join Date
    Mar 2007
    Location
    Brazil or Singapore
    Posts
    314
    Quote Originally Posted by azcat_king View Post
    It seems that my RHEL's mkinitrd doesn't have the -i -k -M options.
    Run this and check for the equivalents. I say again, mkinitrd is the same irregardless of the distro.

    man -8 mkinitrd

    If you do not understand what mkinitrd does, highly suggest you dont manipulate it until you're done reading the man page fully.
    "A graphical user interface is just a mask. What lies beneath is what matters."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...