mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Removed comments
This commit is contained in:
parent
8099ec1c8b
commit
e0220d9b61
1 changed files with 0 additions and 2 deletions
|
@ -239,8 +239,6 @@ fi
|
|||
|
||||
# Compression options
|
||||
COMP_OPTIONS=("${COMPRESS_AVAILABLE[$COMPRESS_TYPE]}")
|
||||
# This currently breaks the command, and is temporarily disables, see:
|
||||
# https://github.com/TheChymera/mkstage4/issues/46
|
||||
if [[ "${COMPRESS_AVAILABLE[$COMPRESS_TYPE]}" == *"/xz" ]]
|
||||
then
|
||||
COMP_OPTIONS+=( "-T0" )
|
||||
|
|
Loading…
Reference in a new issue