Skip to content

Commit

Permalink
fix(builder): console device name wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexon committed Dec 23, 2024
1 parent 32f8c40 commit 2af753b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layers/macos_arm64/etc/default/grub
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ GRUB_TIMEOUT=0
GRUB_DISABLE_SUBMENU=y
GRUB_DISABLE_RECOVERY=true
GRUB_TERMINAL=console
GRUB_CMDLINE_LINUX_DEFAULT="console=hvc0 modules=sd-mod,usb-storage,ext4 quiet rootfstype=ext4"
GRUB_CMDLINE_LINUX_DEFAULT="console=VM_CONSOLE_DEVICE modules=sd-mod,usb-storage,ext4 quiet rootfstype=ext4"
2 changes: 1 addition & 1 deletion layers/macos_arm64/etc/inittab
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ tty6::respawn:/sbin/getty 38400 tty6
::shutdown:/sbin/openrc shutdown

# enable login on alternative console
hvc0::respawn:/sbin/getty -L 0 hvc0 vt100
VM_CONSOLE_DEVICE::respawn:/sbin/getty -L 0 VM_CONSOLE_DEVICE vt100

0 comments on commit 2af753b

Please sign in to comment.