This website requires JavaScript.
Explore
Help
Sign In
rixty
/
OpenVoiceOS
Watch
1
Star
1
Fork
0
You've already forked OpenVoiceOS
mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced
2025-02-13 10:20:38 +01:00
Code
Issues
Releases
Wiki
Activity
OpenVoiceOS
/
buildroot-external
/
rootfs-overlay
/
usr
/
libexec
/
home-setup
7 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[All] Changes to the overlay system to get rootless podman to work
2023-08-25 14:59:36 +00:00
#!/bin/sh
# home persistent overlay
[ALL] The big cleanup to change mycroft into ovos
2023-08-31 19:03:59 +00:00
if [ ! -d /mnt/home/ovos ]; then
cp -a /home/ovos /mnt/home/
[All] Changes to the overlay system to get rootless podman to work
2023-08-25 14:59:36 +00:00
fi
Reference in New Issue
Copy Permalink