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
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user