<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/feed.php">
        <title>Wiki Enseignement - qemunet:install</title>
        <description></description>
        <link>https://aurelien-esnard.emi.u-bordeaux.fr/teaching/</link>
        <image rdf:resource="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-30T11:08:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:alpine&amp;rev=1710774363&amp;do=diff"/>
                <rdf:li rdf:resource="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:debian&amp;rev=1710774363&amp;do=diff"/>
                <rdf:li rdf:resource="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:deboostrap&amp;rev=1710774363&amp;do=diff"/>
                <rdf:li rdf:resource="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:tinycore&amp;rev=1710774363&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Wiki Enseignement</title>
        <link>https://aurelien-esnard.emi.u-bordeaux.fr/teaching/</link>
        <url>https://aurelien-esnard.emi.u-bordeaux.fr/teaching/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:alpine&amp;rev=1710774363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-18T15:06:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>alpine</title>
        <link>https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:alpine&amp;rev=1710774363&amp;do=diff</link>
        <description>Alpine

Download

$ wget http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-standard-3.7.0-x86_64.iso
Install Alpine

Create a raw disk image and boot the VM...
$ qemu-img create alpine.img 2G
$ qemu-system-x86_64 -enable-kvm -hda alpine.img -cdrom alpine-standard*.iso -boot d -m 512</description>
    </item>
    <item rdf:about="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:debian&amp;rev=1710774363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-18T15:06:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>debian</title>
        <link>https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:debian&amp;rev=1710774363&amp;do=diff</link>
        <description>How to install a Debian Linux System for QemuNet?

QemuNet uses standard QEMU disk file in raw format. So you can follow any tutorial available for QEMU. Here is a simple example on how to install a debian8 system for QEMU. 

Build a Standard QEMU Image</description>
    </item>
    <item rdf:about="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:deboostrap&amp;rev=1710774363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-18T15:06:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>deboostrap</title>
        <link>https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:deboostrap&amp;rev=1710774363&amp;do=diff</link>
        <description>Debootstrap

This section need to be updated...

An alternative solution is to build your own Linux Debian System thanks to the script qemu-debian-create-image.sh located in debootstrap subdirectory. For instance, the minbase system provided with QemuNet</description>
    </item>
    <item rdf:about="https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:tinycore&amp;rev=1710774363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-18T15:06:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tinycore</title>
        <link>https://aurelien-esnard.emi.u-bordeaux.fr/teaching/doku.php?id=qemunet:install:tinycore&amp;rev=1710774363&amp;do=diff</link>
        <description>How to install a TinyCore Linux System for QemuNet?

TinyCore (&lt;http://tinycorelinux.net&gt;) is a unique and minimalist distribution of the Linux operating system and tools. It is very small, just 10MB for the Core base system!


# download iso 
wget http://tinycorelinux.net/7.x/x86/release/Core-current.iso

# create a disk image for your VM (100M)
qemu-img create core.img 100M

# boot system from cdrom
qemu-system-x86_64 -enable-kvm -hda core.img -cdrom Core-current.iso -boot d -m 256</description>
    </item>
</rdf:RDF>
