index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-24 10:27:42 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-24 10:27:42 -0800 |
commit | 29d05d6bea4d370f7645fa1f5631bb020d670fa9 (patch) | |
tree | 9cd1dd21033852bbef14084c6314e42787f43dea /configs/install-iso/isomounts | |
parent | 571aa1530949592e5e76ed96354dd92cfda3d502 (diff) |
-rw-r--r-- | configs/install-iso/isomounts | 6 |
diff --git a/configs/install-iso/isomounts b/configs/install-iso/isomounts index e88f8a9..71421b6 100644 --- a/configs/install-iso/isomounts +++ b/configs/install-iso/isomounts @@ -7,6 +7,6 @@ # syntax: <img> <arch> <mount point> <type> # ORDER MATTERS! Files take top-down precedence. Be careful -overlay.sqfs i686 / squashfs -core-pkgs.sqfs i686 /src/core/pkg squashfs -root-image.sqfs i686 / squashfs +overlay.sqfs @ARCH@ / squashfs +core-pkgs.sqfs @ARCH@ /src/core/pkg squashfs +root-image.sqfs @ARCH@ / squashfs |