init
This commit is contained in:
commit
fbe1ac940a
10 changed files with 121 additions and 0 deletions
7
example_pc/example_pc.yml
Normal file
7
example_pc/example_pc.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# yaml-language-server: $schema=https://git.fml128.ch/FML128/idkyet-builder/raw/branch/main/schemas/layer.json
|
||||
id: example_pc
|
||||
previous_layer_id: generic_kde
|
||||
build_mode: 2
|
||||
secure_boot: true
|
||||
packets:
|
||||
- steam
|
1
example_pc/files/etc/hostname
Normal file
1
example_pc/files/etc/hostname
Normal file
|
@ -0,0 +1 @@
|
|||
example_pc
|
3
example_pc/files/permissions.sh
Executable file
3
example_pc/files/permissions.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
set -e
|
||||
|
||||
chmod 644 ./etc/hostname
|
Loading…
Add table
Add a link
Reference in a new issue