]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - mkinitrd-suse.sh
dmsquash-live, livenet: Simplify OverlayFS read-only overlay setup.
[thirdparty/dracut.git] / mkinitrd-suse.sh
index d9de81b9825b9f267dc6cf12a33463d82935a474..20d85da1e13de2f6a50429b8e0a0344a6f65c95c 100755 (executable)
@@ -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=;;