- Timestamp:
- Dec 21, 2016, 7:52:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mindi/mindi
r3609 r3637 2151 2151 if [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "6" ]; then 2152 2152 boottype=grub 2153 elif [ $dname = "rhel" -o $dname = "centos" $dname = "oel" ] && [ $dver = "7" ]; then2153 elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "7" ]; then 2154 2154 boottype=grub2 2155 2155 elif [ $dname = "fedora" ] && [ $dver >= 20 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.