File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The following distributions are supported on the `x86_64` architecture:
24
24
- Red Hat Enterprise Linux 8
25
25
- Red Hat Enterprise Linux 9
26
26
- Rocky Linux 8
27
+ - Rocky Linux 9
27
28
- Scientific Linux 7
28
29
29
30
The system that you want to migrate shall be up-to-date and the script will, by
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ Vagrant.configure("2") do |config|
126
126
i . vm . hostname = "rockylinux8"
127
127
end
128
128
129
+ config . vm . define "rockylinux9" do |i |
130
+ i . vm . box = "eurolinux-vagrant/rocky-9"
131
+ i . vm . hostname = "rockylinux9"
132
+ end
133
+
129
134
config . vm . define "scientific7" do |i |
130
135
i . vm . box = "eurolinux-vagrant/scientific-linux-7"
131
136
i . vm . hostname = "scientific7"
You can’t perform that action at this time.
0 commit comments