├── .a2server_source ├── .editorconfig ├── COPYING_CC0.txt ├── LICENSE.md ├── README.md ├── files ├── A2FILES-list.txt ├── dist │ └── getexternal.sh └── netatalk-init.d-clean.txt ├── install.sh ├── scripts ├── a2server-1-storage.txt ├── a2server-2-tools.txt ├── a2server-3-sharing.txt ├── a2server-5-netboot.txt ├── a2server-6-samba.txt ├── a2server-7-console.txt ├── clock.patch.py ├── compare_version ├── fixup ├── show_changes ├── system_ident └── tools │ ├── a2server-aliases │ ├── a2server-help.txt │ ├── a2serverrc │ ├── afpsync │ ├── afptype │ ├── cppo │ ├── debupdate │ ├── mkatinit │ ├── mkvolinfo │ └── netatalk-maketar.txt ├── setup ├── index.txt └── ivan.sh └── update ├── devhistory.txt ├── index.txt └── versionhistory.txt /.a2server_source: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/.editorconfig -------------------------------------------------------------------------------- /COPYING_CC0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/COPYING_CC0.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/README.md -------------------------------------------------------------------------------- /files/A2FILES-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/files/A2FILES-list.txt -------------------------------------------------------------------------------- /files/dist/getexternal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/files/dist/getexternal.sh -------------------------------------------------------------------------------- /files/netatalk-init.d-clean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/files/netatalk-init.d-clean.txt -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/install.sh -------------------------------------------------------------------------------- /scripts/a2server-1-storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/a2server-1-storage.txt -------------------------------------------------------------------------------- /scripts/a2server-2-tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/a2server-2-tools.txt -------------------------------------------------------------------------------- /scripts/a2server-3-sharing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/a2server-3-sharing.txt -------------------------------------------------------------------------------- /scripts/a2server-5-netboot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/a2server-5-netboot.txt -------------------------------------------------------------------------------- /scripts/a2server-6-samba.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/a2server-6-samba.txt -------------------------------------------------------------------------------- /scripts/a2server-7-console.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/a2server-7-console.txt -------------------------------------------------------------------------------- /scripts/clock.patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/clock.patch.py -------------------------------------------------------------------------------- /scripts/compare_version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/compare_version -------------------------------------------------------------------------------- /scripts/fixup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/fixup -------------------------------------------------------------------------------- /scripts/show_changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/show_changes -------------------------------------------------------------------------------- /scripts/system_ident: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/system_ident -------------------------------------------------------------------------------- /scripts/tools/a2server-aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/a2server-aliases -------------------------------------------------------------------------------- /scripts/tools/a2server-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/a2server-help.txt -------------------------------------------------------------------------------- /scripts/tools/a2serverrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/a2serverrc -------------------------------------------------------------------------------- /scripts/tools/afpsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/afpsync -------------------------------------------------------------------------------- /scripts/tools/afptype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/afptype -------------------------------------------------------------------------------- /scripts/tools/cppo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/cppo -------------------------------------------------------------------------------- /scripts/tools/debupdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/debupdate -------------------------------------------------------------------------------- /scripts/tools/mkatinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/mkatinit -------------------------------------------------------------------------------- /scripts/tools/mkvolinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/mkvolinfo -------------------------------------------------------------------------------- /scripts/tools/netatalk-maketar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/scripts/tools/netatalk-maketar.txt -------------------------------------------------------------------------------- /setup/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/setup/index.txt -------------------------------------------------------------------------------- /setup/ivan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/setup/ivan.sh -------------------------------------------------------------------------------- /update/devhistory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/update/devhistory.txt -------------------------------------------------------------------------------- /update/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/update/index.txt -------------------------------------------------------------------------------- /update/versionhistory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasppleII/a2server/HEAD/update/versionhistory.txt --------------------------------------------------------------------------------