Go to file
2022-08-23 12:21:12 -05:00
archive Allow Multiple Digit Version Revisions 2021-08-11 17:19:49 -06:00
packages Create .test 2022-08-23 11:22:42 -05:00
plugin Update SlackPack.plg 2022-08-23 11:33:19 -05:00
source Rename source/NerdPack/usr/local/emhttp/plugins/NerdPack/include/ClearConfig.php to source/SlackPack/usr/local/emhttp/plugins/SlackPack/include/ClearConfig.php 2022-08-23 12:21:12 -05:00
.gitattributes add ipmitool to repo 2015-12-11 14:03:37 -07:00
.gitignore add ipmitool to repo 2015-12-11 14:03:37 -07:00
.nomedia Update .nomedia 2022-08-23 11:54:47 -05:00
LICENSE Initial commit 2015-12-10 18:21:13 -07:00
README.md Update README.md 2022-08-23 12:00:32 -05:00

Unraid 6.11+

Unraid SlackPack plugin and packages

Collection of packages for Unraid.

This was repo was forked from dmacias72

I have modified it for my personal use

------ Everything below this line is dmacias72 comments ------

These are notes more for my memory or for anyone who wants to make Unraid plugins using this structure

I manage this on my laptop running Linux Mint Mate

I use Sublime Text as an editor and SmarGit to upload to github

copy tar-1.13 from unRAID to /bin/tar-1.13 on laptop

copy makepkg from unRAID to /sbin/makepkg on laptop

I modified gfjardim's pkg_build.sh to take an argument and add arch type plus modified the lettering function

To compile the packages for unRAID plugin run from the source directory

sudo ./mkpkg plugin

This creates a slackware compliant package and md5 in the archive directory with the date as the version number

And adds the date to the plugin file in plugins directory.

e.g. plugin-2017.06.09-x86_64-1.txz and plugin-2016.06.09-x86_64-1.md5

Donate