diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 16:13:26 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 16:13:26 +0100 |
commit | dd36cf0cef322ca6d0bd7b2028e92fcf6538effe (patch) | |
tree | abed7b6b7a048329bf0ced16b4bca3d2c220ea76 | |
parent | 9d30adec04432358469c8e58fc6a0c6c363004c7 (diff) |
inject portage tree AFTER buildsystem was already injected
-rwxr-xr-x | build | 2 | ||||
-rwxr-xr-x | iso | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -29,9 +29,9 @@ chrootprepare () { main () { chrootchecksum chrootprepare - chrootdevtree chrootoverlays chrootbuildsystem + chrootdevtree chrootbuild chrootx64 chrootstop @@ -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 |