diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-discuss/20101009 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-discuss/20101009')
18 files changed, 1569 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20101009/002293.html b/zarb-ml/mageia-discuss/20101009/002293.html new file mode 100644 index 000000000..23934ddae --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002293.html @@ -0,0 +1,169 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Wish List + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Wish%20List&In-Reply-To=%3C4CB05AFD.6090609%40o2.co.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="002294.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Wish List</H1> + <B>doug</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Wish%20List&In-Reply-To=%3C4CB05AFD.6090609%40o2.co.uk%3E" + TITLE="[Mageia-discuss] Wish List">dougrb at o2.co.uk + </A><BR> + <I>Sat Oct 9 14:07:25 CEST 2010</I> + <P><UL> + + <LI>Next message: <A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2293">[ date ]</a> + <a href="thread.html#2293">[ thread ]</a> + <a href="subject.html#2293">[ subject ]</a> + <a href="author.html#2293">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 08/10/10 19:30, Marc Paré wrote: +><i> +</I>>><i> <Apologies - I've lost your post about the kernel not +</I>>><i> recognising your +</I>>><i> dongle; and please forgive me if this is already known to +</I>>><i> you> +</I>>><i> +</I>>><i> My dongle wasn't recognised as such by the MDV 2009.1 +</I>>><i> kernel either. +</I>>><i> I had to install +</I>>><i> lsusb +</I>>><i> usb-storage +</I>>><i> usbserial. +</I>>><i> usb-modeswitch (from rpmfind.net) +</I>>><i> wvdial +</I>>><i> (kppp I had already installed). +</I>>><i> +</I>>><i> As far as I know usb-modeswitch isn't dongle-specific. +</I>>><i> +</I>>><i> However it was essential to attach the dongle BEFORE +</I>>><i> booting up for the +</I>>><i> mode switch to take place, otherwise it was just +</I>>><i> recognised as a simple +</I>>><i> memory stick. +</I>>><i> Then +</I>>><i> ls -alrt /dev/ttyUSB* showed +</I>>><i> /dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2 /dev/ttyUSB3 +</I>>><i> +</I>>><i> After that there were some configuration steps to carry out. +</I>>><i> +</I>>><i> Doug +</I>>><i> +</I>>><i> +</I>>><i> +</I>><i> +</I>><i> Thanks! I'll give it a try this weekend. It would be awesome +</I>><i> if this worked out. +</I>><i> +</I>><i> Marc +</I>><i> +</I>><i> +</I>FYI. These are the details from the crib sheet I used to set +it up: + +<quote> +as root, run lsusb: +Bus 003 Device 005: ID 19d2:0002 ONDA Communication S.p.A. +ET502HS/MT505UP ZTE MF632 + +as root, run 'wvdialconf' to create /etc/wvdial.conf, then +edit wvdial.conf to the following: + +[Dialer Defaults] +Modem = /dev/ttyUSB1 +Baud = 921600 +Init1 = ATZ +Init2 = AT+CGDCONT=1,"IP","ibox.tim.it",,0,0 +ISDN = 0 +Modem Type = Analog Modem +Carrier Check = No +Phone = *99# +Username = abcd +Password = 1234 + + +(valid configuration for Alice Mobile: For other operators +vary the initialization string that contains the Init2 APN - +I can't help here) + +To connect to the internet +run 'wvdial' as root + +OR preferably alter 'sudoers' file: + run 'visudo ' +Add line +"dougb hplaptop = NOPASSWD /usr/bin/wvdial" +and then to connect to the internet +run 'sudo wvdial' +…........................................................................................ +I get the following output: + +--> WvDial: Internet dialer version 1.60 +--> Cannot get information for serial port. +--> Initializing modem. +--> Sending: ATZ +ATZ +OK +--> Sending: AT+CGDCONT=1,"IP","ibox.tim..it",,0,0 +AT+CGDCONT=1,"IP","ibox.tim..it",,0,0 +OK +--> Modem initialized. +--> Sending: ATDT*99# +--> Waiting for carrier. +ATDT*99# +CONNECT +--> Carrier detected. Waiting for prompt. +(There's usually a message saying that it's given up waiting +for a prompt and is going ahead regardless) +then, when the IP addresses are checked, we will .be.. +CONNECTED! + +Finally close with CRTL+C + +<end quote> + + + +(I've now put 'sudo wvdial' in a script and have a Custom +Application in an icon of a Gnome panel that runs it in a +terminal. So it's called by a single mouse click). + +HTH in getting you started. + +Doug + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2293">[ date ]</a> + <a href="thread.html#2293">[ thread ]</a> + <a href="subject.html#2293">[ subject ]</a> + <a href="author.html#2293">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002294.html b/zarb-ml/mageia-discuss/20101009/002294.html new file mode 100644 index 000000000..b391b0714 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002294.html @@ -0,0 +1,63 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB0859A.4050001%40free.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002293.html"> + <LINK REL="Next" HREF="002295.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Adrien Touminet</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB0859A.4050001%40free.fr%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">worldmania at free.fr + </A><BR> + <I>Sat Oct 9 17:09:14 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002293.html">[Mageia-discuss] Wish List +</A></li> + <LI>Next message: <A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2294">[ date ]</a> + <a href="thread.html#2294">[ thread ]</a> + <a href="subject.html#2294">[ subject ]</a> + <a href="author.html#2294">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE> Hello everyone ! + +Is there any plans to make an installer Windows => Mageia (like wubi for +ubuntu) ? Migration would be easier for a newby, so what do you think +about that ? + +cordially +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002293.html">[Mageia-discuss] Wish List +</A></li> + <LI>Next message: <A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2294">[ date ]</a> + <a href="thread.html#2294">[ thread ]</a> + <a href="subject.html#2294">[ subject ]</a> + <a href="author.html#2294">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002295.html b/zarb-ml/mageia-discuss/20101009/002295.html new file mode 100644 index 000000000..eb4cb0f15 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002295.html @@ -0,0 +1,62 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C1286639110.21043.6.camel%40athene%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002294.html"> + <LINK REL="Next" HREF="002296.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>herman</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C1286639110.21043.6.camel%40athene%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">herman at aeronetworks.ca + </A><BR> + <I>Sat Oct 9 17:45:10 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2295">[ date ]</a> + <a href="thread.html#2295">[ thread ]</a> + <a href="subject.html#2295">[ subject ]</a> + <a href="author.html#2295">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sat, 2010-10-09 at 08:09 -0700, Adrien Touminet wrote: +><i> Is there any plans to make an installer Windows => Mageia (like wubi for +</I>><i> ubuntu) ? Migration would be easier for a newby, so what do you think +</I>><i> about that ? +</I>Hmm, I think That is what VMware Player is for. + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2295">[ date ]</a> + <a href="thread.html#2295">[ thread ]</a> + <a href="subject.html#2295">[ subject ]</a> + <a href="author.html#2295">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002296.html b/zarb-ml/mageia-discuss/20101009/002296.html new file mode 100644 index 000000000..bc68541a4 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002296.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3CAANLkTik_ZmrhybDZf7QMCt1p%3DNvDVFJjJzKW4sDgCX6W%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002295.html"> + <LINK REL="Next" HREF="002297.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Dimitrios Glentadakis</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3CAANLkTik_ZmrhybDZf7QMCt1p%3DNvDVFJjJzKW4sDgCX6W%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">dglent at gmail.com + </A><BR> + <I>Sat Oct 9 17:46:27 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2296">[ date ]</a> + <a href="thread.html#2296">[ thread ]</a> + <a href="subject.html#2296">[ subject ]</a> + <a href="author.html#2296">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>My pov for wubi is negative. I ve never tried it but i think if a user +knows how to install windows he is able to install linux too. And wubi +shows the wrong way of Linux. I dont know what do you think about but +i did nt like it since the first day i heard of it. + +-- +Dimitrios Glentadakis + +2010/10/9, Adrien Touminet <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">worldmania at free.fr</A>>: +><i> Hello everyone ! +</I>><i> +</I>><i> Is there any plans to make an installer Windows => Mageia (like wubi for +</I>><i> ubuntu) ? Migration would be easier for a newby, so what do you think +</I>><i> about that ? +</I>><i> +</I>><i> cordially +</I>><i> +</I> + +-- +Dimitrios Glentadakis +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2296">[ date ]</a> + <a href="thread.html#2296">[ thread ]</a> + <a href="subject.html#2296">[ subject ]</a> + <a href="author.html#2296">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002297.html b/zarb-ml/mageia-discuss/20101009/002297.html new file mode 100644 index 000000000..22d20ef4b --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002297.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB08F48.8070506%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002296.html"> + <LINK REL="Next" HREF="002299.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>DjeZAeL</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB08F48.8070506%40gmail.com%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">djezael at gmail.com + </A><BR> + <I>Sat Oct 9 17:50:32 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2297">[ date ]</a> + <a href="thread.html#2297">[ thread ]</a> + <a href="subject.html#2297">[ subject ]</a> + <a href="author.html#2297">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 09/10/2010 17:46, Dimitrios Glentadakis a écrit : +><i> My pov for wubi is negative. I ve never tried it but i think if a user +</I>><i> knows how to install windows he is able to install linux too. And wubi +</I>><i> shows the wrong way of Linux. I dont know what do you think about but +</I>><i> i did nt like it since the first day i heard of it. +</I>><i> +</I>><i> -- +</I>><i> Dimitrios Glentadakis +</I>><i> +</I>><i> 2010/10/9, Adrien Touminet<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">worldmania at free.fr</A>>: +</I>>><i> Hello everyone ! +</I>>><i> +</I>>><i> Is there any plans to make an installer Windows => Mageia (like wubi for +</I>>><i> ubuntu) ? Migration would be easier for a newby, so what do you think +</I>>><i> about that ? +</I>>><i> +</I>>><i> cordially +</I>>><i> +</I>><i> +</I>><i> +</I> +Please avoid top-posting... + + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2297">[ date ]</a> + <a href="thread.html#2297">[ thread ]</a> + <a href="subject.html#2297">[ subject ]</a> + <a href="author.html#2297">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002298.html b/zarb-ml/mageia-discuss/20101009/002298.html new file mode 100644 index 000000000..bbebd57d4 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002298.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB095F6.1080509%40apostrophe.co.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002299.html"> + <LINK REL="Next" HREF="002300.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Robert Wood</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB095F6.1080509%40apostrophe.co.uk%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">robert.wood at apostrophe.co.uk + </A><BR> + <I>Sat Oct 9 18:19:02 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2298">[ date ]</a> + <a href="thread.html#2298">[ thread ]</a> + <a href="subject.html#2298">[ subject ]</a> + <a href="author.html#2298">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> +</I>><i> Please avoid top-posting... +</I>><i> +</I>><i> +</I>><i> +</I>Please avoid putting a whole string of previous emails so you have to +scroll down to the bottom of a long mail before you get to a single line. +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2298">[ date ]</a> + <a href="thread.html#2298">[ thread ]</a> + <a href="subject.html#2298">[ subject ]</a> + <a href="author.html#2298">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002299.html b/zarb-ml/mageia-discuss/20101009/002299.html new file mode 100644 index 000000000..8d112cd3a --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002299.html @@ -0,0 +1,66 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3CAANLkTi%3DQYVQUBUaOMH0KxuyGSgaXXr0q%2BO_hHhS%2B38FF%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002297.html"> + <LINK REL="Next" HREF="002298.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Dimitrios Glentadakis</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3CAANLkTi%3DQYVQUBUaOMH0KxuyGSgaXXr0q%2BO_hHhS%2B38FF%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">dglent at gmail.com + </A><BR> + <I>Sat Oct 9 18:18:28 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2299">[ date ]</a> + <a href="thread.html#2299">[ thread ]</a> + <a href="subject.html#2299">[ subject ]</a> + <a href="author.html#2299">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> +</I>><i> Please avoid top-posting... +</I>><i> +</I>><i> +</I>><i> +</I> +I'm sorry it happened by mistake (i used another client) + + +-- +Dimitrios Glentadakis +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2299">[ date ]</a> + <a href="thread.html#2299">[ thread ]</a> + <a href="subject.html#2299">[ subject ]</a> + <a href="author.html#2299">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002300.html b/zarb-ml/mageia-discuss/20101009/002300.html new file mode 100644 index 000000000..86901b221 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002300.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3Cop.vkbg7jvnct0cxl%40kira-notebook%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002298.html"> + <LINK REL="Next" HREF="002304.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Kira</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3Cop.vkbg7jvnct0cxl%40kira-notebook%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">elegant.pegasus at gmail.com + </A><BR> + <I>Sat Oct 9 18:24:46 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2300">[ date ]</a> + <a href="thread.html#2300">[ thread ]</a> + <a href="subject.html#2300">[ subject ]</a> + <a href="author.html#2300">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>在 Sat, 09 Oct 2010 23:46:27 +0800, Dimitrios Glentadakis +<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dglent at gmail.com</A>>寫道: + +><i> My pov for wubi is negative. I ve never tried it but i think if a user +</I>><i> knows how to install windows he is able to install linux too. And wubi +</I>><i> shows the wrong way of Linux. I dont know what do you think about but +</I>><i> i did nt like it since the first day i heard of it. +</I>><i> +</I>><i> -- +</I>><i> Dimitrios Glentadakis +</I>><i> +</I>No, there's more people using Laptop than Desktop today. + +With laptop, most of the time Windows is already installed on the machine, + +which means something easier to install is needed. + +---- +But not something like wubi...I hope it's something that can transfer the + +exist system into something like virtual machine and can be launch from +grub. + +Currently we still have to install from Live System/Direct Installer, +which is + +still hard and scared to newbie, especially for people used to have +pre-installed + +system on their system. +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2300">[ date ]</a> + <a href="thread.html#2300">[ thread ]</a> + <a href="subject.html#2300">[ subject ]</a> + <a href="author.html#2300">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002301.html b/zarb-ml/mageia-discuss/20101009/002301.html new file mode 100644 index 000000000..c1c011741 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002301.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010090925.03745.thomas%40btspuhler.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002305.html"> + <LINK REL="Next" HREF="002302.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Thomas Spuhler</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010090925.03745.thomas%40btspuhler.com%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">thomas at btspuhler.com + </A><BR> + <I>Sat Oct 9 18:25:03 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2301">[ date ]</a> + <a href="thread.html#2301">[ thread ]</a> + <a href="subject.html#2301">[ subject ]</a> + <a href="author.html#2301">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Saturday, October 09, 2010 08:46:27 am Dimitrios Glentadakis wrote: +><i> My pov for wubi is negative. I ve never tried it but i think if a user +</I>><i> knows how to install windows he is able to install linux too. And wubi +</I>><i> shows the wrong way of Linux. I dont know what do you think about but +</I>><i> i did nt like it since the first day i heard of it. +</I>><i> +</I>><i> -- +</I>><i> Dimitrios Glentadakis +</I>><i> +</I>><i> 2010/10/9, Adrien Touminet <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">worldmania at free.fr</A>>: +</I>><i> > Hello everyone ! +</I>><i> > +</I>><i> > Is there any plans to make an installer Windows => Mageia (like wubi for +</I>><i> > ubuntu) ? Migration would be easier for a newby, so what do you think +</I>><i> > about that ? +</I>><i> > +</I>><i> > cordially +</I>Linux installation on a windows box is very easy at least Mandriva. The +biggest problem if you only have a windows box will be to burn the Mandriva +ISO on a DVD +-- +Thomas +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2301">[ date ]</a> + <a href="thread.html#2301">[ thread ]</a> + <a href="subject.html#2301">[ subject ]</a> + <a href="author.html#2301">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002302.html b/zarb-ml/mageia-discuss/20101009/002302.html new file mode 100644 index 000000000..bac2cb346 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002302.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB09973.8070600%40free.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002301.html"> + <LINK REL="Next" HREF="002303.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Adrien Touminet</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C4CB09973.8070600%40free.fr%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">worldmania at free.fr + </A><BR> + <I>Sat Oct 9 18:33:55 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002303.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2302">[ date ]</a> + <a href="thread.html#2302">[ thread ]</a> + <a href="subject.html#2302">[ subject ]</a> + <a href="author.html#2302">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE> Le 09/10/2010 18:25, Thomas Spuhler a écrit : +><i> On Saturday, October 09, 2010 08:46:27 am Dimitrios Glentadakis wrote: +</I>>><i> My pov for wubi is negative. I ve never tried it but i think if a user +</I>>><i> knows how to install windows he is able to install linux too. And wubi +</I>>><i> shows the wrong way of Linux. I dont know what do you think about but +</I>>><i> i did nt like it since the first day i heard of it. +</I>>><i> +</I>>><i> -- +</I>>><i> Dimitrios Glentadakis +</I>>><i> +</I>>><i> 2010/10/9, Adrien Touminet<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">worldmania at free.fr</A>>: +</I>>>><i> Hello everyone ! +</I>>>><i> +</I>>>><i> Is there any plans to make an installer Windows => Mageia (like wubi for +</I>>>><i> ubuntu) ? Migration would be easier for a newby, so what do you think +</I>>>><i> about that ? +</I>>>><i> +</I>>>><i> cordially +</I>><i> Linux installation on a windows box is very easy at least Mandriva. The +</I>><i> biggest problem if you only have a windows box will be to burn the Mandriva +</I>><i> ISO on a DVD +</I> + +yes it's the idea, a lot of people don't know how burn a iso. I say wub +for exemple because i know some people who use it and few month ago +switch completly to linux so we like it or not but i think it is useful +to propose it. +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002303.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2302">[ date ]</a> + <a href="thread.html#2302">[ thread ]</a> + <a href="subject.html#2302">[ subject ]</a> + <a href="author.html#2302">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002303.html b/zarb-ml/mageia-discuss/20101009/002303.html new file mode 100644 index 000000000..d18a0287b --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002303.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010091501.41787.renaud%40olgiati-in-paraguay.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002302.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Renaud (Ron) OLGIATI</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010091501.41787.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Sat Oct 9 20:01:41 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#2303">[ date ]</a> + <a href="thread.html#2303">[ thread ]</a> + <a href="subject.html#2303">[ subject ]</a> + <a href="author.html#2303">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Saturday 09 October 2010, my mailbox was graced by a missive + from Dimitrios Glentadakis <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dglent at gmail.com</A>> who wrote: + +><i> > Is there any plans to make an installer Windows => Mageia (like wubi for +</I>><i> > ubuntu) ? Migration would be easier for a newby, so what do you think +</I>><i> > about that ? +</I> +><i> My pov for wubi is negative. I ve never tried it but i think if a user +</I>><i> knows how to install windows he is able to install linux too. And wubi +</I>><i> shows the wrong way of Linux. I dont know what do you think about but +</I>><i> i did nt like it since the first day i heard of it. +</I> +Better offer a liveCD, with an installer icon on the desktop a la Mandriva. + +Cheers, + +Ron. +-- + Fortunate is he for whom the belle toils. + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#2303">[ date ]</a> + <a href="thread.html#2303">[ thread ]</a> + <a href="subject.html#2303">[ subject ]</a> + <a href="author.html#2303">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002304.html b/zarb-ml/mageia-discuss/20101009/002304.html new file mode 100644 index 000000000..f39d5c8f5 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002304.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010092016.00856.r.h.michel%2Bmageia%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002300.html"> + <LINK REL="Next" HREF="002305.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Renaud MICHEL</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010092016.00856.r.h.michel%2Bmageia%40gmail.com%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">r.h.michel+mageia at gmail.com + </A><BR> + <I>Sat Oct 9 20:16:00 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2304">[ date ]</a> + <a href="thread.html#2304">[ thread ]</a> + <a href="subject.html#2304">[ subject ]</a> + <a href="author.html#2304">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On samedi 09 octobre 2010 at 18:24, Kira wrote : +><i> No, there's more people using Laptop than Desktop today. +</I>><i> +</I>><i> With laptop, most of the time Windows is already installed on the +</I>><i> machine, +</I> +Well, windows is pre-installed on most desktop too anyway, and has been for +more than a decade. + +><i> which means something easier to install is needed. +</I>><i> +</I>><i> ---- +</I>><i> But not something like wubi...I hope it's something that can transfer the +</I>><i> exist system into something like virtual machine and can be launch from +</I>><i> grub. +</I>><i> +</I>><i> Currently we still have to install from Live System/Direct Installer, +</I>><i> which is still hard and scared to newbie, especially for people used to +</I>><i> have pre-installed system on their system. +</I> +The install of most major distributions (excluding at least debian, I +haven't tested all) is already pretty easy, if it is still to complicated +(or scary) for some people (and I agree that many people may be scared, +although I believe most would be able to handle it) then they should not do +it alone. + +That's what LUGs and install parties are for, help people with the (more +complicated) first step. + +The install of a full OS is not as easy as installing a normal program (or +even installing some system component for your actual OS) and should not be +presented as such, as there is at least the partitioning which is a risky +operation. (what would happen if the user decide he wants to stop the +install while shrinking his partition?) + +-- +Renaud Michel +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2304">[ date ]</a> + <a href="thread.html#2304">[ thread ]</a> + <a href="subject.html#2304">[ subject ]</a> + <a href="author.html#2304">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/002305.html b/zarb-ml/mageia-discuss/20101009/002305.html new file mode 100644 index 000000000..57ddb923f --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/002305.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Install Mageia from Windows + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010091126.34069.thomas%40btspuhler.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002304.html"> + <LINK REL="Next" HREF="002301.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Install Mageia from Windows</H1> + <B>Thomas Spuhler</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Install%20Mageia%20from%20Windows&In-Reply-To=%3C201010091126.34069.thomas%40btspuhler.com%3E" + TITLE="[Mageia-discuss] Install Mageia from Windows">thomas at btspuhler.com + </A><BR> + <I>Sat Oct 9 20:26:33 CEST 2010</I> + <P><UL> + <LI>Previous message: <A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2305">[ date ]</a> + <a href="thread.html#2305">[ thread ]</a> + <a href="subject.html#2305">[ subject ]</a> + <a href="author.html#2305">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Saturday, October 09, 2010 11:16:00 am Renaud MICHEL wrote: +><i> On samedi 09 octobre 2010 at 18:24, Kira wrote : +</I>><i> > No, there's more people using Laptop than Desktop today. +</I>><i> > +</I>><i> > With laptop, most of the time Windows is already installed on the +</I>><i> > machine, +</I>><i> +</I>><i> Well, windows is pre-installed on most desktop too anyway, and has been for +</I>><i> more than a decade. +</I>><i> +</I>><i> > which means something easier to install is needed. +</I>><i> > +</I>><i> > ---- +</I>><i> > But not something like wubi...I hope it's something that can transfer the +</I>><i> > exist system into something like virtual machine and can be launch from +</I>><i> > grub. +</I>><i> > +</I>><i> > Currently we still have to install from Live System/Direct Installer, +</I>><i> > which is still hard and scared to newbie, especially for people used to +</I>><i> > have pre-installed system on their system. +</I>><i> +</I>><i> The install of most major distributions (excluding at least debian, I +</I>><i> haven't tested all) is already pretty easy, if it is still to complicated +</I>><i> (or scary) for some people (and I agree that many people may be scared, +</I>><i> although I believe most would be able to handle it) then they should not do +</I>><i> it alone. +</I>><i> +</I>><i> That's what LUGs and install parties are for, help people with the (more +</I>><i> complicated) first step. +</I>><i> +</I>><i> The install of a full OS is not as easy as installing a normal program (or +</I>><i> even installing some system component for your actual OS) and should not be +</I>><i> presented as such, as there is at least the partitioning which is a risky +</I>><i> operation. (what would happen if the user decide he wants to stop the +</I>><i> install while shrinking his partition?) +</I>+1 +-- +Thomas +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI>Next message: <A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2305">[ date ]</a> + <a href="thread.html#2305">[ thread ]</a> + <a href="subject.html#2305">[ subject ]</a> + <a href="author.html#2305">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20101009/author.html b/zarb-ml/mageia-discuss/20101009/author.html new file mode 100644 index 000000000..c5bf978d1 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/author.html @@ -0,0 +1,112 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 9 October 2010 Archive by author</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>9 October 2010 Archives by author</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Sat Oct 9 14:07:25 CEST 2010</i><br> + <b>Ending:</b> <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Messages:</b> 13<p> + <ul> + +<LI><A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2297"> </A> +<I>DjeZAeL +</I> + +<LI><A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2296"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2299"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2300"> </A> +<I>Kira +</I> + +<LI><A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2304"> </A> +<I>Renaud MICHEL +</I> + +<LI><A HREF="002303.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2303"> </A> +<I>Renaud (Ron) OLGIATI +</I> + +<LI><A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2301"> </A> +<I>Thomas Spuhler +</I> + +<LI><A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2305"> </A> +<I>Thomas Spuhler +</I> + +<LI><A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2294"> </A> +<I>Adrien Touminet +</I> + +<LI><A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2302"> </A> +<I>Adrien Touminet +</I> + +<LI><A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2298"> </A> +<I>Robert Wood +</I> + +<LI><A HREF="002293.html">[Mageia-discuss] Wish List +</A><A NAME="2293"> </A> +<I>doug +</I> + +<LI><A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2295"> </A> +<I>herman +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Archived on:</b> <i>Sat Oct 9 20:26:59 CEST 2010</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/20101009/date.html b/zarb-ml/mageia-discuss/20101009/date.html new file mode 100644 index 000000000..43f9a872c --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/date.html @@ -0,0 +1,112 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 9 October 2010 Archive by date</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>9 October 2010 Archives by date</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Sat Oct 9 14:07:25 CEST 2010</i><br> + <b>Ending:</b> <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Messages:</b> 13<p> + <ul> + +<LI><A HREF="002293.html">[Mageia-discuss] Wish List +</A><A NAME="2293"> </A> +<I>doug +</I> + +<LI><A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2294"> </A> +<I>Adrien Touminet +</I> + +<LI><A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2295"> </A> +<I>herman +</I> + +<LI><A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2296"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2297"> </A> +<I>DjeZAeL +</I> + +<LI><A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2299"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2298"> </A> +<I>Robert Wood +</I> + +<LI><A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2300"> </A> +<I>Kira +</I> + +<LI><A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2301"> </A> +<I>Thomas Spuhler +</I> + +<LI><A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2302"> </A> +<I>Adrien Touminet +</I> + +<LI><A HREF="002303.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2303"> </A> +<I>Renaud (Ron) OLGIATI +</I> + +<LI><A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2304"> </A> +<I>Renaud MICHEL +</I> + +<LI><A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2305"> </A> +<I>Thomas Spuhler +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Archived on:</b> <i>Sat Oct 9 20:26:59 CEST 2010</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/20101009/index.html b/zarb-ml/mageia-discuss/20101009/index.html new file mode 120000 index 000000000..db4b46f72 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/index.html @@ -0,0 +1 @@ +thread.html
\ No newline at end of file diff --git a/zarb-ml/mageia-discuss/20101009/subject.html b/zarb-ml/mageia-discuss/20101009/subject.html new file mode 100644 index 000000000..808289c1e --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/subject.html @@ -0,0 +1,112 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 9 October 2010 Archive by subject</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>9 October 2010 Archives by subject</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Sat Oct 9 14:07:25 CEST 2010</i><br> + <b>Ending:</b> <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Messages:</b> 13<p> + <ul> + +<LI><A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2294"> </A> +<I>Adrien Touminet +</I> + +<LI><A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2295"> </A> +<I>herman +</I> + +<LI><A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2296"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2297"> </A> +<I>DjeZAeL +</I> + +<LI><A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2299"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2298"> </A> +<I>Robert Wood +</I> + +<LI><A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2300"> </A> +<I>Kira +</I> + +<LI><A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2301"> </A> +<I>Thomas Spuhler +</I> + +<LI><A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2302"> </A> +<I>Adrien Touminet +</I> + +<LI><A HREF="002303.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2303"> </A> +<I>Renaud (Ron) OLGIATI +</I> + +<LI><A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2304"> </A> +<I>Renaud MICHEL +</I> + +<LI><A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2305"> </A> +<I>Thomas Spuhler +</I> + +<LI><A HREF="002293.html">[Mageia-discuss] Wish List +</A><A NAME="2293"> </A> +<I>doug +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Archived on:</b> <i>Sat Oct 9 20:26:59 CEST 2010</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/20101009/thread.html b/zarb-ml/mageia-discuss/20101009/thread.html new file mode 100644 index 000000000..3aab8aa24 --- /dev/null +++ b/zarb-ml/mageia-discuss/20101009/thread.html @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 9 October 2010 Archive by thread</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>9 October 2010 Archives by thread</h1> + <ul> + <li> <b>Messages sorted by:</b> + + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Sat Oct 9 14:07:25 CEST 2010</i><br> + <b>Ending:</b> <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Messages:</b> 13<p> + <ul> + +<!--0 01286626045- --> +<LI><A HREF="002293.html">[Mageia-discuss] Wish List +</A><A NAME="2293"> </A> +<I>doug +</I> + +<!--0 01286636954- --> +<LI><A HREF="002294.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2294"> </A> +<I>Adrien Touminet +</I> + +<UL> +<!--1 01286636954-01286639110- --> +<LI><A HREF="002295.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2295"> </A> +<I>herman +</I> + +<!--1 01286636954-01286639187- --> +<LI><A HREF="002296.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2296"> </A> +<I>Dimitrios Glentadakis +</I> + +<UL> +<!--2 01286636954-01286639187-01286639432- --> +<LI><A HREF="002297.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2297"> </A> +<I>DjeZAeL +</I> + +<UL> +<!--3 01286636954-01286639187-01286639432-01286641108- --> +<LI><A HREF="002299.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2299"> </A> +<I>Dimitrios Glentadakis +</I> + +<!--3 01286636954-01286639187-01286639432-01286641142- --> +<LI><A HREF="002298.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2298"> </A> +<I>Robert Wood +</I> + +</UL> +<!--2 01286636954-01286639187-01286641486- --> +<LI><A HREF="002300.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2300"> </A> +<I>Kira +</I> + +<UL> +<!--3 01286636954-01286639187-01286641486-01286648160- --> +<LI><A HREF="002304.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2304"> </A> +<I>Renaud MICHEL +</I> + +<!--3 01286636954-01286639187-01286641486-01286648160-01286648793- --> +<LI><A HREF="002305.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2305"> </A> +<I>Thomas Spuhler +</I> + +</UL> +<!--2 01286636954-01286639187-01286641503- --> +<LI><A HREF="002301.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2301"> </A> +<I>Thomas Spuhler +</I> + +<UL> +<!--3 01286636954-01286639187-01286641503-01286642035- --> +<LI><A HREF="002302.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2302"> </A> +<I>Adrien Touminet +</I> + +</UL> +<!--2 01286636954-01286639187-01286647301- --> +<LI><A HREF="002303.html">[Mageia-discuss] Install Mageia from Windows +</A><A NAME="2303"> </A> +<I>Renaud (Ron) OLGIATI +</I> + +</UL> +</UL> + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Oct 9 20:26:33 CEST 2010</i><br> + <b>Archived on:</b> <i>Sat Oct 9 20:26:59 CEST 2010</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + |