Changeset 3905 in MondoRescue for branches/3.3/mindi
- Timestamp:
- Apr 1, 2025, 10:55:14 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mindi/mindi
r3889 r3905 2207 2207 if [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "6" ]; then 2208 2208 boottype=grub 2209 elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver -ge 7 ]; then2209 elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" -o $dname = "rocky" $dname = "alma" ] && [ $dver -ge 7 ]; then 2210 2210 boottype=grub2 2211 2211 elif [ $dname = "fedora" ] && [ $dver -ge 20 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.