-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
58 lines (51 loc) · 1.01 KB
/
config.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
54
55
56
57
58
root:
username: fakesudo
settings:
ntp: True
hostname: archlinux
locale:
- en_US.UTF-8 UTF-8
- fa_IR UTF-8
lang: en_US.UTF-8
timezone: Asia/Tehran
shell: /bin/bash
drive:
blk: /dev/sda
erase: false
partitions: # used fdisk conf
- label: BOOT
size: +512M
filesystem: uefi
number: 1
- label: ROOT
size: +5G
filesystem: linux
number: 2
- label: HOME
size: " "
filesystem: linux
number: 3
packages: # official mirror
# Base Packages
- base
- base-devel
- linux
- linux-firmware
- linux-headers
- grub
- efibootmgr
- networkmanager
services:
- NetworkManager
user:
scripts:
- name: by file
script: ./configs/simple.sh
- name: inline shell
shell: echo FakeSudo
aurhelper: paru # or yay
packages: # official & aur
- pyright
- docker
services:
- docker