From ec793e3afe37279dadcda0d58923a8b1379e9cc5 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 4 Feb 2019 18:22:42 +0100 Subject: [PATCH] build_library: enlarge rootfs size to 6G for dev container Since the developer container image is only 3G in size for its rootfs, it's hard for users to do specific work there, for example, to build kernel modules. Let's increase the size of rootfs to 6G. --- build_library/disk_layout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/disk_layout.json b/build_library/disk_layout.json index 006eddb25f..6c91ae736a 100644 --- a/build_library/disk_layout.json +++ b/build_library/disk_layout.json @@ -131,7 +131,7 @@ "label":"ROOT", "fs_label":"ROOT", "type":"4f68bce3-e8cd-4db1-96e7-fbcaf984b709", - "blocks":"6291456" + "blocks":"12582912" } }, "interoute":{