mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-16 23:28:48 +00:00
Remove local flag
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
@@ -106,7 +106,6 @@ usage()
|
|||||||
echo " --recovery-partition-size: (optional) Size of the recovery partition (MB)"
|
echo " --recovery-partition-size: (optional) Size of the recovery partition (MB)"
|
||||||
echo " --images-size: (optional) Size of the active/passive/recovery images (MB)"
|
echo " --images-size: (optional) Size of the active/passive/recovery images (MB)"
|
||||||
echo " --docker-image: (optional) A container image which will be used for active/passive/recovery system"
|
echo " --docker-image: (optional) A container image which will be used for active/passive/recovery system"
|
||||||
echo " --local: (optional) Use local repository when building"
|
|
||||||
echo " --directory: (optional) A directory which will be used for active/passive/recovery system"
|
echo " --directory: (optional) A directory which will be used for active/passive/recovery system"
|
||||||
echo " --model: (optional) The board model"
|
echo " --model: (optional) The board model"
|
||||||
echo " --efi-dir: (optional) A directory with files which will be added to the efi partition"
|
echo " --efi-dir: (optional) A directory with files which will be added to the efi partition"
|
||||||
@@ -159,9 +158,6 @@ while [ "$#" -gt 0 ]; do
|
|||||||
shift 1
|
shift 1
|
||||||
size=$1
|
size=$1
|
||||||
;;
|
;;
|
||||||
--local)
|
|
||||||
local_build=true
|
|
||||||
;;
|
|
||||||
--state-partition-size)
|
--state-partition-size)
|
||||||
shift 1
|
shift 1
|
||||||
state_size=$1
|
state_size=$1
|
||||||
|
Reference in New Issue
Block a user