Skip to content

Commit

Permalink
chore(just): add no-hostname flag to logs-*-boot (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Sherman <[email protected]>
  • Loading branch information
renner0e and bsherman authored Jan 18, 2025
1 parent f7a6716 commit da314a0
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 da314a0

Please sign in to comment.