Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/hooks/archiso-early
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-18 00:10:39 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-18 00:10:39 -0300
commitb7ca4bf281f0c5997fa8f52ed11d98dd32601f2c (patch)
treeefa03035674ce9abec33a2e616bc6dd0c7014e00 /archiso/hooks/archiso-early
parentbe521f865831871c811e903a7a94feac2dedf988 (diff)
Rename archiso-early hook to archiso_early
To make compatible with disablehooks= param. Since "hook_archiso-early" is not a valid variable name. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/hooks/archiso-early')
-rw-r--r--archiso/hooks/archiso-early8
1 files changed, 0 insertions, 8 deletions
diff --git a/archiso/hooks/archiso-early b/archiso/hooks/archiso-early
deleted file mode 100644
index edd554b..0000000
--- a/archiso/hooks/archiso-early
+++ /dev/null
@@ -1,8 +0,0 @@
-# vim: set ft=sh:
-run_hook ()
-{
- if [ -n "${archisolabel}" ]; then
- echo "ACTION==\"add|change\", SUBSYSTEM==\"block\", IMPORT{program}=\"/sbin/blkid -o udev \$tempnode\"" > /lib/udev/rules.d/00-archiso-device.rules
- echo "ENV{ID_FS_LABEL_ENC}==\"${archisolabel}\", SYMLINK+=\"archiso\"" >> /lib/udev/rules.d/00-archiso-device.rules
- fi
-}