Skip to content

Commit

Permalink
Update epoxy config to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Nov 14, 2024
1 parent 11b38f0 commit 5d05d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion x86_image_wizard/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ RUN chmod +x /bin/anura-run

RUN chmod +x /etc/apk/commit_hooks.d/anura-linux.sh
RUN mkinitfs -c /etc/mkinitfs/mkinitfs.conf -b / $(cat /usr/share/kernel/virt/kernel.release)
RUN bash
RUN bash
5 changes: 2 additions & 3 deletions x86_image_wizard/alpine/epoxyconf.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[server]
bind = "/dev/hvc0"
socket = "file"
bind = ["file", "/dev/hvc0"]
transport = "lengthdelimitedle"
file_raw_mode = true # maybe?

Expand All @@ -9,4 +8,4 @@ allow_twisp = true

[wisp]
wisp_v2 = true
buffer_size = 4294967295
buffer_size = 4294967295

0 comments on commit 5d05d6e

Please sign in to comment.