diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/developers/jams/custom_chroot.sh | 11 | ||||
-rwxr-xr-x | templates/developers/jams/loginrun.sh | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/templates/developers/jams/custom_chroot.sh b/templates/developers/jams/custom_chroot.sh new file mode 100755 index 0000000..75fe866 --- /dev/null +++ b/templates/developers/jams/custom_chroot.sh @@ -0,0 +1,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
\ No newline at end of file diff --git a/templates/developers/jams/loginrun.sh b/templates/developers/jams/loginrun.sh index 5f936b0..dbd5d5c 100755 --- a/templates/developers/jams/loginrun.sh +++ b/templates/developers/jams/loginrun.sh @@ -1,4 +1,4 @@ #!/bin/bash thunar & -terminal +terminal & |