Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/create_hdd.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-23 11:07:48 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-23 11:07:48 +0100
commitcb8edbf9ec88a457e715b3592e30a9884e8cbfd6 (patch)
tree2c68cb07dfa8cf52c7a8d897282b9ab17e9d9262 /create_hdd.sh
parentbbc33eca943411eae18d689e9bfb5da3af4179c1 (diff)
building git, some fixes with login shells in ssh
Diffstat (limited to 'create_hdd.sh')
-rwxr-xr-xcreate_hdd.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/create_hdd.sh b/create_hdd.sh
index f7b5c99..8f65923 100755
--- a/create_hdd.sh
+++ b/create_hdd.sh
@@ -111,10 +111,6 @@ 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