mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* disable encryption for new raspi setups * use config instead of OS_ARCH * fixes from testing
7 lines
133 B
YAML
7 lines
133 B
YAML
os-partitions:
|
|
boot: /dev/mmcblk0p1
|
|
root: /dev/mmcblk0p2
|
|
ethernet-interface: end0
|
|
wifi-interface: wlan0
|
|
disable-encryption: true
|