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
English is not my native language, please forgive me.
When I installed oz through the master branch in the ARM architecture, everything went smoothly at first until I executed the command;
The command I am executing is oz-install -a centos76.auto -d 4 centos76.tdl .
Error message:Fedora/Red Hat installs can only be done using a boot. iso (netinst) or DVD image (LiveCDs are not Supported) .
I conducted an investigation and found that the problem lies in the Guest.py file_ Copy_ Iso function;
At present, it seems that oz itself has put iso into the fds device;guestfs_ tar_ out function decompresses it to iso_contents path;However, the decompressed data is not complete.
I am interested in_ copy_ Iso function break point;guestfs_ tar_ out function runs normally and exits execution;
I executed the mount command to mount ISO, but did not find any file loss, which means my ISO file is complete;
How to continue troubleshooting incomplete decompression iso of thisguestfs_ tar_ out function.
The text was updated successfully, but these errors were encountered:
English is not my native language, please forgive me.
When I installed oz through the master branch in the ARM architecture, everything went smoothly at first until I executed the command;
The command I am executing is
oz-install -a centos76.auto -d 4 centos76.tdl
.Error message:
Fedora/Red Hat installs can only be done using a boot. iso (netinst) or DVD image (LiveCDs are not Supported)
.I conducted an investigation and found that the problem lies in the Guest.py file_ Copy_ Iso function;
At present, it seems that oz itself has put iso into the fds device;
guestfs_ tar_ out
function decompresses it toiso_contents
path;However, the decompressed data is not complete.I am interested in
_ copy_ Iso
function break point;guestfs_ tar_ out
function runs normally and exits execution;I executed the mount command to mount ISO, but did not find any file loss, which means my ISO file is complete;
How to continue troubleshooting incomplete decompression iso of this
guestfs_ tar_ out
function.The text was updated successfully, but these errors were encountered: