summaryrefslogtreecommitdiffstats
path: root/templates/developers/jams/custom_chroot.sh
blob: f8e6bce664315da8cabc57fd32a117ad92a199d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

build_root=$BROOT

#copy in the ssh keys
cp -rp /home/jams/.ssh  $build_root/root
chown -R root.root $build_root/root/.ssh

#copy in display
cp display.sh $build_root/etc/profile.d

#copy in .gtkrc
#cp .gtkrc-2.0 $build_root/root