mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
141 B
Bash
12 lines
141 B
Bash
#!/bin/sh
|
|
#
|
|
# store boot time
|
|
#
|
|
# runlevels: openelec, text, debug
|
|
|
|
. /etc/sysconfig
|
|
|
|
progress "saving Starttime"
|
|
|
|
/bin/date > /tmp/bootdate
|