mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-13 00:20:05 +01:00
add zapCreateMount script for idempodents install from iso/kexec
This commit is contained in:
parent
417ad31ca5
commit
9cf4f170ae
4 changed files with 28 additions and 2 deletions
4
disko
4
disko
|
|
@ -87,8 +87,8 @@ while [[ $# -gt 0 ]]; do
|
|||
shift
|
||||
done
|
||||
|
||||
if ! ([[ $mode = "create" ]] || [[ $mode = "mount" ]]); then
|
||||
abort "mode must be either create or mount"
|
||||
if ! ([[ $mode = "create" ]] || [[ $mode = "mount" ]] || [[ $mode = "zap_create_mount" ]]); then
|
||||
abort "mode must be either create, mount or zap_create_mount"
|
||||
fi
|
||||
|
||||
if [[ ! -z "${flake+x}" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue