diff options
author | Sebastian | 2010-08-11 18:27:29 +0200 |
---|---|---|
committer | Sebastian | 2010-08-11 18:27:29 +0200 |
commit | d17613609a7f6c04bf63c26dd394bc5a1c1c13da (patch) | |
tree | 1e3767b1a97abb70ca5efb7dece18a57648c9d7e /chroot-scripts | |
parent | transfer (diff) | |
download | broot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.tar.gz broot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.tar.xz broot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.zip |
foo
Diffstat (limited to 'chroot-scripts')
-rw-r--r-- | chroot-scripts/build-core.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chroot-scripts/build-core.sh b/chroot-scripts/build-core.sh index 25268eb..d5e14ce 100644 --- a/chroot-scripts/build-core.sh +++ b/chroot-scripts/build-core.sh @@ -1,5 +1,7 @@ #!/bin/bash +. ./pkg-builder.sh + PACKAGES="eglibc kexec dialog dropbear nbd-client iw strace" mkdir -p /root/packages |