Skip to content

Commit

Permalink
linux: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 30, 2023
1 parent 6e24db7 commit 0b578e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ install_linux()

case "$1" in
bionic|focal|jammy|bullseye) install_apt_updates ;;
esac

case "$1" in
jammy) stage_exec umount /compat/linux/dev ;;
esac
}
Expand Down
1 change: 1 addition & 0 deletions provision/bhyve-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ install_ubuntu_bhyve()

# -s 29:0,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait \ (VNC)
# -s 30:0,xhci,tablet \ (sync mouse with host)
# -s <slot>,virtio-input,/dev/input/eventX (keyboard/mouse events)
# -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd \ (BIOS)
# -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ (UEFI)

Expand Down

0 comments on commit 0b578e1

Please sign in to comment.