[arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Ciprian Dorin, Craciun
Hello all!

During my installation trials for ArchLinux 2009.02, I've stumbled
upon some issues that I describe below.

First one (the most minor and insignificant one), is that when you
login as root in the installation system, it says as MOTD that you
should read the documentation found in /arch/some-file-name, when in
fact the file is in /arch/docs/some-file-name. Anyway.

   The second problem is a little bit more tricky... I want to install
ArchLinux under a domU Xen virtual machine. So the only method
(without using HVM) is to boot from the USB disk image, and try to
perform the installation over serial the console. The problem is that
by default ArchLinux does not include ttyS0 in inittab or in
securetty, so I have to manually mount the disk as loopback, end edit
the files appropriately...
Thus my feature request is: could you include in the default
install images also the ttyS0 and ttyS1 as usable terminals?

Thanks,
Ciprian.


Re: [arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Daenyth Blank
On Wed, Sep 16, 2009 at 10:23, Ciprian Dorin, Craciun
ciprian.crac...@gmail.com wrote:
    Hello all!

    During my installation trials for ArchLinux 2009.02, I've stumbled
 upon some issues that I describe below.

Please file bugs at http://bugs.archlinux.org (Release Engineering project)


Re: [arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Roman Kyrylych
On Wed, Sep 16, 2009 at 17:23, Ciprian Dorin, Craciun
ciprian.crac...@gmail.com wrote:
 The problem is that
 by default ArchLinux does not include ttyS0 in inittab or in
 securetty, so I have to manually mount the disk as loopback, end edit
 the files appropriately...
    Thus my feature request is: could you include in the default
 install images also the ttyS0 and ttyS1 as usable terminals?

Hm, I think archboot-based install CD had this feature
(at least old bug about it is marked as fixed),
not sure about it now, but archboot ISOs are regularly updated.
Of course it would be nice to have the support in official ISOs,
so please feel a feature requset about it on our bugtracker.

-- 
Roman Kyrylych (Роман Кирилич)


Re: [arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Ciprian Dorin, Craciun
On Thu, Sep 17, 2009 at 12:19 AM, Tom K t...@runbox.com wrote:
 Ciprian Dorin, Craciun wrote:

    Hello all!

    During my installation trials for ArchLinux 2009.02, I've stumbled
 upon some issues that I describe below.


 Why are you using 2009.02? 2009.08 was released last month.

 T.

Sorry. I'm using 2009.08.

But when I've posted on the mailing list I've looked on
www.archlinux.org/download for the current version, and on this page
all the downloads are 2009.02. (I've downloaded the files a few days
ago, and on my computer they are with the name 2009.08.) Any problems
with the site?

I also want to mention that my proposed solution (mounting the
disk as loopback, and editing inittab) does not work, because the disk
contains a squashfs image of the root, so it's practically impossible
to do this... So I've found a workaround: edit the file hooks/archiso
from the initrd to append the lines to the files in real_root, just
after the squashfs images are mounted, and just before giving the
control to init. (Unfortunately it took me half a day to figure out
this hack...)

Ciprian.