Hello! I want to ask susestudio skilled users how to make my own appliance based on the original released openSuSE distro. What the packages I need to include to make the same distro as Live KDE which available to download here?
For some reason youe missed that we have a SUSE Studio subforum under Developement.
This thread will be moved there and is CLOSED for the moment.l
Move from Applications and open again.
I’m sorry, I really missed this
A simple way would be to run the desired iso from a USB stick and run
zypper pa -iN
, all packages, sorted by name, or
zypper pa -iR
, all packages, sorted by repo.
This will be a long list. But, zypper knows about patterns, which can be found in Studio too. So if you run
zypper pa -i | grep pattern
you’ll get a list of all the installed “pattern” packages, selecting those will automatically pull in the packages belonging to the pattern.