From 0b9df02faafe7b07c775ce80a78c5087eecd65f2 Mon Sep 17 00:00:00 2001 From: urpylka Date: Mon, 23 Apr 2018 21:35:57 +0300 Subject: [PATCH] image_builder: translate couple comments Signed-off-by: Artem Smirnov --- image_builder/image_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image_builder/image_config.sh b/image_builder/image_config.sh index 4162a485..9a5ece88 100755 --- a/image_builder/image_config.sh +++ b/image_builder/image_config.sh @@ -51,8 +51,8 @@ resize_fs() { # --show : печатает имя устройства, например /dev/loop4 # http://karelzak.blogspot.ru/2015/05/resize-by-sfdisk.html - # ", +" : расширяет раздел до размеров образа - # -N 2 : выбирает раздел 2 для работы + # ", +" : expand partition for volume size + # -N 2 : select second partition for work # There is a risk that sfdisk will ask for a disk remount to update partition table # TODO: Check sfdisk exit code