Embedded Installation Logic for Binary Distributions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
It consists in shipping the binary distribution with a "./bin/.install" script that, once executed as a standard installation user, or root, renders the binary distribution into a runnable state. | It consists in shipping the binary distribution with a "./bin/.install" script that, once executed as a standard installation user, or root, renders the binary distribution into a runnable state. | ||
nort assumes the binary distributions it handles follow the pattern and attempts to run the installation logic as part of its [[ | nort assumes the binary distributions it handles follow the pattern and attempts to run the installation logic as part of its [[nort Concepts#The_Install_Sequence|install sequence]]. |
Revision as of 21:11, 26 November 2016
Internal
Overview
This pattern offers a standard installation procedure for binary distributions.
It consists in shipping the binary distribution with a "./bin/.install" script that, once executed as a standard installation user, or root, renders the binary distribution into a runnable state.
nort assumes the binary distributions it handles follow the pattern and attempts to run the installation logic as part of its install sequence.