New package: rockpro64-base
This commit is contained in:
parent
2b7210d7a9
commit
03d69e22c5
|
@ -0,0 +1,8 @@
|
|||
if [ "${UPDATE}" = "no" ] && [ "${ACTION}" = "post" ]; then
|
||||
mkdir -p etc/runit/runsvdir/default/
|
||||
mkdir -p etc/sv/agetty-ttyS2/
|
||||
ln -sf /etc/sv/sshd etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/dhcpcd etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/agetty-ttyS2 etc/runit/runsvdir/default/
|
||||
cd etc/sv/agetty-ttyS2/ && ln -sf ../agetty-serial/conf conf && ln -sf ../agetty-generic/finish finish && ln -sf ../agetty-serial/run run && ln -sf /run/runit/supervise.agetty-ttyS2
|
||||
fi
|
|
@ -0,0 +1,11 @@
|
|||
# Template file for 'rockpro64-base'
|
||||
pkgname=rockpro64-base
|
||||
version=1
|
||||
revision=1
|
||||
archs="aarch64*"
|
||||
build_style=meta
|
||||
depends="linux rockpro64-uboot u-boot-menu dracut"
|
||||
short_desc="Void Linux RockPro64 platform package"
|
||||
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||
license="Public Domain"
|
||||
homepage="https://www.voidlinux.org"
|
|
@ -0,0 +1 @@
|
|||
disabled="meta package with no distfiles"
|
Loading…
Reference in New Issue