Mention possibility to symlink example hooks in their descriptions.
This commit is contained in:
parent
6f71ad8441
commit
8e305b83f9
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install aufs drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: You only want to use this hook if there is no prebuild aufs-modules-*
|
||||
# package available for your kernel flavour.
|
||||
|
|
|
@ -3,9 +3,11 @@
|
|||
# This is a hook for live-helper(7) to install beryl and enable aiglx.
|
||||
# It was originally written by Inigo Tejedor Arrondo <inigo@navarrux.org>.
|
||||
#
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# for forcing aiglx activation type at boot prompt "live forceaiglx"
|
||||
# for forcing aiglx deactivation type "live noaiglx"
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# For forcing aiglx activation type at boot prompt "live forceaiglx".
|
||||
# For forcing aiglx deactivation type "live noaiglx".
|
||||
|
||||
# Importing archive signing key
|
||||
wget -O - http://debian.beryl-project.org/root@lupine.me.uk.gpg | apt-key add -
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install ipw2100 drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: This hook requires packages from the contrib category. Make sure you enabled
|
||||
# it in your configuration.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install ipw2200 drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: This hook requires packages from the contrib category. Make sure you enabled
|
||||
# it in your configuration.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install ipw3945 drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: This hook requires packages from the contrib and non-free category. Make
|
||||
# sure you enabled it in your configuration.
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
# This is a hook for live-helper(7) to install live-helper and its config into
|
||||
# the binary image.
|
||||
# To enable it, copy this hook into your config/binary_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
|
||||
DIRECTORY="binary/tools/live"
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install madwifi drivers
|
||||
# To enable it, copy this hook into your config/chroot_localhooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: This hook requires packages from the contrib category. Make sure you enabled
|
||||
# it in your configuration.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install nvidia-kernel-legacy drivers
|
||||
# To enable it, copy this hook into your config/chroot_localhooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: This hook requires packages from the non-free category. Make sure you
|
||||
# enabled it in your configuration.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install ralink rt2570 drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
|
||||
which module-assistant || apt-get install --yes module-assistant
|
||||
module-assistant update
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install ralink rt2x00 drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# FIXME: it runs in interactive mode
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install squashfs drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: You only want to use this hook if there is no prebuild
|
||||
# squashfs-modules-* package available for your kernel flavour.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install sun-java.
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: This hook requires packages from the non-free category. Make sure you
|
||||
# enabled it in your configuration.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install sun-java.
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: This hook requires packages from the non-free category. Make sure you
|
||||
# enabled it in your configuration.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to install unionfs drivers
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: You only want to use this hook if there is no prebuild unionfs-modules-*
|
||||
# package available for your kernel flavour.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to rebuild the initramfs image.
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
#
|
||||
# Note: You only want to use this hook if you have modified any initramfs-script
|
||||
# during the build and need to refresh the initrd.img for that purpose.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-helper(7) to enable virtualbox-ose module.
|
||||
# To enable it, copy this hook into your config/chroot_local-hooks directory.
|
||||
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
||||
# directory.
|
||||
|
||||
# Enabling loading of vboxdrv
|
||||
sed -i -e 's|^LOAD_VBOXDRV_MODULE=.*$|LOAD_VBOXDRV_MODULE=1|' /etc/default/virtualbox-ose
|
||||
|
|
Loading…
Reference in New Issue