- 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:
parent
374881396c
commit
89ff2d9dac
@ -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
|
Wed May 6 16:52:56 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -568,8 +568,12 @@ popd
|
|||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
echo "creating group vboxusers..."
|
getent group vboxusers >/dev/null || groupadd -r vboxusers
|
||||||
groupadd -r vboxusers 2>/dev/null || :
|
|
||||||
|
%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
|
# scriptlets - post
|
||||||
|
Loading…
Reference in New Issue
Block a user