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
Fabian Vogt 2017-02-03 16:02:33 +01:00 committed by Daniel Molkentin
parent 43634c2469
commit 39ee4fdfbd
1 changed files with 1 additions and 1 deletions

View File

@ -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=;;