-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathrecipe.yml
More file actions
108 lines (102 loc) · 3.32 KB
/
Copy pathrecipe.yml
File metadata and controls
108 lines (102 loc) · 3.32 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name: Vanilla GNOME
id: gnome
vibversion: 1.1.0
stages:
- id: build
base: ghcr.io/vanilla-os/core:latest
addincludes: true
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
args:
DEBIAN_FRONTEND: noninteractive
runs:
commands:
- echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends
cleanup:
- /boot/initrd.img*
- /tmp/*
- /var/cache/apt/pkgcache.bin
- /var/cache/debconf
- /var/cache/dictionaries-common
- /var/cache/fontconfig
- /var/cache/ldconfig
- /var/cache/man
- /var/lib/dbus/machine-id
- /var/log/*
modules:
- name: init-setup
type: shell
commands:
- echo 'PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"' > /etc/environment
- sed -i '4,10d' /etc/profile
- apt update
- apt clean
- apt-mark hold snapd gnome-software-plugin-snap
- apt -y install squashfs-tools minisign
- name: vanilla-tools
type: shell
sources:
- type: tar
url: https://github.com/Vanilla-OS/vanilla-tools/releases/download/v1.0.1/vanilla-tools-amd64.tar.gz
checksum: aef32f07820e0993e534e6bccfa1a6daae6c8c6f0543d3e073f4f121f2ef2e31
only-arches: [amd64]
- type: tar
url: https://github.com/Vanilla-OS/vanilla-tools/releases/download/v1.0.1/vanilla-tools-arm64.tar.gz
checksum: e59b098338de6f6071376e07ec79b17be6c8f0a0dd354fab128e1e86a36d0862
only-arches: [arm64]
commands:
- mkdir -p /usr/bin
- cp /sources/vanilla-tools/vanilla-tools*/vanilla-tools/lpkg /usr/bin/lpkg
- cp /sources/vanilla-tools/vanilla-tools*/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- chmod +x /usr/bin/lpkg
- chmod +x /usr/bin/cur-gpu
- name: packages-modules
type: includes
includes:
- modules/00-vanilla-desktop-base.yml
- modules/00-vanilla-backgrounds.yml
- modules/00-vanilla-first-setup.yml
- modules/00-vanilla-gnome-default-settings.yml
- modules/00-vanilla-system-operator.yml
- modules/00-vanilla-apx-wrapper.yml
- modules/00-vanilla-tour.yml
- modules/00-vanilla-sideload.yml
- modules/00-vanilla-updates-utility.yml
- modules/00-vanilla-prime-utility.yml
- modules/00-vanilla-migration.yml
- modules/03-fswarn.yml
- modules/10-vanilla-abroot-rollback-notifier.yml
- modules/15-gnome-essentials.yml
- modules/18-libs-extra.yml
- modules/21-gnome-control-center.yml
- modules/35-nautilus-terminal-rightclick.yml
- modules/40-gnome-appearance.yml
- modules/50-laptop-goodies.yml
- modules/60-media.yml
- modules/80-printers.yml
- modules/100-accessibility.yml
- modules/110-fonts.yml
- modules/120-network.yml
- modules/121-disable-ssh-daemon.yml
- modules/130-plymouth.yml
- modules/131-plymouth-theme-vanilla.yml
- modules/140-password.yml
- modules/160-utilities.yml
- modules/170-gnome-software-vso-plugin.yml
- modules/997-misc-setup.yml
- modules/999-cleanup.yml
- name: cleanup-and-sysconf-setup
type: shell
commands:
- apt autoremove -y
- apt clean
- lpkg --lock
- rsync -a /etc/ /sysconf/
cleanup:
- /sysconf/resolv.conf
- id: initrd
base: build
runs:
commands:
- touch $(readlink -f /initrd.img)