commit 1dc743816d2669fdeb539de071984fffbd571e5f parent d03e5a0a05f75f3cc771df8cabfc5a0b70c0d82e Author: parazyd <parazyd@dyne.org> Date: Thu, 25 Mar 2021 21:43:37 +0100 chromeveyron: Add bootpart and rootpart. Diffstat:
M | boards/chromebook-veyron.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/boards/chromebook-veyron.sh b/boards/chromebook-veyron.sh @@ -29,6 +29,8 @@ size=1730 #inittab="" parted_type="gpt" +bootpart="vfat" +rootpart="ext4" gpt_boot=(8192 32768) gpt_root=(40960) bootfs="none"