[Git-commits] [grml/grml-autoconfig] 5e4c03: Improve VirtualBox shared folders + support vboxdr...

Michael Prokop noreply at github.com
Thu Aug 13 10:01:20 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-autoconfig
  Commit: 5e4c03e1063e23049f9f6aa3c2452e1809e30cc2
      https://github.com/grml/grml-autoconfig/commit/5e4c03e1063e23049f9f6aa3c2452e1809e30cc2
  Author: Michael Prokop <mika at grml.org>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M autoconfig
    M autoconfig.functions
    M grml-autoconfig

  Log Message:
  -----------
  Improve VirtualBox shared folders + support vboxdrv service

The virtualbox shared folders code couldn't be skipped during runtime,
so add support boot option "novboxsf" to skip shared folders setup.

While at it reduce code complexity in config_virtualbox_shared_folders()
(by returning when not running under virtualbox).

Also do not hard code "grml" user to be added to vboxsf group, but rely
on $fstabuser instead.

If VirtualBox (not the guest additions, but the application itself) can
be started on Grml live system, then the /usr/bin/VBox exectuable is
present. The vboxdrv driver might not be loaded yet, take care of it via
vboxdrv.service. Also add user to vboxusers group. To be able to easily
skip it (via boot option "novbox") integrate in grml-autoconfig and not
into systemd presets.

This work was funded by Grml-Forensic.


  Commit: 8b19d852890fe5aed6e668e29abf9e45e79ec8c2
      https://github.com/grml/grml-autoconfig/commit/8b19d852890fe5aed6e668e29abf9e45e79ec8c2
  Author: Michael Prokop <mika at grml.org>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Release new version 0.19.3


Compare: https://github.com/grml/grml-autoconfig/compare/bfff4922a694...8b19d852890f


More information about the Git-commits mailing list