diff --git a/addincards/manifest.yml b/addincards/manifest.yml index d3ec85c..695e22b 100755 --- a/addincards/manifest.yml +++ b/addincards/manifest.yml @@ -5,7 +5,7 @@ system: false beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: true broadwellnk: true diff --git a/bootwait/manifest.yml b/bootwait/manifest.yml index ec11ec4..c482b50 100644 --- a/bootwait/manifest.yml +++ b/bootwait/manifest.yml @@ -5,7 +5,7 @@ system: false beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: true broadwellnk: true diff --git a/console/all/addons/console-7.1.tar b/console/all/addons/console-7.1.tar deleted file mode 100644 index b140054..0000000 Binary files a/console/all/addons/console-7.1.tar and /dev/null differ diff --git a/console/all/addons/console-7.1.tgz b/console/all/addons/console-7.1.tgz new file mode 100755 index 0000000..b36812d Binary files /dev/null and b/console/all/addons/console-7.1.tgz differ diff --git a/console/install.sh b/console/install.sh index cbb9f2e..4058c2b 100755 --- a/console/install.sh +++ b/console/install.sh @@ -8,14 +8,14 @@ PLATFORMS="apollolake geminilake epyc7002" 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!" exit 0 fi if [ "${1}" = "early" ]; then 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 echo "Installing addon console - ${1}" @@ -54,7 +54,7 @@ elif [ "${1}" = "late" ]; then mkdir -p "/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 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 diff --git a/dbgutils/install.sh b/dbgutils/install.sh index 066d2ae..b279a3b 100755 --- a/dbgutils/install.sh +++ b/dbgutils/install.sh @@ -60,4 +60,4 @@ elif [ "${1}" = "rcExit" ]; then elif [ "${1}" = "late" ]; then echo "Installing addon dbgutils - ${1}" getlog "${1}" -fi \ No newline at end of file +fi diff --git a/dbgutils/manifest.yml b/dbgutils/manifest.yml index 7211ebb..e9ec010 100755 --- a/dbgutils/manifest.yml +++ b/dbgutils/manifest.yml @@ -5,7 +5,7 @@ system: false beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: true broadwellnk: true diff --git a/disks/manifest.yml b/disks/manifest.yml index e59a53c..92911a1 100755 --- a/disks/manifest.yml +++ b/disks/manifest.yml @@ -5,7 +5,7 @@ system: true beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: true broadwellnk: true diff --git a/localrss/manifest.yml b/localrss/manifest.yml index 5c46a30..b9f4a63 100755 --- a/localrss/manifest.yml +++ b/localrss/manifest.yml @@ -5,7 +5,7 @@ system: true beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: true broadwellnk: true diff --git a/nvmecache/manifest.yml b/nvmecache/manifest.yml index c526559..7793ad8 100755 --- a/nvmecache/manifest.yml +++ b/nvmecache/manifest.yml @@ -5,7 +5,7 @@ system: false beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: false broadwellnk: true diff --git a/nvmevolume/manifest.yml b/nvmevolume/manifest.yml index ae17473..b5943e3 100644 --- a/nvmevolume/manifest.yml +++ b/nvmevolume/manifest.yml @@ -5,7 +5,7 @@ system: false beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: true broadwellnk: true diff --git a/revert/manifest.yml b/revert/manifest.yml index 27a5bcc..cc854a1 100755 --- a/revert/manifest.yml +++ b/revert/manifest.yml @@ -5,7 +5,7 @@ system: true beta: false all: install-script: "install.sh" - copy: "all" + copy: "" apollolake: true broadwell: true broadwellnk: true diff --git a/sortnetif/manifest.yml b/sortnetif/manifest.yml index e27c8f7..7f04e22 100644 --- a/sortnetif/manifest.yml +++ b/sortnetif/manifest.yml @@ -6,7 +6,7 @@ system: false beta: false all: install-script: "install.sh" - copy: all + copy: "" apollolake: true broadwell: true broadwellnk: true