#
4f44282c |
| 25-Jan-2020 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
Move source and development packages out of /system/packages on release images
Activating all these packages on live boot (especially live DVD where we also have the write overlay eating up RAM) sig
Move source and development packages out of /system/packages on release images
Activating all these packages on live boot (especially live DVD where we also have the write overlay eating up RAM) significantly increases memory requirements for running Haiku, to the point that Installer may fail to run. Move them outside the packages/ directory so they are not activated.
Installer already skips the _sources_ directory when installing, and lists the contents of _packages_ with checkbox to decide what to include in the install (they are put in system/packages on the target disk).
Fix from previous version: the Haiku package was installed to /system instead of /system/packages.
Fixes #15621.
show more ...
|
#
c31d8dad |
| 15-Mar-2020 |
Augustin Cavalier <waddlesplash@gmail.com> |
Revert "Move source and development packages out of /system/packages on release images"
This reverts commit 0ab9c3c53849f10a3b7aef1e03714e69c7cb0c15.
It broke booting.
|
#
0ab9c3c5 |
| 25-Jan-2020 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
Move source and development packages out of /system/packages on release images
Activating all these packages on live boot (especially live DVD where we also have the write overlay eating up RAM) sig
Move source and development packages out of /system/packages on release images
Activating all these packages on live boot (especially live DVD where we also have the write overlay eating up RAM) significantly increases memory requirements for running Haiku, to the point that Installer may fail to run. Move them outside the packages/ directory so they are not activated.
Installer already skips the _sources_ directory when installing, and lists the contents of _packages_ with checkbox to decide what to include in the install (they are put in system/packages on the target disk).
Fixes #15621.
Change-Id: Ibfac14c43dbe708316a0d82ca1c9d49b5cba2aef Reviewed-on: https://review.haiku-os.org/c/haiku/+/2157 Reviewed-by: Sergei Reznikov <diver@gelios.net> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
128781e7 |
| 30-Aug-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
build/jam: Inline HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR where possible.
The "exec" tool can only handle one command with environs set at the beginning of the line, so now we set the ADD_BUILD_COMPAT.
build/jam: Inline HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR where possible.
The "exec" tool can only handle one command with environs set at the beginning of the line, so now we set the ADD_BUILD_COMPAT... in this format. This also seems to be a general performance improvement to builds using real shells, too.
Change-Id: If4b3117651b5475039d5e8116cd3de398582290a
show more ...
|
#
9f81ca83 |
| 27-Sep-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'package-management'
Conflicts: src/preferences/network/Jamfile
|
#
f11d742f |
| 12-Sep-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
HaikuCD: Support package resolution
|
#
159663ce |
| 01-Aug-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Remove no longer needed HAIKU_STRIP_DEBUG_FROM_OPTIONAL_PACKAGES
|
#
e8c5236a |
| 07-Jul-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Move image definition jamfiles to build/jam/images
|