Changeset 3649 in MondoRescue
- Timestamp:
- Feb 1, 2017, 1:38:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mindi/mindi
r3643 r3649 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" -o $dname = "oel" ] && [ $dver = "7"]; then2153 elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver -gt 7 ]; then 2154 2154 boottype=grub2 2155 elif [ $dname = "fedora" ] && [ $dver >=20 ]; then2155 elif [ $dname = "fedora" ] && [ $dver -gt 20 ]; then 2156 2156 boottype=grub2 2157 elif [ $dname = "debian" ] && [ $dver = "8"]; then2157 elif [ $dname = "debian" ] && [ $dver -gt 8 ]; then 2158 2158 boottype=grub2 2159 2159 else
Note:
See TracChangeset
for help on using the changeset viewer.