pmbootstrap-meow/pmb/helpers
Oliver Smith e96ca36376
init: ask whether to install systemd (MR 2273)
Add the following question to "pmbootstrap init":

[22:12:57] Based on your UI selection, 'default' will result in installing systemd.
[22:12:57] Install systemd? (default/always/never) [default]:

Determine whether the UI prefers to have systemd or not, based on
"pmb:systemd" in the UI package's APKBUILD.

Determine whether the currently selected branch supports systemd, by
checking for a "[repo:systemd]" section in pmaports.cfg. This section
will also contain bootstrap information, to be used in future patches.
2024-03-12 23:53:42 +00:00
..
__init__.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
apk.py pmb.helpers.run_core: move flat_cmd here 2023-07-21 08:54:04 +02:00
aportupgrade.py pmb.helpers.aportupgrade: Remove unused return values (MR 2258) 2024-02-16 10:04:25 +01:00
args.py pmb.helpers.args: Skip some initialisation code when running checksum (MR 2228) 2024-01-19 00:00:49 +00:00
cli.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
devices.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
file.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
frontend.py pmb.helpers.frontend: Add some type hints (MR 2262) 2024-03-10 16:18:27 +00:00
git.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
http.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
lint.py lint: drop call to pmb.build.init 2023-06-15 08:30:54 +02:00
logging.py logging: print text between *** in green (MR 2263) 2024-02-22 19:37:48 +01:00
mount.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
other.py init: ask whether to install systemd (MR 2273) 2024-03-12 23:53:42 +00:00
package.py pmb.helpers.pmaports.get: deal with operators 2023-11-29 22:31:11 +01:00
pkgrel_bump.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
pmaports.py pkg resolver: don't guess if pmaport was found 2023-12-03 20:11:25 +01:00
repo.py chroot: /mnt/pmbootstrap-* -> /mnt/pmbootstrap/* 2023-08-14 09:52:17 +02:00
repo_missing.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
run.py pmb.helpers.run: Add some type hints (MR 2262) 2024-03-10 16:18:27 +00:00
run_core.py Fix preserving proxy variables (MR 2237) 2024-01-25 20:12:53 +00:00
status.py pmb.helpers.status: Add type hints (MR 2262) 2024-03-10 16:18:27 +00:00
ui.py init: ask whether to install systemd (MR 2273) 2024-03-12 23:53:42 +00:00