insert "append=***" in elilo.conf

This commit is contained in:
hugang
2011-03-21 17:02:23 +08:00
parent 95c70b1c53
commit bb5f324039

View File

@@ -66,6 +66,7 @@ configure_elilo_cnf()
local root_dev
root_dev="/dev/$ROOT_PARTITION"
sed -i "s@root=@root=$root_dev@g" $ELILO_CNF
sed -i -e "/initrd=.*/i\ append=\"$KPARAMETER\"" $ELILO_CNF
}
configure_grub_cnf ()