Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions etc/tik/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
# Default: Undefined
#TIK_INSTALL_IMAGE=""

# To allow deploying an image to the free space on a disk instead of using the complete disk
# Default: Undefined
#TIK_SHOW_FREE_SPACE="true"

# Display name of the OS to be deployed by tik
# Default: Undefined
#TIK_OS_NAME=""
Expand Down
4 changes: 4 additions & 0 deletions usr/lib/tik/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ TIK_IMG_DIR="/usr/lib/tik/img"
# Default: Undefined
#TIK_INSTALL_IMAGE=""

# To allow deploying an image to the free space on a disk instead of using the complete disk
# Default: Undefined
#TIK_SHOW_FREE_SPACE="true"

# Display name of the OS to be deployed by tik
# Default: Undefined
#TIK_OS_NAME=""
Expand Down
Loading