projects
/
schsh.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Leave the title to the context
[schsh.git]
/
makeschsh
diff --git
a/makeschsh
b/makeschsh
index 54766877ace130069e449f83688063bbac844739..0c661452ea12015f6685e7ed1aae69620bde28db 100755
(executable)
--- a/
makeschsh
+++ b/
makeschsh
@@
-35,7
+35,7
@@
setup.fstab=schsh/{0}.fstab
# no spaces, schroot does not like them
print("# <file system> <mount point> <type> <options> <dump> <pass>", file=f)
# system folders
# no spaces, schroot does not like them
print("# <file system> <mount point> <type> <options> <dump> <pass>", file=f)
# system folders
- for folder in ("/lib", "/lib64", "/usr/bin", "/usr/lib", "/usr/lib64"):
+ for folder in ("/lib", "/lib64", "/usr/bin", "/usr/lib", "/usr/lib64"
, "/usr/share/", "/usr/local/bin"
):
if os.path.exists(folder):
print("{0}\t{0}\tnone\trw,bind\t0\t0".format(folder), file=f)
# user folder
if os.path.exists(folder):
print("{0}\t{0}\tnone\trw,bind\t0\t0".format(folder), file=f)
# user folder
@@
-43,7
+43,7
@@
setup.fstab=schsh/{0}.fstab
# setup the schroot directory
os.mkdir(chroot)
# setup the schroot directory
os.mkdir(chroot)
- for folder in ["etc", "dev", "
bin", "usr", "
data"]:
+ for folder in ["etc", "dev", "data"]:
os.mkdir(os.path.join(chroot, folder))
# setup /etc/passwd and /etc/group
os.mkdir(os.path.join(chroot, folder))
# setup /etc/passwd and /etc/group