mirror of
https://github.com/Kron4ek/Conty
synced 2025-01-30 20:34:42 +01:00
Do not bind /etc/hostname
Added accidentally in the previous commit
This commit is contained in:
parent
b126b8aaff
commit
a9a06a19d0
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,7 @@ working_dir=/tmp/"$(basename "${script}")"_"$(id -un)"_$RANDOM
|
|||
# a problem with mounting the squashfs image due to an incorrectly calculated offset.
|
||||
|
||||
# The size of this script
|
||||
scriptsize=6699
|
||||
scriptsize=6652
|
||||
|
||||
# The size of the utils.tar archive
|
||||
# utils.tar contains bwrap and squashfuse binaries
|
||||
|
@ -174,7 +174,6 @@ run_bwrap () {
|
|||
--ro-bind-try /etc/nsswitch.conf /etc/nsswitch.conf \
|
||||
--ro-bind-try /etc/passwd /etc/passwd \
|
||||
--ro-bind-try /etc/group /etc/group \
|
||||
--ro-bind-try /etc/hostname /etc/hostname \
|
||||
--proc /proc \
|
||||
--ro-bind-try /usr/local /usr/local \
|
||||
${dirs} ${net} \
|
||||
|
|
Loading…
Add table
Reference in a new issue