action #166430
Updated by livdywan 3 months ago
## Description For agama live installer test on s390x, it need an iso in o3 server /repo/ folder(under the ftp). Because agama can only boot in s390x with the iso (it doesn't have install= because it doesn't have linuxrc to boot from the extracted repo). Still we need to pass the extracted repo here for the qaboot and then later the iso here in the parmfile. At the moment we can sync the repo without problem, it is already implemented in obsync but we are asking Andrii to implement to have a hardlink under /repo/ pointing to the .iso in iso/ folder (soft links didn't work). But we don't want that this hardlink will disappear, is there any way to prevent its automatic removal. Ex: ``` leli@ariel:/var/lib/openqa/factory/iso> sudo ln -s agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso ../repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso leli@ariel:/var/lib/openqa/factory/repo> la agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso lrwxrwxrwx 1 root root 50 Sep 5 08:26 agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso -> agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso ``` ## Acceptance Criteria * **AC1:**: Keep a hardlink to iso in repo folder for agama test on s390x.