about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-05-27 18:17:00 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-05-27 18:17:00 +0200
commit31d73d067d7f4834ff73a70a540b9a882bf6cc26 (patch)
tree23f4693bd2f15e3d1bcd294dfbe1173bbf056d0d
parent3f55164001b71c7378b3e689f6653fb8608ae1b6 (diff)
downloadhrmpf-31d73d067d7f4834ff73a70a540b9a882bf6cc26.tar.gz
hrmpf-31d73d067d7f4834ff73a70a540b9a882bf6cc26.tar.xz
hrmpf-31d73d067d7f4834ff73a70a540b9a882bf6cc26.zip
mkhrmpf.sh: set consoleblank=0.
We always want to see something when using hrmpf.
-rwxr-xr-xmkhrmpf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkhrmpf.sh b/mkhrmpf.sh
index 23a5e5d..5ea3789 100755
--- a/mkhrmpf.sh
+++ b/mkhrmpf.sh
@@ -2,7 +2,7 @@
 
 ./mklive.sh \
 	-T "hrmpf live/rescue system" \
-	-C "loglevel=6 printk.time=1 net.ifnames=0" \
+	-C "loglevel=6 printk.time=1 consoleblank=0 net.ifnames=0" \
 	-r http://repo.voidlinux.eu/current \
 	-r http://repo.voidlinux.eu/current/nonfree \
 	-S 1024 \