diff options
Diffstat (limited to 'install-system.sh')
-rwxr-xr-x | install-system.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install-system.sh b/install-system.sh index 4383485..33766e1 100755 --- a/install-system.sh +++ b/install-system.sh @@ -31,8 +31,9 @@ ln -s usr/local usr xi sync xi -nyl --root . install $(ls /var/lib/xipkg/packages/core) -xi -nyl --root . install xipkg xi -nyl --root . keyimport $KEY +# chroot into the system to install xipkg and any postinstall scripts +xi -nyl --root . install xipkg cd bin ln -s bash sh |