forked from managarm/bootstrap-managarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap.yml
83 lines (80 loc) · 3 KB
/
bootstrap.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
imports:
- file: bootstrap.d/app-accessibility.y4.yml
- file: bootstrap.d/app-admin.y4.yml
- file: bootstrap.d/app-arch.y4.yml
- file: bootstrap.d/app-crypt.y4.yml
- file: bootstrap.d/app-editors.y4.yml
- file: bootstrap.d/app-emulation.y4.yml
- file: bootstrap.d/app-misc.y4.yml
- file: bootstrap.d/app-shells.y4.yml
- file: bootstrap.d/app-text.y4.yml
- file: bootstrap.d/dev-db.y4.yml
- file: bootstrap.d/dev-lang.y4.yml
- file: bootstrap.d/dev-libs.y4.yml
- file: bootstrap.d/dev-util.y4.yml
- file: bootstrap.d/dev-qt.y4.yml
- file: bootstrap.d/games-board.y4.yml
- file: bootstrap.d/games-emulation.y4.yml
- file: bootstrap.d/games-fps.y4.yml
- file: bootstrap.d/games-misc.y4.yml
- file: bootstrap.d/games-simulation.y4.yml
- file: bootstrap.d/gnome-base.y4.yml
- file: bootstrap.d/gnome-extra.y4.yml
- file: bootstrap.d/gui-apps.y4.yml
- file: bootstrap.d/gui-libs.y4.yml
- file: bootstrap.d/gui-wm.y4.yml
- file: bootstrap.d/kde-apps.y4.yml
- file: bootstrap.d/kde-frameworks.y4.yml
- file: bootstrap.d/kde-plasma.y4.yml
- file: bootstrap.d/lxqt-base.y4.yml
- file: bootstrap.d/managarm-base.y4.yml
- file: bootstrap.d/managarm-build.y4.yml
- file: bootstrap.d/managarm-libc.y4.yml
- file: bootstrap.d/managarm-libs.y4.yml
- file: bootstrap.d/managarm-system.y4.yml
- file: bootstrap.d/media-fonts.y4.yml
- file: bootstrap.d/media-gfx.y4.yml
- file: bootstrap.d/media-libs.y4.yml
- file: bootstrap.d/meta-pkgs.y4.yml
- file: bootstrap.d/net-dns.y4.yml
- file: bootstrap.d/net-irc.y4.yml
- file: bootstrap.d/net-libs.y4.yml
- file: bootstrap.d/net-misc.y4.yml
- file: bootstrap.d/net-print.y4.yml
- file: bootstrap.d/net-wireless.y4.yml
- file: bootstrap.d/sys-apps.y4.yml
- file: bootstrap.d/sys-auth.y4.yml
- file: bootstrap.d/sys-boot.y4.yml
- file: bootstrap.d/sys-devel.y4.yml
- file: bootstrap.d/sys-kernel.y4.yml
- file: bootstrap.d/sys-libs.y4.yml
- file: bootstrap.d/sys-process.y4.yml
- file: bootstrap.d/tasks.y4.yml
- file: bootstrap.d/www-client.y4.yml
- file: bootstrap.d/x11-apps.y4.yml
- file: bootstrap.d/x11-base.y4.yml
- file: bootstrap.d/x11-libs.y4.yml
- file: bootstrap.d/x11-misc.y4.yml
- file: bootstrap.d/x11-terms.y4.yml
- file: bootstrap.d/x11-themes.y4.yml
general:
patch_author: The Managarm Project
patch_email: info@managarm.org
everything_by_default: false
mandate_hashes_for_archives: true
enable_network_isolation: true
cargo:
config_toml: 'extrafiles/config.toml'
repositories:
tool_archives: 'https://builds.managarm.org/repos/tools/managarm/latest'
xbps: 'https://repos.managarm.org/repos/amd64/'
# TODO: We currently don't support computed options or anything of that sort,
# so we just define the architecture, and the triple as 2 options
# (some packages, like llvm and libjpeg-turbo need the architecture)
declare_options:
- name: arch
default: x86_64
- name: arch-triple
default: x86_64-managarm
- name: mount-using
default: guestfs