From b0378e778c29f3a37f18771947ed7beedcec6262 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 14 Nov 2014 14:00:16 +0000 Subject: Change the size of some systems in release.morph This will avoid problems when self-upgrading a system and also will save time when flashing a JETSON TK1 board. --- clusters/release.morph | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clusters') diff --git a/clusters/release.morph b/clusters/release.morph index 7651d502..f161d0df 100644 --- a/clusters/release.morph +++ b/clusters/release.morph @@ -17,7 +17,7 @@ systems: build-system-x86_32: type: rawdisk location: build-system-x86_32.img - DISK_SIZE: 4G + DISK_SIZE: 6G - morph: systems/build-system-x86_64-chroot.morph deploy: build-system-x86_64-chroot: @@ -28,13 +28,13 @@ systems: build-system-x86_64: type: rawdisk location: build-system-x86_64.img - DISK_SIZE: 4G + DISK_SIZE: 6G - morph: systems/build-system-armv7lhf-jetson.morph deploy: devel-system-armv7lhf-jetson: type: rawdisk location: build-system-armv7lhf-jetson.img - DISK_SIZE: 4G + DISK_SIZE: 2G ROOT_DEVICE: "/dev/mmcblk0p1" DTB_PATH: "boot/tegra124-jetson-tk1.dtb" BOOTLOADER_CONFIG_FORMAT: "extlinux" -- cgit v1.2.1