Also installing build-essential manually in module example hooks, as module-assistant doesn't do it automatically.

This commit is contained in:
Daniel Baumann 2008-12-02 17:44:46 +01:00
parent 8e305b83f9
commit 57ac4cc808
10 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,8 @@
# Note: You only want to use this hook if there is no prebuild aufs-modules-*
# package available for your kernel flavour.
apt-get install --yes build-essential
# Building kernel module
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -7,6 +7,8 @@
# Note: This hook requires packages from the contrib category. Make sure you enabled
# it in your configuration.
apt-get install --yes build-essential
# Building kernel module
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -7,6 +7,8 @@
# Note: This hook requires packages from the contrib category. Make sure you enabled
# it in your configuration.
apt-get install --yes build-essential
# Building kernel mdoule
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -7,6 +7,8 @@
# Note: This hook requires packages from the contrib and non-free category. Make
# sure you enabled it in your configuration.
apt-get install --yes build-essential
# Building kernel module
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -7,6 +7,8 @@
# Note: This hook requires packages from the contrib category. Make sure you enabled
# it in your configuration.
apt-get install --yes build-essential
# Building kernel module
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -7,6 +7,8 @@
# Note: This hook requires packages from the non-free category. Make sure you
# enabled it in your configuration.
apt-get install --yes build-essential
# Building kernel module
which module-assistant || apt-get install --yes module-assistant nvidia-kernel-common
module-assistant update

View File

@ -4,6 +4,8 @@
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
# directory.
apt-get install --yes build-essential
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -6,6 +6,8 @@
#
# FIXME: it runs in interactive mode
apt-get install --yes build-essential
# Building kernel modules
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -7,6 +7,8 @@
# Note: You only want to use this hook if there is no prebuild
# squashfs-modules-* package available for your kernel flavour.
apt-get install --yes build-essential
# Building kernel module
which module-assistant || apt-get install --yes module-assistant
module-assistant update

View File

@ -7,6 +7,8 @@
# Note: You only want to use this hook if there is no prebuild unionfs-modules-*
# package available for your kernel flavour.
apt-get install --yes build-essential
# Building kernel module
which module-assistant || apt-get install --yes module-assistant
module-assistant update