-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
47 lines (44 loc) · 804 Bytes
/
config.example.yaml
File metadata and controls
47 lines (44 loc) · 804 Bytes
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
# Partition sizes are in MBytes.
rootfs-size: 512
packages:
add: # Extra packages to add in the image.
- luci
- luci-app-dockerman
- luci-app-samba4
- luci-app-ddns
- luci-proto-wireguard
- luci-app-ttyd
- kmod-i40e
- kmod-r8125
- btrfs-progs
- avahi-dbus-daemon
- zram-swap
- ds-lite
- 6to4
- ethtool-full
- btop
- htop
- powertop
- kitty-terminfo
- nano
- ncdu
- hdparm
- lsblk
- nvme-cli
- smartmontools
- mtr-json
- lm-sensors
- ripgrep
- curl
- wget-ssl
- jq
- yq
remove: # Packages to remove from the image.
- kmod-amazon-ena
- kmod-amd-xgbe
- kmod-bnx2
- kmod-amd-xgbe
# Disable unwanted services.
#disabled-services:
# - dnsmasq
# - odhcpd