From 6048b97e6248b24b3d858f7172516e4a40447281 Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 25 Mar 2021 23:12:42 +0100 Subject: [PATCH] chromeveyron: Rename fs variables. --- boards/chromebook-veyron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/chromebook-veyron.sh b/boards/chromebook-veyron.sh index 8521c09..680c6cc 100644 --- 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"