-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3cf6ce
commit 4cded27
Showing
3 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
linux_install (development notes) | ||
================================= | ||
|
||
## Why only root for install_sys.sh? | ||
|
||
Due to user permissions limitations, even with utilities like `proot` and `fakeroot`, it is not possible to use `install_sys.sh` without root permissions. | ||
|
||
More detailed limitations: | ||
|
||
* Alpine package manager (apk) uses mount functions (works only for real root) when installing to non-root location. | ||
* Proot does not correctly support recursive mounts, so it is not possible to use for arch-like installations (pacman). | ||
* Other was not tested - no motivation for it. | ||
|
||
## Why there are no trap functions? | ||
|
||
Original creator does not want to use them due its hard-to-control nature. Perhaps they will be used. | ||
|
||
## Too unstable | ||
|
||
Issues are always opened. Author simply forgets about possible abnormal situations. | ||
|
||
## Why it supports only 5 distributions? | ||
|
||
Most distributions are either deb-based or rpm-based. First type is released, second is WIP. | ||
There are 3 additional original distributions supported too. | ||
Deb-based distributions supported, see `astralinux` install implementation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.3 | ||
0.6.4 |