VirtualBox

Changeset 5386 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Oct 19, 2007 3:06:39 PM (17 years ago)
Author:
vboxsync
Message:

Made guest additions work with Fedora 8 (selinux policy added)

Location:
trunk/src/VBox/Additions/linux
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r5164 r5386  
    3333PACKING      = $(PATH_BIN)/additions/VBoxLinuxAdditions.run
    3434OTHER_CLEAN  = $(PACKING)
     35# OSE only contains the source code for this
     36SELINUX_CMPLD = selinux-fedora/vbox_x11.pp
    3537endif
    3638
     
    6769                $(PATH_BIN)/additions/vboxvideo_drv_14.so \
    6870                installer/vboxvfs.sh $(PATH_BIN)/additions/mountvboxsf \
     71                $(SELINUX_CMPLD) \
    6972                $(wildcard $(PATH_BIN)/additions/src/*) \
    7073                $(wildcard $(PATH_BIN)/additions/src/*/*) \
     
    100103        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_13.so $(PATH_TARGET)/install/vboxvideo_drv_13.so
    101104        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_14.so $(PATH_TARGET)/install/vboxvideo_drv_14.so
     105        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/mountvboxsf $(PATH_TARGET)/install/mount.vboxsf
    102106        $(QUIET)$(INSTALL) -m 0755 installer/vboxvfs.sh $(PATH_TARGET)/install
    103         $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/mountvboxsf $(PATH_TARGET)/install/mount.vboxsf
     107#ifndef VBOX_OSE
     108        $(QUIET)$(INSTALL) -m 0755 selinux-fedora/vbox_x11.pp $(PATH_TARGET)/install
     109#endif
    104110        $(QUIET)$(VBOX_MAKESELF) $(PATH_TARGET)/install $@ \
    105111        "VirtualBox $(VBOX_VERSION_STRING) Guest Additions for Linux installation" /bin/sh ./install.sh "> /dev/null"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette