From e96466166614f21dabdd4e5cfb14c4b7ac44f082 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 21 Oct 2010 17:29:18 +0000 Subject: [PATCH] Left over from prior patch removed. Submitted by: John Hixon PR: 151442 (but the patch was backwards there) --- usr.sbin/pc-sysinstall/backend/functions-disk.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/usr.sbin/pc-sysinstall/backend/functions-disk.sh b/usr.sbin/pc-sysinstall/backend/functions-disk.sh index 1ff33faa43ea..c6e849cb01ca 100755 --- a/usr.sbin/pc-sysinstall/backend/functions-disk.sh +++ b/usr.sbin/pc-sysinstall/backend/functions-disk.sh @@ -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