Author Topic: GoboLinux  (Read 3806 times)

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
GoboLinux
« on: November 09, 2006, 05:58:44 am »
Stupid shit or just different?

See for yourself: GoboLinux Home Page
Or: At a glance

Apparently it's a distro that uses different directories in the root filesystem, like for example:

Code: [Select]
/
/Programs
/Users
/System
/Files
/Mount
/Depot


Instead of(on a fresh install of Ubuntu 6.10):
Code: [Select]
/
/bin
/debootstrap
/home
/media
/proc
/srv
/usr
/boot
/dev
/initrd
/lib
/mnt
/root
/sys
/var
/cdrom
/etc
/lost+found
/opt
/sbin
/tmp


Dumb? Or just weird? If they cleaned up their packaging system(or used apt, or some other reputable package manager), do you think it would help people switch because of how simple the root is?

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
GoboLinux
« Reply #1 on: November 09, 2006, 11:08:16 pm »
For people who are just switching, the root is irelivent.
For people who want to fiddle with stuff etc it will be very annoying
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Exclamation

  • Posts: 37
  • Turrets: +7/-1
GoboLinux
« Reply #2 on: November 10, 2006, 04:15:17 am »
I remember were we talking about this the other day.

To linux users the root filesystem layout is what it is. They know where everything is and how its structured. Its how its been forever.

For new users it may help them understand where stuff is installed since they like to reference everything back to windows.

In terms of switching, like i said it may help new users but if you look at it from the other side, it might just be better for them to get used to the regular system because its basicly the standard for all distros. For example if a new user starting using Gobolinux then decides to try another distro, they might be lost.

Either way, package management is the key and Gobolinux's way doesn't sound very good. Dependency management is very important.

Seafoideach

  • Posts: 85
  • Turrets: +0/-0
GoboLinux
« Reply #3 on: November 10, 2006, 12:52:41 pm »
Another possible problem with it is software installation. How much tweaking would things need to work (if you're compiling or whatever)? Even if it's an extra thing in the command for installing, it still makes things worse for new users. Instead of doing

./compile
make
make install

or whatever (as most instuctions say), they'd have to do something more like

./compile
make
make install -different_file_path_thing



Time for me to go to bed.
nything I do or say is probably extremely stupid, and likely to cause me embarrasment in the future.

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: GoboLinux
« Reply #4 on: November 13, 2006, 01:38:19 am »
Code: [Select]
/
/Programs
/Users
/System
/Files
/Mount
/Depot

OBJECTION!