Also installing build-essential manually in module example hooks, as module-assistant doesn't do it automatically.
This commit is contained in:
parent
8e305b83f9
commit
57ac4cc808
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue