The time now is Thu 23 May 2013, 01:39
All times are UTC - 4 |
| Author |
Message |
dougtheslug
Joined: 01 Jun 2005 Posts: 31 Location: Etobicoke , Ontario ,Canada
|
Posted: Sun 07 Aug 2005, 22:29 Post subject:
How do I un-chroot ? |
|
I have puppy linux and damnsmalllinux installed on the same HD .
thanks to your posts I learned how to chroot into another distro from puppy now my question is
how to get out of chroot and into puppy again I tried crtl+D but it did not work
and if I kill the xserver my screen goes black . is there a way to jump from one distro to the other ?.
_________________ Show them how to make their own bread and tomorow the will have their own bakery
|
|
Back to top
|
|
 |
Bancobusto

Joined: 13 Jun 2005 Posts: 168 Location: Vancouver Island
|
Posted: Sun 07 Aug 2005, 22:41 Post subject:
|
|
Doug the Slug, I would tell you, but I don't know exactly. Sorry.
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Mon 08 Aug 2005, 01:18 Post subject:
|
|
Usaully just typing exit at the prompt does the trick and it's always a good idea the umount /proc that's been mounted in the chroot filesystem....tho I'm not too sure if running a xserver in the chroot enviroment is a good idea...Usually it's used for console situations
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6856 Location: Perth, Western Australia
|
Posted: Mon 08 Aug 2005, 02:35 Post subject:
|
|
Yep, as Bladehunter says, just type exit.
I will also echo the same advice, don't run any X apps in the chrooted environment.
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Mon 08 Aug 2005, 04:52 Post subject:
|
|
actually both /dev/pts and /proc should be mounted in the chroot session...then unmounted afterwards
| Code: |
mount proc /proc -t proc
mount devpts /dev/pts -t devpts
|
Certain applications require them for operation
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0389s ][ Queries: 12 (0.0049s) ][ GZIP on ] |