From bc8ec134e107af1e92871ebba0b1d5c6e8cae9bc Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 10 Oct 2007 22:57:29 -0500 Subject: Slight updates to initcpio hooks * Get rid of unnecessary trailing slash on BOOT_MOUNT variable * Fix -eq/= mixup- we are comparing strings, not numbers * Don't unmount /dev, as it was never mounted Signed-off-by: Dan McGee --- hooks/boot-usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks/boot-usb') diff --git a/hooks/boot-usb b/hooks/boot-usb index 4645c5a..67e00dd 100644 --- a/hooks/boot-usb +++ b/hooks/boot-usb @@ -3,7 +3,7 @@ run_hook () msg ":: Scanning for boot usb device..." /bin/mkdir -p /tmpfs/bootmnt - bootmnt="/tmpfs/bootmnt/" + bootmnt="/tmpfs/bootmnt" found=0 for usb in /dev/sd[a-z][0-9]; do -- cgit v1.2.3-54-g00ecf