On 4/12/11 4:11 PM, Leland Lucius wrote:
Does anyone else find this bit of code produced by mkinitrd to be a little off?

     root=/dev/*)
        set -- $(IFS=/ ; echo $o)
        if [ "$#" = "3" ]&&  [ "$2" != "cciss" ] ; then
            vg_root=$2
        fi
        ;;

This comes from the "init" script created by the mkinitrd command.

How about if '/proc/cmdline' has "root=/dev/rootvg/lv01" as one of the
arguments?

Leland

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to