FS#13046 - Shell output of installer in vc7, not vc5
Attached to Project:
Release Engineering
Opened by Marcel Korpel (Marcel-) - Friday, 30 January 2009, 12:19 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Saturday, 14 February 2009, 13:02 GMT
Opened by Marcel Korpel (Marcel-) - Friday, 30 January 2009, 12:19 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Saturday, 14 February 2009, 13:02 GMT
|
Details
The official installation guide says in section
http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide#Running_Setup
(as well as in the text version on installation media):
"Virtual consoles 1-6 are active in the live environment. At any point in the install process, you can switch to your 5th virtual console (ALT-F5) to view the shell output from installer script." This should be the 7th virtual console (ALT-F7). |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Saturday, 14 February 2009, 13:02 GMT
Reason for closing: Fixed
Saturday, 14 February 2009, 13:02 GMT
Reason for closing: Fixed
feel free to update it.
Dieter
I was to quick and forgot that indeed, the txt docs in /arch are part of archlinux-installer. So we will update them
Like http://wikirenderer.berlios.de (sorry, I don't understand French, but Dieter should ;)
The last "awk" removes the wiki junk from the bottom. Could also be done with something like:
REMOVE_LINES=10
$ links -dump http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide | sed 's/\[edit\]/###/g' | head -n-$REMOVE_LINES
But I'm not that stupid, my error messages *are* in vc7. Can someone confirm this is true for 2009.01-beta?
I think the official installation guide should move to the developer wiki when its completed.
If its maintained in git, it can be updated before each release. As long as changes are not that major..
I will try to refactor it a bit.
PS. I think i accidentaly commited some stuff in the master branch while playing around with git. :/
mainly to in order to update the installation guide as a first step. This BR if fixed locally, i will push the changes later.
You can see this in the source code.
-> http://projects.archlinux.org/?p=installer.git;a=blob_plain;f=setup;hb=HEAD
-> http://projects.archlinux.org/?p=aif.git;a=blob;f=src/aif.sh
This might be changed only after the 2008.06, which could be the release SanskritFritz is talking about. How can we contact him? Should I edit his "talk" page?
Grigorios, I don't understand. You sure http://projects.archlinux.org/?p=installer.git;a=blob;f=arch-install-guide.txt;h=7fceafb06e4e101d0c105a90c1f952d5cc1d0d97;hb=HEAD is more maintained? I thought these files were generated from the wiki? it doesn't make sense to me to maintain both a wikipage and a text version by hand if you can generate one from the other.
I read some parts of the wiki page, and i get the feeling that if you leave the wiki page there its gonna become the same as the beginners guide.
That page was never really maintained, the installation guide available from archlinux.org was in text & at some point in October 2007
i submitted the exact same text on the wiki cause IIRC the site already linked to it rather than the text it did before.
http://wiki.archlinux.org/index.php?title=Official_Arch_Linux_Install_Guide&diff=31138&oldid=31137
So at some point the 2 guides were identical.
I didnt bother to check the wiki additions much, i see Misfit has added a lot of stuff among other people.
But from what i can see: The wiki page has referrences to 2007.08 ISO, as if someone cares what that ISO looked like.
Also it says the following: "Packages are divided into 4 categories: BASE, SUPPORT, DEVEL and LIB." Come again? I dont even remember when that was. The guide included in installer.git doesnt have those.
Judging by those two entries i consider it horribly outdated, like i said above.
I think that the Official installer guide, is a better place to start working. Its more clear and updated. Its also already in git. Additionally if parts of the wiki page are considered worthwhile,
they could always be added to the Official Guide.
The question maintaining 2 guides would make more sense regarding Begginers Guide VS. Official Installation Guide as the Begginers Guide already contains the latter...
But this is the first time this has come up in a while..