mkdumprd: remove noconf

noconf is not supported, remove the --noconf in mkdumprd

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
This commit is contained in:
Dave Young 2012-06-06 16:24:28 +08:00
parent d6cc7ff7dc
commit d88c0390b8

View File

@ -62,10 +62,6 @@ check_size() {
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do
case $1 in case $1 in
--noconf)
conf_file=""
shift
;;
--debug) --debug)
add_dracut_arg "-v" add_dracut_arg "-v"
set -x set -x