Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
9d75444e
Commit
9d75444e
authored
Jun 28, 2011
by
Tails developers
Browse files
Adapt to virtualbox packages renaming.
parent
9b9f852a
Changes
4
Hide whitespace changes
Inline
Side-by-side
config/chroot_apt/preferences
View file @
9d75444e
...
...
@@ -14,19 +14,19 @@ Package: macchanger
Pin: release o=Debian,a=unstable
Pin-Priority: 999
Package: virtualbox-
ose-
guest-dkms
Package: virtualbox-guest-dkms
Pin: origin backports.debian.org
Pin-Priority: 999
Package: virtualbox-
ose-
guest-source
Package: virtualbox-guest-source
Pin: origin backports.debian.org
Pin-Priority: 999
Package: virtualbox-
ose-
guest-utils
Package: virtualbox-guest-utils
Pin: origin backports.debian.org
Pin-Priority: 999
Package: virtualbox-
ose-
guest-x11
Package: virtualbox-guest-x11
Pin: origin backports.debian.org
Pin-Priority: 999
...
...
config/chroot_local-hooks/50-virtualbox
View file @
9d75444e
...
...
@@ -17,7 +17,7 @@ apt-get install --yes build-essential dkms dpatch linux-headers-2.6-${KERNEL_ARC
# dkms uses uname to find out what kernel to build modules for.
# So, after installing dkms, but before installing
# virtualbox-
ose-
guest-dkms, we divert uname to a fake one that
# virtualbox-guest-dkms, we divert uname to a fake one that
# emulates 'uname -r' by reporting the kernel version found in /boot rather
# than the build system's one.
...
...
@@ -29,14 +29,14 @@ EOF
chmod
755 /bin/uname
# Have the modules automagically built by dkms.
apt-get
install
--yes
virtualbox-
ose-
guest-dkms
apt-get
install
--yes
virtualbox-guest-dkms
# Revert to the real uname.
mv
/bin/uname.
$$
/bin/uname
# clean the build directory
rm
-rf
/var/lib/dkms/virtualbox-
ose-
guest/
rm
-rf
/var/lib/dkms/virtualbox-guest/
# virtualbox-
ose-
guest-dkms's postrm script deletes any previously
# virtualbox-guest-dkms's postrm script deletes any previously
# built binary module; let's delete it before purging the package.
rm
-f
/var/lib/dpkg/info/virtualbox-
ose-
guest-dkms.prerm
rm
-f
/var/lib/dpkg/info/virtualbox-guest-dkms.prerm
config/chroot_local-hooks/98-remove_unwanted_packages
View file @
9d75444e
...
...
@@ -21,7 +21,7 @@ apt-get --yes purge \
make
\
module-assistant
\
po-debconf
\
virtualbox-
ose-
guest-dkms
virtualbox-guest-dkms
### Deinstall a few unwanted packages that were pulled by tasksel
### since they have Priority: standard.
...
...
config/chroot_local-packageslists/tails-common.list
View file @
9d75444e
...
...
@@ -169,8 +169,8 @@ xul-ext-torbutton
### Virtualization guest support
#if ARCHITECTURE i386 amd64
virtualbox-
ose-
guest-utils
virtualbox-
ose-
guest-x11
virtualbox-guest-utils
virtualbox-guest-x11
#endif
#if ARCHITECTURE i386 amd64
open-vm-tools
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment