1
0
forked from pool/virtualbox

- Create groups properly and also create vboxsf and vboxguest on

guest additions bnc#927708

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=187
This commit is contained in:
Tomáš Chvátal 2015-05-06 20:36:38 +00:00 committed by Git OBS Bridge
parent 374881396c
commit 89ff2d9dac
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 6 20:35:29 UTC 2015 - tchvatal@suse.com
- Create groups properly and also create vboxsf and vboxguest on
guest additions bnc#927708
-------------------------------------------------------------------
Wed May 6 16:52:56 UTC 2015 - tchvatal@suse.com

View File

@ -568,8 +568,12 @@ popd
######################################################
%pre
echo "creating group vboxusers..."
groupadd -r vboxusers 2>/dev/null || :
getent group vboxusers >/dev/null || groupadd -r vboxusers
%pre guest-tools
# Add groups for seamless mode and shared folders:
getent group vboxguest >/dev/null || groupadd -r vboxguest
getent group vboxsf >/dev/null || groupadd -r vboxsf
#######################################################
# scriptlets - post