mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Left over from prior patch removed.
Submitted by: John Hixon PR: 151442 (but the patch was backwards there)
This commit is contained in:
parent
1dca6a2844
commit
e964661666
1 changed files with 0 additions and 11 deletions
|
|
@ -507,17 +507,6 @@ setup_disk_slice()
|
|||
DEST="${DISK}"
|
||||
fi
|
||||
|
||||
if iscompressed "${IMAGE}"
|
||||
then
|
||||
local COMPRESSION
|
||||
|
||||
get_compression_type "${IMAGE}"
|
||||
COMPRESSION="${VAL}"
|
||||
|
||||
decompress_file "${IMAGE}" "${COMPRESSION}"
|
||||
IMAGE="${VAL}"
|
||||
fi
|
||||
|
||||
write_image "${IMAGE}" "${DEST}"
|
||||
check_disk_layout "${DEST}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue