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