summaryrefslogtreecommitdiff
path: root/create_hdd.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-22 21:20:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-22 21:20:43 +0100
commitbbc33eca943411eae18d689e9bfb5da3af4179c1 (patch)
treea1a844385b9420f55ae5de32155a7d9339a96886 /create_hdd.sh
parente5582416f1cec35eeed37182e66a6d00aea0d7ea (diff)
downloadbootstrap32-bbc33eca943411eae18d689e9bfb5da3af4179c1.tar.xz
fixed some build trouble in git
Diffstat (limited to 'create_hdd.sh')
-rwxr-xr-xcreate_hdd.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/create_hdd.sh b/create_hdd.sh
index 8f65923..f7b5c99 100755
--- a/create_hdd.sh
+++ b/create_hdd.sh
@@ -111,6 +111,10 @@ cp "$HOME/.ssh/id_rsa.pub" build/.ssh/authorized_keys
chown 1001:1001 build
# default PAM rules expect a password to be set for su?
echo 'build:xx' | chpasswd
+cat > build/.bashrc <<EOF
+export PATH=$PATH:/usr/bin/core_perl
+EOF
+chmod 0775 build/.bashrc
# add some test programs to test the C and C++ compiler