tchromeveyron: Add bootpart and rootpart. - arm-sdk - os build toolkit for various embedded devices
HTML git clone https://git.parazyd.org/arm-sdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 1dc743816d2669fdeb539de071984fffbd571e5f
DIR parent d03e5a0a05f75f3cc771df8cabfc5a0b70c0d82e
HTML 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(-)
---
DIR diff --git a/boards/chromebook-veyron.sh b/boards/chromebook-veyron.sh
t@@ -29,6 +29,8 @@ size=1730
#inittab=""
parted_type="gpt"
+bootpart="vfat"
+rootpart="ext4"
gpt_boot=(8192 32768)
gpt_root=(40960)
bootfs="none"