Re: [dev] [question] gobo linux filesystem hierarchy

2017-07-05 Thread Anselm R Garbe
On 5 July 2017 at 11:37, Kamil Cholewiński wrote: > Package managers, or self-contained apps, they solve all of these > problems once and for everyone. 'make whatever' has to solve each corner > case again and again. Or in other words, executable code makes for a > very poor metadata format. It d

Re: [dev] [question] gobo linux filesystem hierarchy

2017-07-05 Thread Kamil Cholewiński
'make uninstall' might work if the software is sane and well-written, and if the operator is careful. But how do you handle upgrades? 'make uninstall' the old version, then 'make install' the new stuff? What if it's some critical piece, like base utils or the shell, and something goes wrong in bet

Re: [dev] [question] gobo linux filesystem hierarchy

2017-07-04 Thread Anselm R Garbe
Hi Kajetan, On 4 July 2017 at 14:23, Kajetan Jasztal wrote: > What do you think can be the downsides of filesystem hierarchy of > Gobo Linux[0]? STALI[1] was attempting to modify default hierarchy > after all. I personaly think it's clear, evident (only problem I have > is hiding symlinks in /) a

Re: [dev] [question] gobo linux filesystem hierarchy

2017-07-04 Thread Rendov Norra
I use a modified version of the Gobo hierarchy (pretty much just keeping programs in /Programs and symlinking them to root), and I think it's a definite improvement on using a package manager or installing to root. It's stupid simple to set up, the shell script I use to symlinking everything is ~20

Re: [dev] [question] gobo linux filesystem hierarchy

2017-07-04 Thread hiro
check tinycorelinux symlinks to squashfs mounts in /tmp/tcloop/package/ hierarchy.

Re: [dev] [question] gobo linux filesystem hierarchy

2017-07-04 Thread Cág
Kajetan Jasztal wrote: > What do you think can be the downsides of filesystem hierarchy of > Gobo Linux[0]? STALI[1] was attempting to modify default hierarchy > after all. I personaly think it's clear, evident (only problem I have > is hiding symlinks in /) and elegant. It's in a way compatible w

Re: [dev] [question] gobo linux filesystem hierarchy

2017-07-04 Thread sylvain . bertrand
On Tue, Jul 04, 2017 at 02:23:54PM +0200, Kajetan Jasztal wrote: > Hi there, > > What do you think can be the downsides of filesystem hierarchy of > Gobo Linux[0]? STALI[1] was attempting to modify default hierarchy > after all. I personaly think it's clear, evident (only problem I have > is hidin

[dev] [question] gobo linux filesystem hierarchy

2017-07-04 Thread Kajetan Jasztal
Hi there, What do you think can be the downsides of filesystem hierarchy of Gobo Linux[0]? STALI[1] was attempting to modify default hierarchy after all. I personaly think it's clear, evident (only problem I have is hiding symlinks in /) and elegant. It's in a way compatible with Unixes by symlink