first commit
This commit is contained in:
18
data/rc/mhwd-live.in
Executable file
18
data/rc/mhwd-live.in
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/openrc-run
|
||||
# Copyright 2014 Aaditya Bagga (aaditya_gnulinux@zoho.com)
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
#description="Manjaro livecd mhwd-live script"
|
||||
|
||||
depend() {
|
||||
need manjaro-live
|
||||
before xdm
|
||||
after pacman-init
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Running mhwd-live script"
|
||||
# run the mhwd script
|
||||
/usr/bin/mhwd-live &> /dev/null
|
||||
eend $?
|
||||
}
|
||||
Reference in New Issue
Block a user