Re: Cloning an installation

2000-07-17 Thread Daniel Free
Just copy the disks. cp -ax / /mnt/ i think its ax anyhow. i should be more certain considering how many times i have done this, you will need to copy partition by partition, eg if you have /home on a different partition you will have to make a seperate partition on the second drive and mount

Re: Cloning an installation

2000-07-17 Thread Arnaud Espanel
On Mon, Jul 17, 2000 at 03:09:19PM -0700, Pascal Martin wrote: > I want to clone the same list of installed software, but the base > installation may differ slightly because the two computers do not > have the same hardware: different disk capacity and video card. They > also will have different I

Re: Cloning an installation

2000-07-17 Thread Ron Rademaker
I guess you want to use dpkg --get-selections and dpkg --set-selections To get the same packages installed on the other do: dpkg --get-selections < file (on the installed machine) copy the file from thatmachine to the new one dpkg --set-selections < file (on the new one) Ron Rademaker On Mon, 1

Re: Cloning an installation

2000-07-17 Thread Pascal Martin
: Pascal Martin To: debian-user@lists.debian.org Sent: Monday, July 17, 2000 2:54 PM Subject: Cloning an installation I have the following problem: I have one fully installed computer, and I want to install a second one the exact same way.   I would like to avoid

Cloning an installation

2000-07-17 Thread Pascal Martin
I have the following problem: I have one fully installed computer, and I want to install a second one the exact same way.   I would like to avoid selecting all the packages manually.   Is any automated way exists ? Something like listing all packages from the existing system and generating a