- Installer just panics and quits if it fails to download some package, and you have to go through the entire configuration again to retry.
- Installer didn't add boot entry to my EFI for some reason so I had to mount boot and EFI partitions and call
bootctl installto fix it. -
moss state exporton a clean install produces a file with many packages. I'd expect just a few metapackages that I can base off of and remove/add my own. So that the base metapackages can get updated automatically.- The pkgsets like pkgset-aeryn-base-desktop seem to be missing a lot of important stuff. You need to specify quite a bit of extra packages in system-model for a working system.
- Ability to override-remove a package so I can install a pkgset, then remove some specific app from it.
- No easy way to see/track my own changes to
/etccompared to (many) files that are created there automatically. - Can't exit out of "Blitting filesystem" even with Ctrl-C.
- Auto-installed command doesn't re-run automatically. (
80-command-not-found.sh) (also there's no fish version) -
boulder recipe newdoesn't work properly when given a non-archive file URL. - Confusing warning when building one of my packages:
Warning | 'version' and first parsed upstream version do not match. Expected: v2rayA, got: 2.2.7.5. What? Why is the name the "expected version"? Where did it even get it from? - Ability to
moss installbuild dependencies of a package likednf builddep. - Package
-dbgsourcein addition to-dbginfoso debuggers and profilers can show the actual package source. - Some kind of
debuginfo()matcher to install dbginfo + dbgsource for a given package or filename likednf debuginfo-install. Because sometimes it's more convenient, or unclear, e.g.mesa-vulkan-drivers-dbginfodoes not exist for the .so it provides. - In system-model.kdl, ability to install specific packages (like vscode-bin which doesn't have any deps) from a different repo (like volatile).
-
moss syncdoesn't seem to sort packages alphabetically. - All moss commands output the system-model spam all the time (and don't tell you how to silence it).
- Due to the use of a blanket-disable systemd preset,
systemctl enabledoesn't work (gets automatically reset). This is not obvious and not really expected. -
moss search-filedoesn't search available (not installed) packages. -
moss info -fdoesn't show the file list on not-installed packages. - The Rust uutils are still buggy. E.g. something I've hit right away: uutils/coreutils#12393 (already fixed in next release) There's also been concerning reports from Ubuntu trying them. I wouldn't really mind GNU coreutils.
Last active
June 26, 2026 11:33
-
-
Save YaLTeR/c33138145633d9eb83ad5076ef1620e1 to your computer and use it in GitHub Desktop.
AerynOS notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment