Skip to content

Commit

Permalink
Revert "fix systemd boot messages"
Browse files Browse the repository at this point in the history
This reverts commit eb5408e.
  • Loading branch information
ading2210 committed Aug 28, 2024
1 parent d7a49c3 commit 2f2179c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bootloader/bin/init
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ detect_tty() {
}

setup_environment() {
#install busybox programs into the tmpfs
# Install additional utility programs.
/bin/busybox --install /bin || true

#create /dev/console so that the boot messages show up properly
mount -o bind "$TTY1" /dev/console
}

main() {
Expand Down

0 comments on commit 2f2179c

Please sign in to comment.