diff options
Diffstat (limited to 'examples/hooks/rt2x00.sh')
-rwxr-xr-x | examples/hooks/rt2x00.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/hooks/rt2x00.sh b/examples/hooks/rt2x00.sh index 8c5153c71..d94b4e253 100755 --- a/examples/hooks/rt2x00.sh +++ b/examples/hooks/rt2x00.sh @@ -2,11 +2,8 @@ # 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. - -# NOTE: it runs in interactive mode - -# Updating indices -apt-get update +# +# FIXME: it runs in interactive mode # Building kernel modules which module-assistant || apt-get install --yes module-assistant |