summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-17 16:13:26 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-17 16:13:26 +0100
commitdd36cf0cef322ca6d0bd7b2028e92fcf6538effe (patch)
treeabed7b6b7a048329bf0ced16b4bca3d2c220ea76
parent9d30adec04432358469c8e58fc6a0c6c363004c7 (diff)
inject portage tree AFTER buildsystem was already injected
-rwxr-xr-xbuild2
-rwxr-xr-xiso2
2 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index cce336b..3121bf4 100755
--- a/build
+++ b/build
@@ -29,9 +29,9 @@ chrootprepare () {
main () {
chrootchecksum
chrootprepare
- chrootdevtree
chrootoverlays
chrootbuildsystem
+ chrootdevtree
chrootbuild
chrootx64
chrootstop
diff --git a/iso b/iso
index 080ebc5..86c20b3 100755
--- a/iso
+++ b/iso
@@ -43,9 +43,9 @@ prepareiso () {
chmod 755 ""$isoefibootdir"/bootx64.efi"
# configure portage && give up control for package / desktop environment installation
isostart
- isousertree
isooverlays
isobuildsystem
+ isousertree
isochroot
isostop
# unmount rootfs before compression