projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608012a
)
comments on why cp-scripts-to-chroot is needed
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 Apr 2022 02:46:41 +0000
(
03:46
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 Apr 2022 02:46:41 +0000
(
03:46
+0100)
cp-scripts-to-chroot
patch
|
blob
|
history
diff --git
a/cp-scripts-to-chroot
b/cp-scripts-to-chroot
index 20ec54096cf70806b4fa43655fcdbd92260e54a6..3543af2e714e2698d4232bc4d732dc41328825c2 100755
(executable)
--- a/
cp-scripts-to-chroot
+++ b/
cp-scripts-to-chroot
@@
-1,4
+1,7
@@
#!/bin/bash
+# useful script which copies dev-env-setup into a named chroot.
+# (when setting up chroots, this is needed every time)
+
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit