summaryrefslogtreecommitdiffstats
path: root/templates/developers/jams/custom_chroot.sh
blob: 75fe8664d17f395a5e43d635e3b6c32174da7548 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -x
build_root="../../../../build_root"
#copy in the ssh keys
cp -rp /home/jams/.ssh  $build_root.${1}/root
chown root.root $build_root.${1}/root/.ssh

#copy in display
cp display.sh $build_root.${1}/etc/profile.d
#copy in .gtkrc
cp .gtkrc-2.0 $build_root.${1}/root