On Wed, May 18, 2011 at 12:10 PM, Patrick Matthäi <pmatth...@debian.org> wrote:
> Am 18.05.2011 18:59, schrieb Carl Karsten:
>> I am not up on debian names - here is lenny and squeze:
>>
>> http://people.debian.org/~aurel32/qemu/i386/
>>
>> and a script I use to get it, run qemu, setup ssh and stuff.  might
>> save you more time than it takes to figure out what it does :)
>>
>> https://gitorious.org/vms/vms/blobs/master/run.sh
>
> It may not be reproduceable with Squeeze, so you have to install Squeeze
> and then upgrade it to Debian testing or unstable.

I am going to give this a shot to see if it works as promised. I'll
report in a few hours.

man debootstrap:

            main # cd / ; mkdir /sid-root
            main # debootstrap sid /sid-root http://ftp.us.debian.org/debian/
            [ ... watch it download the whole system ]
            main # echo "proc /sid-root/proc proc defaults 0 0" >> /etc/fstab
            main # mount proc /sid-root/proc -t proc
            main # echo "sysfs /sid-root/sys sysfs defaults 0 0" >> /etc/fstab
            main # mount sysfs /sid-root/sys -t sysfs
            main # cp /etc/hosts /sid-root/etc/hosts
            main # chroot /sid-root /bin/bash
            chroot # dselect
            [ you may use aptitude, install mc and vim ... ]
             main # echo "8:23:respawn:/usr/sbin/chroot /sid-root " \
                    "/sbin/getty 38400 tty8"  >> /etc/inittab
            [ define a login tty that will use this system ]
             main # init q
            [ reload init ]


-- 
Carl K



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to