summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-09-08 20:10:24 +0000
committerimp <imp@FreeBSD.org>2010-09-08 20:10:24 +0000
commit608e1b84a9142f7c5e7fb3c2d7e2bc4f64e633f0 (patch)
tree5ce459b82379b2f9c9e5e123d469051fec1d1078 /usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
parent026629bb9d4e11fa2dbd6720aad17eec6dc51ddf (diff)
downloadFreeBSD-src-608e1b84a9142f7c5e7fb3c2d7e2bc4f64e633f0.zip
FreeBSD-src-608e1b84a9142f7c5e7fb3c2d7e2bc4f64e633f0.tar.gz
pc-sysinstall(8) patch that allows images to be written to disks
This patch creates the "image" directive for the pc-sysinstall config file. This allows disks to be configured with an image instead of partitioning. PR: 150137 Submitted by: John Hixson
Diffstat (limited to 'usr.sbin/pc-sysinstall/backend/functions-extractimage.sh')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-extractimage.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh b/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
index 72a30fb..c7c7ed7 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
@@ -377,7 +377,7 @@ init_extraction()
fi
;;
- ftp|sftp)
+ ftp)
if [ "$PACKAGETYPE" = "split" ]
then
fetch_split_files
@@ -390,9 +390,9 @@ init_extraction()
fi
;;
- rsync) start_rsync_copy ;;
- img)
- ;;
+ sftp) ;;
+
+ rsync) start_rsync_copy ;;
*) exit_err "ERROR: Unknown install medium" ;;
esac
OpenPOWER on IntegriCloud