fix: rename from repros to airgap-guest
This commit is contained in:
parent
723ba49cd3
commit
72efb86b6f
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue