From e4754db8697c0ac450778b09a83148ae2818a745 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 2 Dec 2015 15:13:26 +0100 Subject: Remove version in /etc/issue, replace with build date. --- data/issue | 26 -------------------------- data/issue.in | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 data/issue create mode 100644 data/issue.in (limited to 'data') diff --git a/data/issue b/data/issue deleted file mode 100644 index 093632c..0000000 --- a/data/issue +++ /dev/null @@ -1,26 +0,0 @@ - _ __ -| |_ _ _ _ __ _ __ / _| -| ' \\| '_| ' \\| '_ \\ _| -|_||_|_| |_|_|_| .__/_| version 0.1.90 "Kiasoachbomba" - |_| - -Welcome to the hrmpf rescue system, built on Void Linux. -There are two accounts: - - - root:voidlinux - - anon:voidlinux - -The `anon` user additionally has `sudo(8)` permissions to run any command -without a password. - -You can also use this disk to install Void: - - # void-installer - -and follow the on-screen instructions. To install additional software make -sure to configure your network interface and then use: - - - xbps-install(8) to install/update packages - - xbps-query(8) to query for package info - -Enjoy! diff --git a/data/issue.in b/data/issue.in new file mode 100644 index 0000000..fb0daaa --- /dev/null +++ b/data/issue.in @@ -0,0 +1,26 @@ + _ __ +| |_ _ _ _ __ _ __ / _| +| ' \\| '_| ' \\| '_ \\ _| +|_||_|_| |_|_|_| .__/_| @@VERSION@@ + |_| + +Welcome to the hrmpf rescue system, built on Void Linux. +There are two accounts: + + - root:voidlinux + - anon:voidlinux + +The `anon` user additionally has `sudo(8)` permissions to run any command +without a password. + +You can also use this disk to install Void: + + # void-installer + +and follow the on-screen instructions. To install additional software make +sure to configure your network interface and then use: + + - xbps-install(8) to install/update packages + - xbps-query(8) to query for package info + +Enjoy! -- cgit 1.4.1