Browse Source

Merge pull request #340 from danimo/mkinitrd_suse_A

mkinitrd-suse.sh: Implement functionality of -A option
master
Harald Hoyer 7 years ago committed by GitHub
parent
commit
51d2436c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mkinitrd-suse.sh

2
mkinitrd-suse.sh

@ -265,7 +265,7 @@ while (($# > 0)); do @@ -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…
Cancel
Save