Mount core-pkgs.sqfs in / => appending to aufs stack
Allows split-out "any" packages in a simple way, then mounting it as union layer. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
1114731c28
commit
24da89efc9
@ -1,7 +1,7 @@
|
||||
i686/overlay.sqfs i686 / squashfs
|
||||
x86_64/overlay.sqfs x86_64 / squashfs
|
||||
i686/core-pkgs.sqfs i686 /src/core/pkg squashfs
|
||||
x86_64/core-pkgs.sqfs x86_64 /src/core/pkg squashfs
|
||||
i686/core-pkgs.sqfs i686 / squashfs
|
||||
x86_64/core-pkgs.sqfs x86_64 / squashfs
|
||||
any/usrshare.sqfs i686 / squashfs
|
||||
any/usrshare.sqfs x86_64 / squashfs
|
||||
i686/libmodules.sqfs i686 / squashfs
|
||||
|
@ -71,7 +71,7 @@ $(WORKDIR)/isomounts: isomounts root-image
|
||||
|
||||
# Rule for make the [core] repo packages
|
||||
core-pkgs:
|
||||
./download-repo.sh core $(WORKDIR)/core-pkgs
|
||||
./download-repo.sh core $(WORKDIR)/core-pkgs/src/core/pkg
|
||||
|
||||
|
||||
# Clean-up all work
|
||||
|
@ -8,5 +8,5 @@
|
||||
|
||||
# ORDER MATTERS! Files take top-down precedence. Be careful
|
||||
overlay.sqfs @ARCH@ / squashfs
|
||||
core-pkgs.sqfs @ARCH@ /src/core/pkg squashfs
|
||||
core-pkgs.sqfs @ARCH@ / squashfs
|
||||
root-image.sqfs @ARCH@ / squashfs
|
||||
|
Loading…
Reference in New Issue
Block a user