Mailinglist Archive: opensuse-factory (175 mails)
| < Previous | Next > |
Re: [opensuse-factory] chrooted factory question
- From: Volker Kuhlmann <list0570@xxxxxxxxxxxxxxx>
- Date: Tue, 22 Jul 2008 21:12:05 +1200
- Message-id: <20080722091205.GA3137@xxxxxxxxxxxxxxx>
On Tue 22 Jul 2008 18:23:39 NZST +1200, Peter Czanik wrote:
[chroot to mounted factory filesystem]
I do this all the time too.
Yes. Your other problem is that the chroot subshell is not a login
shell, so doesn't get properly initialised. Force it with
chroot /... /bin/bash --login
Volker
--
Volker Kuhlmann is list0570 with the domain in header
http://volker.dnsalias.net/ Please do not CC list postings to me.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
[chroot to mounted factory filesystem]
I do this all the time too.
czanik@bigone:~> export PS1='$(ppwd \l)\u@unstable:\w> '
Yes. Your other problem is that the chroot subshell is not a login
shell, so doesn't get properly initialised. Force it with
chroot /... /bin/bash --login
Volker
--
Volker Kuhlmann is list0570 with the domain in header
http://volker.dnsalias.net/ Please do not CC list postings to me.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |