diff --git a/Containerfile b/Containerfile index 469f9b7..7779839 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \ diff --git a/src/guest/config/syslinux.cfg b/src/guest/config/syslinux.cfg index 20170fe..dd78845 100644 --- a/src/guest/config/syslinux.cfg +++ b/src/guest/config/syslinux.cfg @@ -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 diff --git a/src/guest/rootfs/etc/hosts b/src/guest/rootfs/etc/hosts index 9b1a20a..3bde5c3 100644 --- a/src/guest/rootfs/etc/hosts +++ b/src/guest/rootfs/etc/hosts @@ -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