From 534faf3b21daa8aa75339f2b0fb4daefa16a8d69 Mon Sep 17 00:00:00 2001 From: huweihua Date: Wed, 20 Aug 2014 04:02:47 -0400 Subject: [PATCH] modify some comments --- xCAT/postscripts/makeinitrd | 4 ++-- xCAT/postscripts/syscloneimgupdate | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT/postscripts/makeinitrd b/xCAT/postscripts/makeinitrd index 92cc928ef..ec71a5440 100755 --- a/xCAT/postscripts/makeinitrd +++ b/xCAT/postscripts/makeinitrd @@ -10,11 +10,11 @@ # And do whatever is necessary on ubuntu. if [[ -f /sbin/dracut ]]; then - # redhat/centos + # redhat6.x/centos6.x echo "Running dracut to regenerate the initrd with the drivers needed by this node:" dracut --force else - # suse/sles + # suse/sles and redhat5.x/centos5.x echo "Running mkinitrd to regenerate the initrd with the drivers needed by this node:" osvers=`cat /etc/*release|sed -e 's/.*\([0-9]\{1,\}\.[0-9]\{1,\}\).*/\1/'` if [[ $osvers == 5\.* ]];then diff --git a/xCAT/postscripts/syscloneimgupdate b/xCAT/postscripts/syscloneimgupdate index 10eb145f2..3238dd980 100755 --- a/xCAT/postscripts/syscloneimgupdate +++ b/xCAT/postscripts/syscloneimgupdate @@ -45,11 +45,11 @@ echo "si_updateclient --server $str_server_ip --yes" export PERL5LIB=/usr/lib/perl5/site_perl/;LANG=C si_updateclient --server $str_server_ip --yes if [[ -f /sbin/dracut ]]; then - #redhat or centos + #redhat6.x or centos6.x echo "Running dracut to regenerate the initrd with the drivers needed by this node:" dracut --force else - # suse/sles + # suse/sles and redhat5.x/centos5.x echo "Running mkinitrd to regenerate the initrd with the drivers needed by this node:" osvers=`cat /etc/*release|sed -e 's/.*\([0-9]\{1,\}\.[0-9]\{1,\}\).*/\1/'` if [[ $osvers == 5\.* ]];then