diff options
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) | |
download | archiso32-29d05d6bea4d370f7645fa1f5631bb020d670fa9.tar.xz |
Make the Makefile $ARCH adjust the isomounts file
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/install-iso/isomounts')
-rw-r--r-- | configs/install-iso/isomounts | 6 |
1 files changed, 3 insertions, 3 deletions
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 |