Install Vector Linux in a mounted directory, run from Puppy

Under development: PCMCIA, wireless, etc.
Locked
Message
Author
doopdoop

Install Vector Linux in a mounted directory, run from Puppy

#1 Post by doopdoop »

So, for those who are just to lazy to dual boot or just don't want to fiddle with the partition table, here is howto run a Vector Linux environment from within Puppy.

Download the Vector Linux iso, if you haven't done it yet, or use an install cd, and mount it somewhere
E.g. for the iso

Code: Select all

mount -o loop VL-5.1-std.iso /mnt/linux2


Create a directory where you have enough
room (about 1GB) for the installation and extract the system (thank $DEITY_OF_YOUR_CHOICE for Slackware)[

Code: Select all

mkdir /mnt/home/vector
cd /mnt/home/vector
tar xvjf /mnt/linux2/veclinux/veclinux.bz2
tar xvjf /mnt/linux2/veclinux/vlconfig.bz2
Finally:
let's become Vector

Code: Select all

chroot /mnt/home/vector
Compiling and running apps should work now, but if you want network, you may need to run netconfig and then perhaps dhcpd.

Guest

#2 Post by Guest »

Here is a snapshort of smc, the Super Mario Clone, after installing it with slapt-gui.
Attachments
mario.png
(62.54 KiB) Downloaded 1470 times

doopdoop

#3 Post by doopdoop »

Of course, this works also with existing Vector Linux installations, just mount the root partition, if not already done, and than "chroot" to that directory it is mounted on.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#4 Post by BarryK »

doopdoop,
Yep, probably many people are not familiar with the marvelous "chroot"!

I have Mandrake 9.2 and Vector 5.0STD installed, and chroot into one
of them for compiling.

User avatar
klhrevolutionist
Posts: 1121
Joined: Wed 08 Jun 2005, 10:09

I say

#5 Post by klhrevolutionist »

So you can do this with any install cd and or live??
maybe if you don't mind be more end user in doing your instructions
because I myself can't understand the ones you posted
and if I can't do it I doubt any other enduser could,
but it would be a very interesting learning experience
and I would appreciate it doopdoop
or anybody else interested
oh yeah new release of vector linux out today my download stopped
with 2min left errrr
Heaven is on the way, until then let's get the truth out!

doopdoop

#6 Post by doopdoop »

OK, I will extend this one to be used by more unexperienced linuxers and put in the HOWTO section. Ithought this idea was missing in the original instructions by Barry on installing Vector Linux as a development environment, so I wrote it for the more experienced in mind who just want a hassle free way to install and try out a new distribution just as a breeding house for a new puppet. chroot is something which you usually discover quite late in your neverending way to enlightment.

doopdoop

#7 Post by doopdoop »

Admin, close this thread, i have made a newer version in the howto section (hopefully newbie friendly).

Locked