Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
trustedgrub2
grub2-btrfs-02-export-subvolume-envvars.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File grub2-btrfs-02-export-subvolume-envvars.patch of Package trustedgrub2
From: Michael Chang <mchang@suse.com> Subject: export btrfs_subvol and btrfs_subvolid We should export btrfs_subvol and btrfs_subvolid to have both visible to subsidiary configuration files loaded using configfile. Signed-off-by: Michael Chang <mchang@suse.com> Index: trustedgrub2-2.02~beta2/grub-core/fs/btrfs.c =================================================================== --- trustedgrub2-2.02~beta2.orig/grub-core/fs/btrfs.c +++ trustedgrub2-2.02~beta2/grub-core/fs/btrfs.c @@ -2273,6 +2273,8 @@ GRUB_MOD_INIT (btrfs) subvol_set_env); grub_register_variable_hook ("btrfs_subvolid", subvolid_get_env, subvolid_set_env); + grub_env_export ("btrfs_subvol"); + grub_env_export ("btrfs_subvolid"); } GRUB_MOD_FINI (btrfs)
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