index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2007-10-05 20:52:03 -0500 |
---|---|---|
committer | Dan McGee <dpmcgee@gmail.com> | 2007-10-09 20:59:26 -0500 |
commit | 0ed7712017ddeb24973dcf3cc61d2d3bf479c5ae (patch) | |
tree | 88a665c231217faf142311939235fd2906bcc38a /hooks/archiso | |
parent | c2c8c2a77a4feb7fd948933cc11cffb0595acf71 (diff) |
-rw-r--r-- | hooks/archiso | 6 |
diff --git a/hooks/archiso b/hooks/archiso index 3d9e7ec..1074e50 100644 --- a/hooks/archiso +++ b/hooks/archiso @@ -14,10 +14,10 @@ run_hook () exit 1 fi - squashimg="${BOOT_MOUNT}/archiso.sqfs" + squashimg="${BOOT_MOUNT}/archlive.sqfs" if [ "${copytoram}" = "y" ]; then - /bin/cat ${squashimg} > /tmpfs/archiso.sqfs - squashimg="/tmpfs/archiso.sqfs" + /bin/cat ${squashimg} > /tmpfs/archlive.sqfs + squashimg="/tmpfs/archlive.sqfs" fi msg ":: Mounting squashfs image" |