Skip to content

Commit

Permalink
Merge pull request #86 from drewmoseley/master
Browse files Browse the repository at this point in the history
rpi: Auto grow the actual /home partition.
  • Loading branch information
leon-anavi authored Apr 2, 2024
2 parents c13717c + 3295e8e commit e412887
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta-rauc-raspberrypi/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-rauc-raspberrypi = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-rauc-raspberrypi = "6"

LAYERDEPENDS_meta-rauc-raspberrypi = "core rauc raspberrypi"
LAYERSERIES_COMPAT_meta-rauc-raspberrypi = "dunfell kirkstone mickledore nanbield"
LAYERSERIES_COMPAT_meta-rauc-raspberrypi = "dunfell kirkstone mickledore nanbield scarthgap"
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Before=home.mount
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/parted --script /dev/mmcblk0 resizepart 4 100%
ExecStart=/usr/sbin/parted --script /dev/mmcblk0 resizepart 6 100%

[Install]
WantedBy=home.mount
2 changes: 2 additions & 0 deletions meta-rauc-raspberrypi/recipes-core/rauc/rauc-conf.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append := " file://ca.cert.pem "
2 changes: 0 additions & 2 deletions meta-rauc-raspberrypi/recipes-core/rauc/rauc_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append := " \
file://system.conf \
file://ca.cert.pem \
file://rauc-grow-data-partition.service \
"

Expand Down

0 comments on commit e412887

Please sign in to comment.