Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profiles: releases/23.0: Fix bashrc safety guard | 2024-03-23 | 1 | -3/+40 | |
| | | | | | | | | | | | | | The previous version relied on an environment variable, which was *not* saved in binary packages and also not re-sourced from the profile. It always became unset, which meant "merged-usr". With that, not the local profile and the local filesystem were compared, but "merged-usr" and the local filesystem -- which obviously fails for any split-usr installation. Closes: https://bugs.gentoo.org/927631 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
* | profiles: 23.0: improve safety rail condition split vs merged | 2024-03-03 | 1 | -1/+1 | |
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
* | profiles, 23.0: un-break initial baselayout installation in stage1 | 2024-03-03 | 1 | -1/+1 | |
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
* | profiles: 23.0: Prevent footguns for lack of reading comprehension | 2024-03-02 | 1 | -0/+20 | |
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> |