summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/backend/functions-parse.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-parse.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-parse.sh')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-parse.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-parse.sh b/usr.sbin/pc-sysinstall/backend/functions-parse.sh
index 3604ba4..11bba10 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-parse.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-parse.sh
@@ -85,6 +85,7 @@ if_check_value_exists()
VALID="1"
for i in ${2}
do
+ VAL=`echo "$VAL"|tr A-Z a-z`
if [ "$VAL" = "${i}" ]
then
VALID="0"
OpenPOWER on IntegriCloud