- Edited
I made a bootable USB flash drive with the Solus OS distribution. Since the startup path of
LiveOS/squashfs.img
has changed, the mount point has also changed. After loading the Live CD, os-installer stops because the path
/run/initramfs/live/LiveOS/squashfs.img
has been changed to
/run/initramfs/live/multiboot/Solus-4.1-Budgie/LiveOS/squashfs.img
As soon as I fixed the file
/usr/lib64/python2.7/site-packages/os_installer2/__init__.py
os-installer started working. In this regard, the question arises: how can I edit "rootfs.img" inside "squashfs.img" to fix the file "__init__.py"?