Yast Only Works When Installation USB Is Plugged In

When I attempt to software to my system without my installation USB plugged in, it sends me an error saying “Yast cannot find installation media.”

Any help is appreciated.

Hi
After install, you need to disable the install media. Either via YaST -> Software Repositories, or via zypper from the command line;

To identify (probably 1)


zypper lr -d

Then once identified which is the usb device;


zypper mr -d -R -p 101 <number from above>

Hi,

you can try to filter most of them.

zypper lr -u | awk '$NF ~ /cd|dir|hd|usb|iso/ {printf("%-3d %s
", $1, $NF)}'

The number in the first column is the one you are after which you can disable with zypper as well

zypper mr -d «number-from-previous-output»