haiku/docs/develop
Alexander G. M. Smith 3376ed1a72 Package Kit: Proper Installation for First Boot Packages
Do the final installation operations for all the packages in the
/system/packages directory when the OS is booted for the first time.

This will run their post-install scripts, create users, groups and generate
settings files (marked with a package version attribute).  Previously we just
ran all the shell scripts found in the /system/boot/post-install directory
(don't do that as much now).

Fixes bug #14382

This patch has simpler code flow in CommitTransactionHandler::_ApplyChanges
Tested on 32 and 64 bit systems.  Once it's official, need to remove the
open_ssh redundant post-install script that creates users etc. from HaikuPorts.
Now we can notice bugs like package version attributes on settings files aren't
fully working. :-)

Didn't remove special case for add_catalog_entry_attributes.sh since it
still does stuff that the build system doesn't do.  Might be able to add
that script as part of the Haiku.hpkg.  See change 3751 for removing it,
https://review.haiku-os.org/c/haiku/+/3751

Change-Id: I3807b78042fdb70e5a79eca2e2a45816ece0236f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2342
Reviewed-by: Alexander G. M. Smith <agmsmith@ncf.ca>
Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2021-03-14 09:10:18 +00:00
..
apps/haikudepot
build/repositories
busses sd/mmc: Update the documentation to reflect the current state 2021-01-06 20:06:17 +01:00
drivers devfs: translate partition offsets in B_TRIM_DEVICE 2021-01-23 12:20:59 +00:00
file_systems ufs2: Reading inodes of ufs2. 2020-05-18 12:16:32 +00:00
kernel Update "boot process specs" documentation 2021-01-27 19:51:07 +00:00
kits
media
midi
net
packages Package Kit: Proper Installation for First Boot Packages 2021-03-14 09:10:18 +00:00
partitioning_systems Add a partitioning system for Sun disklabel/vtoc 2020-06-03 11:24:25 +00:00
servers