Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/hooks/archiso
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2007-10-05 14:27:52 -0500
committerDan McGee <dpmcgee@gmail.com>2007-10-09 20:59:26 -0500
commit5efbd5f06f2c83a9675a3114dca4b563bf3d59e0 (patch)
tree25607069c7af2f60807f6c998ae676c589153f67 /hooks/archiso
parent2a7a760f685af655e3cf9aeab900e6913562f3b5 (diff)
Got archiso into working condition
Several small changes just as a shim to get everything to work. Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'hooks/archiso')
-rw-r--r--hooks/archiso1
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/archiso b/hooks/archiso
index c60df2b..3d9e7ec 100644
--- a/hooks/archiso
+++ b/hooks/archiso
@@ -6,7 +6,6 @@ run_hook ()
fi
msg -n ":: Mounting tmpfs, size=${ramdisk_size}..."
mount -t tmpfs -o "size=${ramdisk_size}" tmpfs /tmpfs
- mkdir /tmpfs/bootcd
msg "done."
if [ "x${BOOT_MOUNT}" -eq "x" ]; then