commit 6048b97e6248b24b3d858f7172516e4a40447281
parent 1dc743816d2669fdeb539de071984fffbd571e5f
Author: parazyd <parazyd@dyne.org>
Date: Thu, 25 Mar 2021 23:12:42 +0100
chromeveyron: Rename fs variables.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/boards/chromebook-veyron.sh b/boards/chromebook-veyron.sh
@@ -29,8 +29,8 @@ size=1730
#inittab=""
parted_type="gpt"
-bootpart="vfat"
-rootpart="ext4"
+bootfs="vfat"
+rootfs="ext4"
gpt_boot=(8192 32768)
gpt_root=(40960)
bootfs="none"