./usr/lib/python3.14/site-packages/virtme/mkinitramfs.py:106: SyntaxWarning: "!" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\!"? A raw string is also an option.
if [[ -d "$i" && ! -d "/newroot/$i" ]]; then
./usr/lib/python3.14/site-packages/virtme/mkinitramfs.py:106: SyntaxWarning: "!" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\!"? A raw string is also an option.
if [[ -d "$i" && ! -d "/newroot/$i" ]]; then