mirror of
https://github.com/kairos-io/kairos.git
synced 2025-02-09 05:18:51 +00:00
Bump sizes for orin (#3107)
Bump the image sizes for nvidia boards because after upgrading the base image to ubuntu 22.04 it no longer fits in the old partitions. Running a build locally revealed that the new rootfs is 4.7Gb: ``` [root@buildkitsandbox build]# du -h image/ --max-depth 0 4.7G image/ ``` Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
885c0eb565
commit
a8f8c3cc50
@ -682,9 +682,9 @@ prepare-arm-image:
|
||||
|
||||
# These sizes are in MB and are specific only for the nvidia-jetson-agx-orin
|
||||
ENV SIZE="15200"
|
||||
ENV STATE_SIZE="14000"
|
||||
ENV RECOVERY_SIZE="10000"
|
||||
ENV DEFAULT_ACTIVE_SIZE="4500"
|
||||
ENV STATE_SIZE="16500"
|
||||
ENV RECOVERY_SIZE="11000"
|
||||
ENV DEFAULT_ACTIVE_SIZE="5500"
|
||||
|
||||
COPY --platform=linux/arm64 +image-rootfs/rootfs /build/image
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user