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 \
-rational-rock \
-sysid LINUX \
-volid "repros" \
-volid "airgap-guest" \
-isohybrid-mbr iso/boot/syslinux/isohdpfx.bin \
-eltorito-boot boot/syslinux/isolinux.bin \
-eltorito-catalog boot/syslinux/boot.cat \

View File

@ -1,8 +1,8 @@
TIMEOUT 2
PROMPT -1
DEFAULT ReprOS
LABEL ReprOS
MENU LABEL Linux ReprOS
DEFAULT AirgapGuest
LABEL AirgapGuest
MENU LABEL Linux AirgapGuest
KERNEL /boot/vmlinuz
INITRD /boot/initramfs
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
::1 localhost ip6-localhost ip6-loopback repros
::1 localhost ip6-localhost ip6-loopback airgap-guest
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters