From 8e2c4a6d2d44216860e494d98319ec453496769e Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 16 Jul 2010 20:12:50 +0000 Subject: [PATCH] Added -o option to update the Linux OS git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6781 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/updatenode | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/updatenode b/xCAT-client/bin/updatenode index d4c2504c0..7223747d3 100755 --- a/xCAT-client/bin/updatenode +++ b/xCAT-client/bin/updatenode @@ -89,6 +89,7 @@ if ( 's|sn' => \$::SETSERVER, 'P|scripts:s' => \$::RERUNPS, 'k|security' => \$::SECURITY, + 'o|os:s' => \$::OS, 'user=s' => \$::USER, 'devicetype=s' => \$::DEVICETYPE, )