https://bugzilla.redhat.com/show_bug.cgi?id=1481630 --- Comment #69 from Hans de Goede <hdegoede@xxxxxxxxxx> --- Hi, (In reply to Sergio Monteiro Basto from comment #68) > Hello , > > (In reply to Hans de Goede from comment #55) > > (In reply to Nicolas Chauvet (kwizart) from comment #54) > (...) > > If we end up with plan B we should > > probably have the akmod-VirtualBox package build vboxsf instead of it not > > building any guest modules at all. > > OK I'm trying do this , how vboxguest.ko is loaded in boot time ? > Before we loaded with /usr/lib/modules-load.d/VirtualBox.conf file but now > we > don't add any file to add /usr/lib/modules-load.d/ ... The guest interface is a virtual PCI device, so the module gets autoloaded as it exports a pci-id table matching the virtual PCI device IDs. Likewise the new vboxsf driver exports a fs-type, so it too will be autoloaded when you try to mount a mount with a "-t vboxsf". > (...) > > > Once this guest addition package will be created, I think it will be updated > > > along the rpmfusion VirtualBox-guest-addition package. As I expect, this > > > last will be disabled for f28+, but continue to exist for older fedora,rhel. > > OK, this raise me one question when kernel 4.16 go to F27 what I should do ? > seems to me this is more if kernel than if fedora version I will make sure that the vboxguest driver gets disabled for F27 kernel builds. > > > Based on this I think it's indeed correct to have the obsoletes/provide to > > > use a version macro. So everything is fine (maybe only to have a comment to > > > schedule the removal of obsoletes/provides for f28+2 or whatever rhel > > > version is relevant). > > OK > > > Ok, we also need to modify akmod-VirtualBox to not build the guest drivers > > on F-28+, as discussed before we will keep it around on existing guests > > which upgrade to F28 to avoid playing obsolete tricks which will cause > > problems on vbox-host installations. > > > (In reply to Hans de Goede from comment #65) > > Ok, I've just imported virtualbox-guest-additions-5.2.6-4 (with one small > > fix over the last version posted here) and started a build for it for > > rawhide. > > > > Please disable the guest-additions sub-package in the rpmfusion package. > > I'm trying :) > > > If you want to test this with vboxsf, here is a standalone version of vboxsf > > which will build against the vboxguest included in the 4.16-rc1+ kernels in > > rawhide: > > > > https://github.com/jwrdegoede/vboxsf/ > > again depends on kernel version , I can't do this on a kernel of F26 or of > epel 7, isn't it ? > So have 2 codes for vboxsf is more complicated See above. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx