Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conf/variant/rpi-qtauto/local.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ require conf/variant/common/local.conf

WKS_FILE = "raspberrypi.wks"

WIC_CREATE_EXTRA_ARGS = "--no-fstab-update"

IMAGE_FSTYPES_append = " wic wic.bmap wic.bz2"

MACHINE = "raspberrypi3"
Expand Down
2 changes: 2 additions & 0 deletions conf/variant/rpi/local.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ require conf/variant/common/local.conf

WKS_FILE = "raspberrypi.wks"

WIC_CREATE_EXTRA_ARGS = "--no-fstab-update"

IMAGE_FSTYPES_append = " wic wic.bmap wic.bz2"

MACHINE = "raspberrypi3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/dev/root / auto defaults 1 1
LABEL=boot /boot auto defaults,sync 0 0
LABEL=data /data ext4 defaults 0 0
6 changes: 3 additions & 3 deletions scripts/lib/wic/canned-wks/raspberrypi.wks
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Raspberry Pi. Boot files are located in the first vfat partition.

part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 20
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label platform1 --align 4096 --uuid b488d900-9cc0-11e9-8833-cf4cb425a04d
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label platform2 --align 4096 --uuid a2d8ad56-9c9e-11e9-afd8-07ffb5f9d79e
part /data --ondisk mmcblk0 --size 1024 --fstype=ext4 --label data --align 4096 --uuid 79664834-9c9e-11e9-9603-a744b9801557
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label platform1 --align 4096
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label platform2 --align 4096
part /data --ondisk mmcblk0 --size 1024 --fstype=ext4 --label data --align 4096