Hi, I set up a Linux guest in VirtualBox, using the Fedora distribution.
I installed the GuestAdditions after installing kernel-devel and gcc packages.
Fine...
But today, an kernel-update occurred. After the update it seems that the GuestAddition kernel-modules aren't rebuilt yet. Is there any way to configure the system that the modules will be rebuild each kernel-update? I don't want to install the Additions every time.
GuestAdditions after kernel-update
-
firefexx
- Posts: 29
- Joined: 14. Aug 2009, 12:56
- Primary OS: Fedora other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows
- Location: /home
GuestAdditions after kernel-update
-
Martin
- Volunteer
- Posts: 2562
- Joined: 30. May 2007, 18:05
- Primary OS: Fedora other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: XP, Win7, Win10, Linux, OS/2
Re: GuestAdditions after kernel-update
dkms should handle the automatic rebuild (if it is installed
)
-
firefexx
- Posts: 29
- Joined: 14. Aug 2009, 12:56
- Primary OS: Fedora other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows
- Location: /home
Re: GuestAdditions after kernel-update
Oh.. Thanks. I will try it.