Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#65216 - {arch-install-scripts} pacstrap: Default behaviour in man page
Attached to Project:
Arch Linux
Opened by Richard Neumann (rne) - Monday, 20 January 2020, 10:07 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 08 September 2020, 19:48 GMT
Opened by Richard Neumann (rne) - Monday, 20 January 2020, 10:07 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 08 September 2020, 19:48 GMT
|
DetailsDescription:
man pacstrap states "If no packages are specified to be installed, the base group will be installed." However the base group has been replaced by an eponymous meta package some time ago. What's the current default behaviour? Installing the "base" meta package? Steps to reproduce: man pacstrap |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Tuesday, 08 September 2020, 19:48 GMT
Reason for closing: Fixed
Additional comments about closing: https://git.archlinux.org/arch-install-s cripts.git/commit/?id=193c61db3179e300e6 045968efd3942d68b3d158
Tuesday, 08 September 2020, 19:48 GMT
Reason for closing: Fixed
Additional comments about closing: https://git.archlinux.org/arch-install-s cripts.git/commit/?id=193c61db3179e300e6 045968efd3942d68b3d158
In the end "pacstrap /mnt/root/ base" is doing nothing but executing "pacman -S base" in /mnt/root with some additional flags for the problems mentioned above.
Since the meta package and the group have the same name, pacstrap now installs the base package by default. The documentation should be updated though.