Hi guys,

a few simple steps to have Devuan-pre-alpha-valentine installed and
running on qemu:

0)# wget 
"http://mirror.debianfork.org/devuan-jessie-i386-xfce-prealpha-valentine.iso";

1)$ apt-get install qemu-kvm 

2)$ qemu-img create devuan_disk 5G 
    (creates a 5G qemu disk image for devuan)

3)$ qemu-system-x86_64 -cdrom devuan-jessie-i386-xfce-prealpha-valentine.iso 
-hda devuan_disk -boot d -net nic -net user -m 256 -localtime & 
    (installs Devuan on the qemu disk image)

4)$ qemu-system-x86_64  -hda devuan_disk -boot c -net nic -net user -m 256 
-localtime &
    (boots the system)

Just two words: IT WORKS :)

HH

KatolaZ

-- 
[ Enzo Nicosia aka KatolaZ --- GLUG Catania -- Freaknet Medialab ]
[ me [at] katolaz.homeunix.net -- http://katolaz.homeunix.net -- ]
[ GNU/Linux User:#325780/ICQ UIN: #258332181/GPG key ID 0B5F062F ]
[ Fingerprint: 8E59 D6AA 445E FDB4 A153 3D5A 5F20 B3AE 0B5F 062F ]
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to