mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 07:57:53 +08:00
17 lines
266 B
YAML
17 lines
266 B
YAML
name: AYN Odin 2 in UFS
|
|
target: ${device}-ufs
|
|
arch: aarch64
|
|
image:
|
|
- type: filesystem
|
|
fstype: ext4
|
|
size: 8GiB
|
|
sector: 4096
|
|
label: ArchLinuxARM
|
|
mount: /
|
|
fstab:
|
|
flags: rw,noatime,utf8,errors=remount-ro
|
|
fstab:
|
|
dev: partlabel
|
|
+also:
|
|
- device/ayn-odin2
|