dbrgn / reboot-arch-btw

Checks if your ArchLinux needs a reboot due to a kernel update

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Build Status Reboot Arch BTW

This is a small utility which shows the installed and running Linux kernel on ArchLinux. It is useful if one didn't notice that the kernel got updated and suddenly your USB drive won't mount because the needed kernel module can't get loaded.

To get the version of the installed kernel it uses pacman -Q linux and to get the version of the running kernel it uses uname -r.

Install

You may just install it from the AUR:

Build

This project requires Rust 1.32.0 or newer. Also you need to have dbus installed.

sudo pacman -S dbus
cargo build

Usage

$ reboot-arch-btw
Kernel
 installed: 5.3.11.1-1
 running:   5.3.11.1-1
Xorg server
 installed: 1.20.5-4
 running:   1.20.5

About

Checks if your ArchLinux needs a reboot due to a kernel update

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%