wctf-client: and bootup

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-05-04 15:10:35 -04:00
parent b8799bfe47
commit d494e9d522
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
cd /home/user/wctf/liludallasmultipass
./ldm &

View file

@ -26,3 +26,8 @@ PDEPEND="dev-vcs/git
sys-boot/grub:2
app-portage/layman
sys-kernel/genkernel"
src_install() {
insinto /etc/local.d
doexe "${FILESDIR}"/99-ldm.start
}