This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| docs:guide-user:installation:sysupgrade.owut [2024/08/17 18:18] – [List formatting] Add image builder package list explanations efahlgren | docs:guide-user:installation:sysupgrade.owut [2024/08/18 20:34] – [List formatting] efahlgren |
|---|
| </code> | </code> |
| |
| There are several packages provided by the defaults named using a generic package name, and actually provided by something with a different name, ''nftables'' is a prominent one (it is provided by either ''nftables-json'' or ''nftables-nojson'', there is no ''nftables'' package). ''owut'' appears to be removing it, but it really is just saying, "use the default, whatever that is". In the following example, we see only the ''-nftables'' removal, but not default package ''nftables-json'' as it will be added implicitly. | There are several packages provided by the defaults that are named using a generic package name, and actually provided by something with a different name, ''nftables'' is a prominent one (it is provided by either ''nftables-json'' or ''nftables-nojson'', there is no ''nftables'' package). ''owut'' appears to be removing it, but it really is just saying, "use the default, whatever that is". In the following example, we see only the ''-nftables'' removal, but not default package ''nftables-json'' as it will be added implicitly. |
| |
| <code bash> | <code bash> |
| |
| This can happen for other files that appear to be "deleted from nowhere" due to dependencies. As an example of this, if you are using ''luci-ssl-openssl'', then the list output will contain ''-libustream-mbedtls'' which would otherwise be added by defaults resulting in an "impossible package selection" error. | This can happen for other files that appear to be "deleted from nowhere" due to dependencies. As an example of this, if you are using ''luci-ssl-openssl'', then the list output will contain ''-libustream-mbedtls'' which would otherwise be added by defaults resulting in an "impossible package selection" error. |
| | |
| | You'll often see other evidence of these mappings when using ''check'' in the default package analysis results: |
| | <code> |
| | $ owut check |
| | ... |
| | Default package analysis: |
| | Default Provided-by |
| | dnsmasq dnsmasq-full |
| | kmod-dwmac-intel not installed |
| | nftables nftables-json |
| | ... |
| | </code> |
| |
| ==== Pre-install Script ==== | ==== Pre-install Script ==== |