Gentoo Archives: gentoo-user

From: "Ста Деюс" <sthu.deus@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why bash script, that works in "Debian", does not work on "Gentoo" install CD?
Date: Fri, 28 Jul 2017 17:26:07
Message-Id: 20170728172411.9DBBE4E86D5@mail.openmailbox.org
In Reply to: Re: [gentoo-user] Why bash script, that works in "Debian", does not work on "Gentoo" install CD? by Peter Humphrey
1 >> Why bash script (the install script), that works in "Debian", does
2 >> not
3 >> work on "Gentoo" install CD, giving me syntax errors (basically
4 >> related to '(', ')' and ''')? In the script is the interpreter line
5 >>
6 >> #!/bin/bash
7
8 > You say that line appears in both scripts, but is it the first line?
9 > Unaccompanied and not preceded by anything?
10
11 Yes, it is just a copy from "Debian".
12
13 >> PS Why no semi/full -automatic install script/package in "Gentoo"?
14
15 > It doesn't work that way. Gentoo is all about choice, and that
16 > includes
17 > choice of what is installed, and where and when. You have to make
18 > those
19 > choices. Even choosing what sort of system is installed (multi-lib,
20 > hardened, synchronised via git or rsync, ...). All in the name of
21 > flexibility and doing one's own thing.
22
23 All those choices could be handled while auto install process -- just
24 as other distro-s do, only with that exception, that the chosen
25 packages are compiled first and only then get installed. At least, the
26 "base" profile (just working kernel, package manager, network) would
27 fit to get automatically installed "Gentoo" system leaving all the
28 spectrum of choices behind installation process. -- I do not think it
29 is wise to spend hours just to configure system before compilation
30 process itself, reading all the time manual, even let be the
31 truncated page of that manual. Computers are all about automation, and
32 trivial process regarding its working should be automated. The best
33 approach would be checklists of checklists -- similar to kernel's
34 configuration, that once chosen, gets compiling, installing -- all
35 automatically. There even sets like all is included -- to bother not
36 for the unconcerned.
37
38 But something tells me the reason of absence of the installer are
39 much deeper.
40
41 Sthu.

Replies