mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:58:41 +09:00
Add new custom build template for LAMP ready image
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Idae6d03571300a7048f2e35e813dff44fdd728e5
This commit is contained in:
7
custom/templates/lamp/config
Normal file
7
custom/templates/lamp/config
Normal file
@@ -0,0 +1,7 @@
|
||||
BOARD=odroidn2plus
|
||||
ARCH=arm64
|
||||
DISTRO=focal
|
||||
FLAVOUR=server
|
||||
DEFAULT_USER=odroid
|
||||
DEFAULT_PASSWD=odroid
|
||||
ALLOW_ROOT_LOGIN=false
|
||||
16
custom/templates/lamp/packages
Normal file
16
custom/templates/lamp/packages
Normal file
@@ -0,0 +1,16 @@
|
||||
apache2
|
||||
curl
|
||||
libapache2-mod-php
|
||||
mysql-client
|
||||
mysql-server
|
||||
php
|
||||
php-cli
|
||||
php-curl
|
||||
php-gd
|
||||
php-json
|
||||
php-mbstring
|
||||
php-mysql
|
||||
php-mysql
|
||||
php-xml
|
||||
php-zip
|
||||
ufw
|
||||
Reference in New Issue
Block a user