Skip to content

Commit

Permalink
chore(just): add no-hostname flag to logs-*-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
renner0e committed Jan 11, 2025
1 parent da1690f commit f57a8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ bios:

# Show all messages from this boot
logs-this-boot:
sudo journalctl -b 0
sudo journalctl --no-hostname -b 0

# Show all messages from last boot
logs-last-boot:
sudo journalctl -b -1
sudo journalctl --no-hostname -b -1

# Regenerate GRUB config, useful in dual-boot scenarios where a second operating system isn't listed
regenerate-grub:
Expand Down

0 comments on commit f57a8bb

Please sign in to comment.