forked from spotify/duck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathduck.yaml
More file actions
55 lines (52 loc) · 1.07 KB
/
Copy pathduck.yaml
File metadata and controls
55 lines (52 loc) · 1.07 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
---
packages:
- isc-dhcp-client
- syslog-ng
- udev
- vim-tiny
- busybox
- python-argparse
files:
# init file
- from: /*
to: /
mode: 0755
- from: /sbin/*
to: /sbin/
mode: 0755
# configuration files
- from: /etc/*
to: /etc/
- from: /etc/dhclient-exit-hooks.d/*
to: /etc/dhcp/dhclient-exit-hooks.d/
mode: 0755
# installer library
- from: /lib/libduck.sh
to: /lib/
mode: 0755
- from: /lib/python-duck/duck/*
to: /lib/python-duck/duck/
# installation steps
- from: /lib/duck.d/*
to: /lib/duck.d/
mode: 0755
# hooks
- from: /lib/duck-hooks.d/*
to: /lib/duck-hooks.d/
mode: 0755
fixes:
# file contains scripts that should be run to fix the target environment.
# scripts are located under <out>/fixes
- squeeze-fix
# disable initrd generation and grub setup for installed kernels.
- kernel-boot-fix
# remove persistent udev rules.
- clear-persistent-udev
# add busybox links
- busybox-links
keyring:
keyserver: "subkeys.pgp.net"
keys:
# debian archive keys
- "473041FA"
- "B98321F9"