Skip to content

Commit 024694e

Browse files
author
Kamil Aronowski
committed
Add Rocky 9
1 parent 8f3a16f commit 024694e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following distributions are supported on the `x86_64` architecture:
2424
- Red Hat Enterprise Linux 8
2525
- Red Hat Enterprise Linux 9
2626
- Rocky Linux 8
27+
- Rocky Linux 9
2728
- Scientific Linux 7
2829

2930
The system that you want to migrate shall be up-to-date and the script will, by

Vagrantfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ Vagrant.configure("2") do |config|
126126
i.vm.hostname = "rockylinux8"
127127
end
128128

129+
config.vm.define "rockylinux9" do |i|
130+
i.vm.box = "eurolinux-vagrant/rocky-9"
131+
i.vm.hostname = "rockylinux9"
132+
end
133+
129134
config.vm.define "scientific7" do |i|
130135
i.vm.box = "eurolinux-vagrant/scientific-linux-7"
131136
i.vm.hostname = "scientific7"

0 commit comments

Comments
 (0)