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:
parent
2a58a09f8c
commit
5712c412ff
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ overlay: base-iso
|
||||||
cp -r overlay $(WORKDIR)/
|
cp -r overlay $(WORKDIR)/
|
||||||
|
|
||||||
root-image:
|
root-image:
|
||||||
mkarchiso -p "$(PACKAGES)" create $(WORKDIR)
|
mkarchiso -p $(PACKAGES) create $(WORKDIR)
|
||||||
|
|
||||||
base-iso: root-image
|
base-iso: root-image
|
||||||
mv $(WORKDIR)/root-image/boot $(WORKDIR)/iso/
|
mv $(WORKDIR)/root-image/boot $(WORKDIR)/iso/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# syntax: <img> <arch> <mount point> <type>
|
# 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 i686 / squashfs
|
||||||
overlay.sqfs x86_64 / squashfs
|
|
||||||
core-pkgs.sqfs i686 /src/core/pkg squashfs
|
core-pkgs.sqfs i686 /src/core/pkg squashfs
|
||||||
|
root-image.sqfs i686 / squashfs
|
||||||
|
|
Loading…
Add table
Reference in a new issue