-
Notifications
You must be signed in to change notification settings - Fork 0
/
configure.yaml
53 lines (46 loc) · 1 KB
/
configure.yaml
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
storage:
device: /dev/sda # [/dev/sda, /dev/nvme1]
scheme: MBR # [MBR, GPT, GPT+UEFI]
install:
- mount: /boot
size: 256M
filesystem: ext2
- mount: /swap
size: 512M
filesystem: swap
- mount: /
size: auto
filesystem: ext4
volumes:
- mount: /tmp
device: tmpfs
filesystem: tmpfs
opts: noatime,nodiratime,nodev,nosuid,size=1G
install:
root_mount: /mnt/gentoo
init_system: OpenRC # [OpenRC, systemd]
time_zone: Europe/Moscow # ls -lash /usr/share/zoneinfo
locale:
- en_US.UTF-8 UTF-8
- ru_RU.UTF-8 UTF-8
user:
login: user
password: 123
root_password: 123
packages:
- net-analyzer/iftop
- sys-process/iotop
- sys-process/htop
- app-text/tree
- net-analyzer/nmap
- net-analyzer/traceroute
- net-analyzer/tcptraceroute
- net-misc/wget
- sys-apps/lm_sensors
- net-misc/ntp
- app-arch/zstd
- app-arch/p7zip
- app-misc/mc
- media-video/mpv
- media-video/mediainfo
- net-print/cups