IOMMU isolated network support #47

Manually merged
ryan merged 15 commits from iommu-net into main 2025-05-01 20:46:10 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit 72efb86b6f - Show all commits

View File

@ -171,7 +171,7 @@ RUN <<-EOF
-joliet \ -joliet \
-rational-rock \ -rational-rock \
-sysid LINUX \ -sysid LINUX \
-volid "repros" \ -volid "airgap-guest" \
-isohybrid-mbr iso/boot/syslinux/isohdpfx.bin \ -isohybrid-mbr iso/boot/syslinux/isohdpfx.bin \
-eltorito-boot boot/syslinux/isolinux.bin \ -eltorito-boot boot/syslinux/isolinux.bin \
-eltorito-catalog boot/syslinux/boot.cat \ -eltorito-catalog boot/syslinux/boot.cat \

View File

@ -1,8 +1,8 @@
TIMEOUT 2 TIMEOUT 2
PROMPT -1 PROMPT -1
DEFAULT ReprOS DEFAULT AirgapGuest
LABEL ReprOS LABEL AirgapGuest
MENU LABEL Linux ReprOS MENU LABEL Linux AirgapGuest
KERNEL /boot/vmlinuz KERNEL /boot/vmlinuz
INITRD /boot/initramfs INITRD /boot/initramfs
APPEND init=/init vga=normal console=ttyAMA0,115200 console=tty highres=off console=ttyS0 console=tty0 ro APPEND init=/init vga=normal console=ttyAMA0,115200 console=tty highres=off console=ttyS0 console=tty0 ro

View File

@ -1,4 +1,4 @@
127.0.0.1 localhost 127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback repros ::1 localhost ip6-localhost ip6-loopback airgap-guest
ff02::1 ip6-allnodes ff02::1 ip6-allnodes
ff02::2 ip6-allrouters ff02::2 ip6-allrouters