MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.9k stars 499 forks source link

Added on banner silly "Up since" #7284

Open dentaku65 opened 1 day ago

dentaku65 commented 1 day ago

On /boot/dietpi/.dietpi-banner_custom Add: stat -c %w / |cut -f1 -d "."

Enable on /boot/dietpi/.dietpi-banner aDESCRIPTION[10]='Up since'

Untitled

MichaIng commented 20 hours ago

Based on the command, this is to show how old the image is, right?

My first thought was: "but we have an uptime option already?", then recognised that this is something different 😄. image

dentaku65 commented 7 hours ago

Hi MichaIng, yep, command shows DietPI first run and operate since. Can be considered "age". And yes my DietPI is operating since "2018-03-13 23:51:07" without issue :-) Den