Use uboot raw env

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Pascal Vizeli
2018-06-11 12:46:09 +00:00
parent ffbef150ca
commit 76a4376a96
7 changed files with 37 additions and 31 deletions

View File

@@ -8,26 +8,26 @@ bootloader=%BOOTLOADER%
path=/etc/rauc/keyring.pem
[slot.boot.0]
device=/dev/disk/by-partuuid/b3dd0952-733c-4c88-8cba-cab9b8b4377f
device=/dev/disk/by-partlabel/hassos-boot
type=vfs
[slot.kernel.0]
device=/dev/disk/by-partuuid/26700fc6-b0bc-4ccf-9837-ea1a4cba3e65
device=/dev/disk/by-partlabel/hassos-kernel0
type=ext4
bootname=A
[slot.kernel.1]
device=/dev/disk/by-partuuid/fc02a4f0-5350-406f-93a2-56cbed636b5f
device=/dev/disk/by-partlabel/hassos-kernel1
type=ext4
bootname=B
[slot.rootfs.0]
device=/dev/disk/by-partuuid/8d3d53e3-6d49-4c38-8349-aff6859e82fd
device=/dev/disk/by-partlabel/hassos-system0
type=raw
parent=kernel.0
[slot.rootfs.1]
device=/dev/disk/by-partuuid/a3ec664e-32ce-4665-95ea-7ae90ce9aa20
device=/dev/disk/by-partlabel/hassos-system1
type=raw
parent=kernel.1