mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Do not mount /run when updating Conty
To prevent systemd from asking for the user password.
This commit is contained in:
parent
00e4a161e9
commit
5664d53d87
1 changed files with 1 additions and 0 deletions
|
@ -1043,6 +1043,7 @@ if [ "$(ls "${mount_point}" 2>/dev/null)" ] || launch_wrapper "${mount_command[@
|
|||
--bind "${overlayfs_dir}"/gnupg /etc/pacman.d/gnupg \
|
||||
--bind "${overlayfs_dir}"/merged/var /var \
|
||||
--bind-try /var/cache/pacman/pkg /var/cache/pacman/pkg_host \
|
||||
--tmpfs /run \
|
||||
bash -c update_conty
|
||||
|
||||
if [ "${dwarfs_image}" = 1 ]; then
|
||||
|
|
Loading…
Reference in a new issue