You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pzakha writes that as an alternative to #582 we could mount /proc when processing the Ansible scripts:
For reference you can see what you are doing in set_bootfs_not_mounted() in upgrade/upgrade-scripts/rootfs-container. The Ansible scripts are launched from live-build/config/hooks/configuration/80-build-configuration.binary, so perhaps we could just do:
mount --rbind /proc binary/proc
mount --make-rslave binary/proc
ansible-playbook -vv -c chroot -i binary, ansible/playbook.yml
umount -R binary/proc
If this issue is fixed, then #582 can be closed. If #582 is fixed, then this issue can be closed.
The text was updated successfully, but these errors were encountered:
@pzakha writes that as an alternative to #582 we could mount
/proc
when processing the Ansible scripts:If this issue is fixed, then #582 can be closed. If #582 is fixed, then this issue can be closed.
The text was updated successfully, but these errors were encountered: