Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
dracut
0204-mkinitrd-fix-monster.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0204-mkinitrd-fix-monster.patch of Package dracut
From: Fabian Vogt <fvogt@suse.com> Subject: Implement functionality of -A option References: boo#935993 - Without this patch, -A sets host_only=0, but host_only wasn't used - Translates into --no-host-only now --- mkinitrd-suse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: dracut-043/mkinitrd-suse.sh =================================================================== --- dracut-043.orig/mkinitrd-suse.sh +++ dracut-043/mkinitrd-suse.sh @@ -263,7 +263,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=;;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor