Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

chore(just): add no-hostname flag to logs-*-boot #351

Merged
merged 2 commits into from
Jan 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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