mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 15:20:56 +02:00
wctf-client: and bootup
This commit is contained in:
parent
b8799bfe47
commit
d494e9d522
2 changed files with 8 additions and 0 deletions
3
pentoo/wctf-client/files/99-ldm.start
Normal file
3
pentoo/wctf-client/files/99-ldm.start
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
cd /home/user/wctf/liludallasmultipass
|
||||
./ldm &
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue