tree: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-06-30 19:02:58 +02:00
parent 75ada58656
commit e33a1e9561
13 changed files with 13 additions and 13 deletions

View File

@ -5,7 +5,7 @@ system: false
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true

View File

@ -5,7 +5,7 @@ system: false
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true

Binary file not shown.

Binary file not shown.

View File

@ -8,14 +8,14 @@
PLATFORMS="apollolake geminilake epyc7002" PLATFORMS="apollolake geminilake epyc7002"
PLATFORM="$(/bin/get_key_value /etc.defaults/synoinfo.conf unique | cut -d"_" -f2)" PLATFORM="$(/bin/get_key_value /etc.defaults/synoinfo.conf unique | cut -d"_" -f2)"
if ! echo "${PLATFORM}" | grep -qw "${PLATFORM}"; then if ! echo "${PLATFORMS}" | grep -qw "${PLATFORM}"; then
echo "${PLATFORM} is not supported console addon!" echo "${PLATFORM} is not supported console addon!"
exit 0 exit 0
fi fi
if [ "${1}" = "early" ]; then if [ "${1}" = "early" ]; then
echo "Installing addon console - ${1}" echo "Installing addon console - ${1}"
tar zxf /addons/console-7.1.tgz -C /usr/ tar -zxf /addons/console-7.1.tgz -C /usr/
elif [ "${1}" = "modules" ]; then elif [ "${1}" = "modules" ]; then
echo "Installing addon console - ${1}" echo "Installing addon console - ${1}"
@ -54,7 +54,7 @@ elif [ "${1}" = "late" ]; then
mkdir -p "/tmpRoot/usr/arc/addons/" mkdir -p "/tmpRoot/usr/arc/addons/"
cp -vf "${0}" "/tmpRoot/usr/arc/addons/" cp -vf "${0}" "/tmpRoot/usr/arc/addons/"
tar zxf /addons/console-7.1.tgz -C /tmpRoot/usr/ tar -zxf /addons/console-7.1.tgz -C /tmpRoot/usr/
# run when boot installed DSM # run when boot installed DSM
echo -e "DSM mode\n" >/tmpRoot/etc/issue echo -e "DSM mode\n" >/tmpRoot/etc/issue
cp -fv /tmpRoot/usr/lib/systemd/system/serial-getty\@.service /tmpRoot/usr/lib/systemd/system/getty\@.service cp -fv /tmpRoot/usr/lib/systemd/system/serial-getty\@.service /tmpRoot/usr/lib/systemd/system/getty\@.service

View File

@ -60,4 +60,4 @@ elif [ "${1}" = "rcExit" ]; then
elif [ "${1}" = "late" ]; then elif [ "${1}" = "late" ]; then
echo "Installing addon dbgutils - ${1}" echo "Installing addon dbgutils - ${1}"
getlog "${1}" getlog "${1}"
fi fi

View File

@ -5,7 +5,7 @@ system: false
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true

View File

@ -5,7 +5,7 @@ system: true
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true

View File

@ -5,7 +5,7 @@ system: true
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true

View File

@ -5,7 +5,7 @@ system: false
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: false broadwell: false
broadwellnk: true broadwellnk: true

View File

@ -5,7 +5,7 @@ system: false
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true

View File

@ -5,7 +5,7 @@ system: true
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: "all" copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true

View File

@ -6,7 +6,7 @@ system: false
beta: false beta: false
all: all:
install-script: "install.sh" install-script: "install.sh"
copy: all copy: ""
apollolake: true apollolake: true
broadwell: true broadwell: true
broadwellnk: true broadwellnk: true