Change boot msg to "Welcome to Cereus!"
This commit is contained in:
parent
a50622c249
commit
d0ef2e79b3
2 changed files with 14 additions and 1 deletions
13
srcpkgs/runit-cereus/patches/welcome-cereus.patch
Normal file
13
srcpkgs/runit-cereus/patches/welcome-cereus.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/1 b/1
|
||||
index 0bdba54..e8a8114 100755
|
||||
--- a/1
|
||||
+++ b/1
|
||||
@@ -5,7 +5,7 @@ PATH=/usr/bin:/usr/sbin
|
||||
|
||||
. /etc/runit/functions
|
||||
|
||||
-msg "Welcome to Void!"
|
||||
+msg "Welcome to Cereus!"
|
||||
|
||||
[ -r /etc/rc.conf ] && . /etc/rc.conf
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=runit-cereus
|
||||
version=2022.03.29
|
||||
_datever=20220329
|
||||
revision=2
|
||||
revision=3
|
||||
repository=cereus-core
|
||||
wrksrc="void-runit-${_datever}"
|
||||
build_style=gnu-makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue