Skip to content

Commit

Permalink
Merge pull request #251 from mariux64/update-os-release
Browse files Browse the repository at this point in the history
etc/os-release: some cosmetics
  • Loading branch information
thomas authored May 12, 2022
2 parents a9fc693 + 0df9848 commit c6f2a41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ install_exec slowio/slowio "$DESTDIR$usr_sbindir/
install_data misc_systemd_units/fix-lpp.service "$DESTDIR$systemdunitdir/fix-lpp.service"
install_data misc_systemd_units/fix-uring.service "$DESTDIR$systemdunitdir/fix-uring.service"
install_exec misc_etc_files/mxq/gpu-policy "$DESTIDIR$sysconfdir/mxq/gpu-policy"
install_data misc_etc_files/os-release "$DESTDIR$sysconfdir/os-release"

postinstall
exit
10 changes: 10 additions & 0 deletions misc_etc_files/os-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
NAME=MarIuX64
ID=mariux64
VERSION=2.0
VERSION_ID=2.0
PRETTY_NAME="MarIuX64 2.0 GNU/Linux"
ANSI_COLOR="1;34"

# see http://www.freedesktop.org/software/systemd/man/os-release.html
# comments at end. See https://github.com/GoogleCloudPlatform/gsutil/issues/655

0 comments on commit c6f2a41

Please sign in to comment.