Skip to content

Commit

Permalink
fix: Show as Bluefin in grub menu (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Aug 7, 2023
1 parent 978d332 commit 172a3e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN /tmp/build.sh && \
rm -f /usr/share/applications/nvtop.desktop && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
sed -i '/^PRETTY_NAME/s/Silverblue/Bluefin/' /usr/lib/os-release && \
rm -rf /tmp/* /var/* && \
ostree container commit && \
mkdir -p /var/tmp && \
Expand Down

0 comments on commit 172a3e1

Please sign in to comment.