mkinitrd-suse.sh: Implement functionality of -A option
- Without this patch, -A sets host_only=0,
but host_only wasn't used
- Translates into --no-host-only now
master
parent
43634c2469
commit
39ee4fdfbd
|
|
@ -265,7 +265,7 @@ while (($# > 0)); do
|
|||
;;
|
||||
-M) read_arg map_file "$@" || shift $?
|
||||
;;
|
||||
-A) host_only=0;;
|
||||
-A) dracut_args="${dracut_args} --no-host-only";;
|
||||
-B) skip_update_bootloader=1;;
|
||||
-v|--verbose) dracut_args="${dracut_args} -v";;
|
||||
-L) logfile=;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue