- Timestamp:
- Aug 29, 2016, 5:07:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3599 r3602 2148 2148 dname=`pbdistrocheck | grep -E '^Name:' | cut -d':' -f2` 2149 2149 dver=`pbdistrocheck | grep -E '^Ver:' | cut -d':' -f2` 2150 if [ $dname = "rhel" -o $dname = "centos" ] && [ $dver = "6" ]; then2150 if [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "6" ]; then 2151 2151 boottype=grub 2152 elif [ $dname = "rhel" -o $dname = "centos" ] && [ $dver = "7" ]; then2152 elif [ $dname = "rhel" -o $dname = "centos" $dname = "oel" ] && [ $dver = "7" ]; then 2153 2153 boottype=grub2 2154 2154 elif [ $dname = "debian" ] && [ $dver = "8" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.