install-iso config changes

Re-order isomounts
Few changes to the Makefile

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-12-23 00:53:16 -06:00
parent 2a58a09f8c
commit 5712c412ff
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ overlay: base-iso
cp -r overlay $(WORKDIR)/
root-image:
mkarchiso -p "$(PACKAGES)" create $(WORKDIR)
mkarchiso -p $(PACKAGES) create $(WORKDIR)
base-iso: root-image
mv $(WORKDIR)/root-image/boot $(WORKDIR)/iso/

View File

@ -6,7 +6,7 @@
# syntax: <img> <arch> <mount point> <type>
root-image.sqfs i686 / squashfs
# ORDER MATTERS! Files take top-down precedence. Be careful
overlay.sqfs i686 / squashfs
overlay.sqfs x86_64 / squashfs
core-pkgs.sqfs i686 /src/core/pkg squashfs
root-image.sqfs i686 / squashfs