index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2007-10-05 14:27:52 -0500 |
---|---|---|
committer | Dan McGee <dpmcgee@gmail.com> | 2007-10-09 20:59:26 -0500 |
commit | 69c9986a9c2dc6ad18bb1de0c2c2a328c5c94239 (patch) | |
tree | d82403b2404ce2638c4ca4b56c438535020ed2af /hooks/archiso | |
parent | d0688d1130a98f9c015f227f7f94a78affa7813f (diff) |
-rw-r--r-- | hooks/archiso | 1 |
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 |