customdistrolst.cpp0000664000175000017500000001316711730653576013531 0ustar gezageza/* customdistrolst.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ if (customver::tr("iscustomver-no") == "iscustomver-yes") { if (isarch64) { if (!customver::tr("amd64").isEmpty()) cpuarch = customver::tr("amd64"); else cpuarch = "amd64"; } else { if (!customver::tr("i386").isEmpty()) cpuarch = customver::tr("i386"); else cpuarch = "i386"; } if (nameDistro == customver::tr("Distro Name 1")) { if (customver::tr("distro1format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro1site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro1site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 2")) { if (customver::tr("distro2format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro2site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro2site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 3")) { if (customver::tr("distro3format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro3site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro3site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 4")) { if (customver::tr("distro4format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro4site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro4site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 5")) { if (customver::tr("distro5format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro5site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro5site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 6")) { if (customver::tr("distro6format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro6site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro6site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 7")) { if (customver::tr("distro7format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro7site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro7site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 8")) { if (customver::tr("distro8format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro8site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro8site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } if (nameDistro == customver::tr("Distro Name 9")) { if (customver::tr("distro9format-iso").contains("img")) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(customver::tr("http://distro9site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), QString("%1ubninit").arg(targetPath)); } else { downloadfile(customver::tr("http://distro9site.org/distro-release-%1/distro-architecture%2.iso").arg(relname).arg(cpuarch), isotmpf); extractiso(isotmpf); } } } else { #include "distrolst.cpp" } customdistselect.cpp0000664000175000017500000004716511730653576013652 0ustar gezageza/* customdistselect.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ if (customver::tr("iscustomver-no") == "iscustomver-yes") { if (customver::tr("Custom UNetbootin Build") != "Custom UNetbootin Build") this->setWindowTitle(customver::tr("Custom UNetbootin Build")); distroselect->clear(); distroselect->addItem(customver::tr("Distro Name 1"), (QStringList() << customver::tr("default-distro1version-1.0") << customver::tr("Homepage: http://www.distro1site.org
" "Description: This distro 1 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 1.") << customver::tr("distro1version-1.0") << customver::tr("someotherversion1-1") << customver::tr("someotherversion1-1_x64") << customver::tr("someotherversion1-1_Live") << customver::tr("someotherversion1-1_Live_x64") << customver::tr("someotherversion1-2") << customver::tr("someotherversion1-2_x64") << customver::tr("someotherversion1-2_Live") << customver::tr("someotherversion1-2_Live_x64") << customver::tr("someotherversion1-3") << customver::tr("someotherversion1-3_x64") << customver::tr("someotherversion1-3_Live") << customver::tr("someotherversion1-3_Live_x64") << customver::tr("someotherversion1-4") << customver::tr("someotherversion1-4_x64") << customver::tr("someotherversion1-4_Live") << customver::tr("someotherversion1-4_Live_x64") << customver::tr("someotherversion1-5") << customver::tr("someotherversion1-5_x64") << customver::tr("someotherversion1-5_Live") << customver::tr("someotherversion1-5_Live_x64") << customver::tr("someotherversion1-6") << customver::tr("someotherversion1-6_x64") << customver::tr("someotherversion1-6_Live") << customver::tr("someotherversion1-6_Live_x64") << customver::tr("someotherversion1-7") << customver::tr("someotherversion1-7_x64") << customver::tr("someotherversion1-7_Live") << customver::tr("someotherversion1-7_Live_x64") << customver::tr("someotherversion1-8") << customver::tr("someotherversion1-8_x64") << customver::tr("someotherversion1-8_Live") << customver::tr("someotherversion1-8_Live_x64") << customver::tr("someotherversion1-9") << customver::tr("someotherversion1-9_x64") << customver::tr("someotherversion1-9_Live") << customver::tr("someotherversion1-9_Live_x64"))); if (customver::tr("Distro Name 2") != "Distro Name 2" && !customver::tr("Distro Name 2").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 2"), (QStringList() << customver::tr("default-distro2version-1.0") << customver::tr("Homepage: http://www.distro2site.org
" "Description: This distro 2 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 2.") << customver::tr("distro2version-1.0") << customver::tr("someotherversion2-1") << customver::tr("someotherversion2-1_x64") << customver::tr("someotherversion2-1_Live") << customver::tr("someotherversion2-1_Live_x64") << customver::tr("someotherversion2-2") << customver::tr("someotherversion2-2_x64") << customver::tr("someotherversion2-2_Live") << customver::tr("someotherversion2-2_Live_x64") << customver::tr("someotherversion2-3") << customver::tr("someotherversion2-3_x64") << customver::tr("someotherversion2-3_Live") << customver::tr("someotherversion2-3_Live_x64") << customver::tr("someotherversion2-4") << customver::tr("someotherversion2-4_x64") << customver::tr("someotherversion2-4_Live") << customver::tr("someotherversion2-4_Live_x64") << customver::tr("someotherversion2-5") << customver::tr("someotherversion2-5_x64") << customver::tr("someotherversion2-5_Live") << customver::tr("someotherversion2-5_Live_x64") << customver::tr("someotherversion2-6") << customver::tr("someotherversion2-6_x64") << customver::tr("someotherversion2-6_Live") << customver::tr("someotherversion2-6_Live_x64") << customver::tr("someotherversion2-7") << customver::tr("someotherversion2-7_x64") << customver::tr("someotherversion2-7_Live") << customver::tr("someotherversion2-7_Live_x64") << customver::tr("someotherversion2-8") << customver::tr("someotherversion2-8_x64") << customver::tr("someotherversion2-8_Live") << customver::tr("someotherversion2-8_Live_x64") << customver::tr("someotherversion2-9") << customver::tr("someotherversion2-9_x64") << customver::tr("someotherversion2-9_Live") << customver::tr("someotherversion2-9_Live_x64"))); } if (customver::tr("Distro Name 3") != "Distro Name 3" && !customver::tr("Distro Name 3").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 3"), (QStringList() << customver::tr("default-distro3version-1.0") << customver::tr("Homepage: http://www.distro3site.org
" "Description: This distro 3 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 3.") << customver::tr("distro3version-1.0") << customver::tr("someotherversion3-1") << customver::tr("someotherversion3-1_x64") << customver::tr("someotherversion3-1_Live") << customver::tr("someotherversion3-1_Live_x64") << customver::tr("someotherversion3-2") << customver::tr("someotherversion3-2_x64") << customver::tr("someotherversion3-2_Live") << customver::tr("someotherversion3-2_Live_x64") << customver::tr("someotherversion3-3") << customver::tr("someotherversion3-3_x64") << customver::tr("someotherversion3-3_Live") << customver::tr("someotherversion3-3_Live_x64") << customver::tr("someotherversion3-4") << customver::tr("someotherversion3-4_x64") << customver::tr("someotherversion3-4_Live") << customver::tr("someotherversion3-4_Live_x64") << customver::tr("someotherversion3-5") << customver::tr("someotherversion3-5_x64") << customver::tr("someotherversion3-5_Live") << customver::tr("someotherversion3-5_Live_x64") << customver::tr("someotherversion3-6") << customver::tr("someotherversion3-6_x64") << customver::tr("someotherversion3-6_Live") << customver::tr("someotherversion3-6_Live_x64") << customver::tr("someotherversion3-7") << customver::tr("someotherversion3-7_x64") << customver::tr("someotherversion3-7_Live") << customver::tr("someotherversion3-7_Live_x64") << customver::tr("someotherversion3-8") << customver::tr("someotherversion3-8_x64") << customver::tr("someotherversion3-8_Live") << customver::tr("someotherversion3-8_Live_x64") << customver::tr("someotherversion3-9") << customver::tr("someotherversion3-9_x64") << customver::tr("someotherversion3-9_Live") << customver::tr("someotherversion3-9_Live_x64"))); } if (customver::tr("Distro Name 4") != "Distro Name 4" && !customver::tr("Distro Name 4").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 4"), (QStringList() << customver::tr("default-distro4version-1.0") << customver::tr("Homepage: http://www.distro4site.org
" "Description: This distro 4 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 4.") << customver::tr("distro4version-1.0") << customver::tr("someotherversion4-1") << customver::tr("someotherversion4-1_x64") << customver::tr("someotherversion4-1_Live") << customver::tr("someotherversion4-1_Live_x64") << customver::tr("someotherversion4-2") << customver::tr("someotherversion4-2_x64") << customver::tr("someotherversion4-2_Live") << customver::tr("someotherversion4-2_Live_x64") << customver::tr("someotherversion4-3") << customver::tr("someotherversion4-3_x64") << customver::tr("someotherversion4-3_Live") << customver::tr("someotherversion4-3_Live_x64") << customver::tr("someotherversion4-4") << customver::tr("someotherversion4-4_x64") << customver::tr("someotherversion4-4_Live") << customver::tr("someotherversion4-4_Live_x64") << customver::tr("someotherversion4-5") << customver::tr("someotherversion4-5_x64") << customver::tr("someotherversion4-5_Live") << customver::tr("someotherversion4-5_Live_x64") << customver::tr("someotherversion4-6") << customver::tr("someotherversion4-6_x64") << customver::tr("someotherversion4-6_Live") << customver::tr("someotherversion4-6_Live_x64") << customver::tr("someotherversion4-7") << customver::tr("someotherversion4-7_x64") << customver::tr("someotherversion4-7_Live") << customver::tr("someotherversion4-7_Live_x64") << customver::tr("someotherversion4-8") << customver::tr("someotherversion4-8_x64") << customver::tr("someotherversion4-8_Live") << customver::tr("someotherversion4-8_Live_x64") << customver::tr("someotherversion4-9") << customver::tr("someotherversion4-9_x64") << customver::tr("someotherversion4-9_Live") << customver::tr("someotherversion4-9_Live_x64"))); } if (customver::tr("Distro Name 5") != "Distro Name 5" && !customver::tr("Distro Name 5").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 5"), (QStringList() << customver::tr("default-distro5version-1.0") << customver::tr("Homepage: http://www.distro5site.org
" "Description: This distro 5 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 5.") << customver::tr("distro5version-1.0") << customver::tr("someotherversion5-1") << customver::tr("someotherversion5-1_x64") << customver::tr("someotherversion5-1_Live") << customver::tr("someotherversion5-1_Live_x64") << customver::tr("someotherversion5-2") << customver::tr("someotherversion5-2_x64") << customver::tr("someotherversion5-2_Live") << customver::tr("someotherversion5-2_Live_x64") << customver::tr("someotherversion5-3") << customver::tr("someotherversion5-3_x64") << customver::tr("someotherversion5-3_Live") << customver::tr("someotherversion5-3_Live_x64") << customver::tr("someotherversion5-4") << customver::tr("someotherversion5-4_x64") << customver::tr("someotherversion5-4_Live") << customver::tr("someotherversion5-4_Live_x64") << customver::tr("someotherversion5-5") << customver::tr("someotherversion5-5_x64") << customver::tr("someotherversion5-5_Live") << customver::tr("someotherversion5-5_Live_x64") << customver::tr("someotherversion5-6") << customver::tr("someotherversion5-6_x64") << customver::tr("someotherversion5-6_Live") << customver::tr("someotherversion5-6_Live_x64") << customver::tr("someotherversion5-7") << customver::tr("someotherversion5-7_x64") << customver::tr("someotherversion5-7_Live") << customver::tr("someotherversion5-7_Live_x64") << customver::tr("someotherversion5-8") << customver::tr("someotherversion5-8_x64") << customver::tr("someotherversion5-8_Live") << customver::tr("someotherversion5-8_Live_x64") << customver::tr("someotherversion5-9") << customver::tr("someotherversion5-9_x64") << customver::tr("someotherversion5-9_Live") << customver::tr("someotherversion5-9_Live_x64"))); } if (customver::tr("Distro Name 6") != "Distro Name 6" && !customver::tr("Distro Name 6").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 6"), (QStringList() << customver::tr("default-distro6version-1.0") << customver::tr("Homepage: http://www.distro6site.org
" "Description: This distro 6 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 6.") << customver::tr("distro6version-1.0") << customver::tr("someotherversion6-1") << customver::tr("someotherversion6-1_x64") << customver::tr("someotherversion6-1_Live") << customver::tr("someotherversion6-1_Live_x64") << customver::tr("someotherversion6-2") << customver::tr("someotherversion6-2_x64") << customver::tr("someotherversion6-2_Live") << customver::tr("someotherversion6-2_Live_x64") << customver::tr("someotherversion6-3") << customver::tr("someotherversion6-3_x64") << customver::tr("someotherversion6-3_Live") << customver::tr("someotherversion6-3_Live_x64") << customver::tr("someotherversion6-4") << customver::tr("someotherversion6-4_x64") << customver::tr("someotherversion6-4_Live") << customver::tr("someotherversion6-4_Live_x64") << customver::tr("someotherversion6-5") << customver::tr("someotherversion6-5_x64") << customver::tr("someotherversion6-5_Live") << customver::tr("someotherversion6-5_Live_x64") << customver::tr("someotherversion6-6") << customver::tr("someotherversion6-6_x64") << customver::tr("someotherversion6-6_Live") << customver::tr("someotherversion6-6_Live_x64") << customver::tr("someotherversion6-7") << customver::tr("someotherversion6-7_x64") << customver::tr("someotherversion6-7_Live") << customver::tr("someotherversion6-7_Live_x64") << customver::tr("someotherversion6-8") << customver::tr("someotherversion6-8_x64") << customver::tr("someotherversion6-8_Live") << customver::tr("someotherversion6-8_Live_x64") << customver::tr("someotherversion6-9") << customver::tr("someotherversion6-9_x64") << customver::tr("someotherversion6-9_Live") << customver::tr("someotherversion6-9_Live_x64"))); } if (customver::tr("Distro Name 7") != "Distro Name 7" && !customver::tr("Distro Name 7").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 7"), (QStringList() << customver::tr("default-distro7version-1.0") << customver::tr("Homepage: http://www.distro7site.org
" "Description: This distro 7 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 7.") << customver::tr("distro7version-1.0") << customver::tr("someotherversion7-1") << customver::tr("someotherversion7-1_x64") << customver::tr("someotherversion7-1_Live") << customver::tr("someotherversion7-1_Live_x64") << customver::tr("someotherversion7-2") << customver::tr("someotherversion7-2_x64") << customver::tr("someotherversion7-2_Live") << customver::tr("someotherversion7-2_Live_x64") << customver::tr("someotherversion7-3") << customver::tr("someotherversion7-3_x64") << customver::tr("someotherversion7-3_Live") << customver::tr("someotherversion7-3_Live_x64") << customver::tr("someotherversion7-4") << customver::tr("someotherversion7-4_x64") << customver::tr("someotherversion7-4_Live") << customver::tr("someotherversion7-4_Live_x64") << customver::tr("someotherversion7-5") << customver::tr("someotherversion7-5_x64") << customver::tr("someotherversion7-5_Live") << customver::tr("someotherversion7-5_Live_x64") << customver::tr("someotherversion7-6") << customver::tr("someotherversion7-6_x64") << customver::tr("someotherversion7-6_Live") << customver::tr("someotherversion7-6_Live_x64") << customver::tr("someotherversion7-7") << customver::tr("someotherversion7-7_x64") << customver::tr("someotherversion7-7_Live") << customver::tr("someotherversion7-7_Live_x64") << customver::tr("someotherversion7-8") << customver::tr("someotherversion7-8_x64") << customver::tr("someotherversion7-8_Live") << customver::tr("someotherversion7-8_Live_x64") << customver::tr("someotherversion7-9") << customver::tr("someotherversion7-9_x64") << customver::tr("someotherversion7-9_Live") << customver::tr("someotherversion7-9_Live_x64"))); } if (customver::tr("Distro Name 8") != "Distro Name 8" && !customver::tr("Distro Name 8").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 8"), (QStringList() << customver::tr("default-distro8version-1.0") << customver::tr("Homepage: http://www.distro8site.org
" "Description: This distro 8 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 8.") << customver::tr("distro8version-1.0") << customver::tr("someotherversion8-1") << customver::tr("someotherversion8-1_x64") << customver::tr("someotherversion8-1_Live") << customver::tr("someotherversion8-1_Live_x64") << customver::tr("someotherversion8-2") << customver::tr("someotherversion8-2_x64") << customver::tr("someotherversion8-2_Live") << customver::tr("someotherversion8-2_Live_x64") << customver::tr("someotherversion8-3") << customver::tr("someotherversion8-3_x64") << customver::tr("someotherversion8-3_Live") << customver::tr("someotherversion8-3_Live_x64") << customver::tr("someotherversion8-4") << customver::tr("someotherversion8-4_x64") << customver::tr("someotherversion8-4_Live") << customver::tr("someotherversion8-4_Live_x64") << customver::tr("someotherversion8-5") << customver::tr("someotherversion8-5_x64") << customver::tr("someotherversion8-5_Live") << customver::tr("someotherversion8-5_Live_x64") << customver::tr("someotherversion8-6") << customver::tr("someotherversion8-6_x64") << customver::tr("someotherversion8-6_Live") << customver::tr("someotherversion8-6_Live_x64") << customver::tr("someotherversion8-7") << customver::tr("someotherversion8-7_x64") << customver::tr("someotherversion8-7_Live") << customver::tr("someotherversion8-7_Live_x64") << customver::tr("someotherversion8-8") << customver::tr("someotherversion8-8_x64") << customver::tr("someotherversion8-8_Live") << customver::tr("someotherversion8-8_Live_x64") << customver::tr("someotherversion8-9") << customver::tr("someotherversion8-9_x64") << customver::tr("someotherversion8-9_Live") << customver::tr("someotherversion8-9_Live_x64"))); } if (customver::tr("Distro Name 9") != "Distro Name 9" && !customver::tr("Distro Name 9").isEmpty()) { distroselect->addItem(customver::tr("Distro Name 9"), (QStringList() << customver::tr("default-distro9version-1.0") << customver::tr("Homepage: http://www.distro9site.org
" "Description: This distro 9 is unique and great in these ways.
" "Install Notes: You will have to do this to install this distribution 9.") << customver::tr("distro9version-1.0") << customver::tr("someotherversion9-1") << customver::tr("someotherversion9-1_x64") << customver::tr("someotherversion9-1_Live") << customver::tr("someotherversion9-1_Live_x64") << customver::tr("someotherversion9-2") << customver::tr("someotherversion9-2_x64") << customver::tr("someotherversion9-2_Live") << customver::tr("someotherversion9-2_Live_x64") << customver::tr("someotherversion9-3") << customver::tr("someotherversion9-3_x64") << customver::tr("someotherversion9-3_Live") << customver::tr("someotherversion9-3_Live_x64") << customver::tr("someotherversion9-4") << customver::tr("someotherversion9-4_x64") << customver::tr("someotherversion9-4_Live") << customver::tr("someotherversion9-4_Live_x64") << customver::tr("someotherversion9-5") << customver::tr("someotherversion9-5_x64") << customver::tr("someotherversion9-5_Live") << customver::tr("someotherversion9-5_Live_x64") << customver::tr("someotherversion9-6") << customver::tr("someotherversion9-6_x64") << customver::tr("someotherversion9-6_Live") << customver::tr("someotherversion9-6_Live_x64") << customver::tr("someotherversion9-7") << customver::tr("someotherversion9-7_x64") << customver::tr("someotherversion9-7_Live") << customver::tr("someotherversion9-7_Live_x64") << customver::tr("someotherversion9-8") << customver::tr("someotherversion9-8_x64") << customver::tr("someotherversion9-8_Live") << customver::tr("someotherversion9-8_Live_x64") << customver::tr("someotherversion9-9") << customver::tr("someotherversion9-9_x64") << customver::tr("someotherversion9-9_Live") << customver::tr("someotherversion9-9_Live_x64"))); } } distrolst.cpp0000664000175000017500000012215412164744426012270 0ustar gezageza/* distrolst.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifndef debianrelnamereplace #define debianrelnamereplace \ relname \ .replace("unstable", "sid") \ .replace("testing", "wheezy") \ .replace("stable", "squeeze"); #endif #ifndef ubunturelnamereplace #define ubunturelnamereplace \ relname \ .replace("13.04", "raring") \ .replace("12.10", "quantal") \ .replace("12.04", "precise") \ .replace("11.10", "oneiric") \ .replace("11.04", "natty") \ .replace("10.10", "maverick") \ .replace("10.04", "lucid") \ .replace("9.10", "karmic") \ .replace("9.04", "jaunty") \ .replace("8.10", "intrepid") \ .replace("8.04", "hardy") \ .replace("7.10", "gutsy") \ .replace("7.04", "feisty") \ .replace("6.10", "edgy") \ .replace("6.06", "dapper"); #endif #ifndef ubuntunetinst #define ubuntunetinst \ if (ishdmedia) \ { \ ubunturelnamereplace \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/hd-media/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/hd-media/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); \ postinstmsg = unetbootin::tr("\n*IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com"); \ } \ else if (isnetinstall) \ { \ ubunturelnamereplace \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/netboot/ubuntu-installer/%2/linux").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); \ downloadfile(QString("http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/netboot/ubuntu-installer/%2/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); \ } #endif #ifdef AUTOSUPERGRUBDISK if (nameDistro == "Auto Super Grub Disk") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); instIndvfl("asgd.img", QString("%1ubninit").arg(targetPath)); } if (nameDistro == "Super Grub Disk") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); instIndvfl("sgd.img", QString("%1ubninit").arg(targetPath)); } #endif #ifdef EEEPCLOS if (nameDistro == "EeePCLinuxOS") { downloadfile(QString("http://www.eeepclinuxos.com/eeepclos-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef EEEUBUNTU if (nameDistro == "Ubuntu Eee") { downloadfile(QString("http://lubi.sourceforge.net/ubuntu-eee-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef ELIVE if (nameDistro == "Elive") { if (relname == "unstable") relname = "development"; downloadfile(fileFilterNetDir(QStringList() << "http://elive.icedslash.com/isos/"+relname+"/" << "http://elive.leviathan-avc.com/"+relname+"/" << "http://elive.jumbef.net/"+relname+"/" << "http://elive.homogenica.com/"+relname+"/" << "http://elive.evryanz.net/isos/"+relname+"/" << "http://elive.7ds.pl/isos/"+relname+"/" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("elive\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } #endif #ifdef GNEWSENSE if (nameDistro == "gNewSense") { downloadfile(QString("http://cdimage.gnewsense.org/gnewsense-livecd-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef KIWILINUX if (nameDistro == "Kiwi Linux") { downloadfile(QString("http://depo.osn.ro/content/distributii/linux/romanesti/kiwilinux-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif #ifdef NIMBLEX if (nameDistro == "NimbleX") { downloadfile("http://public.nimblex.net/Download/NimbleX-latest.iso", isotmpf); extractiso(isotmpf); } #endif #ifdef SLITAZ if (nameDistro == "SliTaz") { if (relname == "webboot") { instIndvfl("gpxe", QString("%1ubnkern").arg(targetPath)); kernelOpts = "url=http://mirror.slitaz.org/pxe/pxelinux.0"; slinitrdLine = ""; initrdLine = ""; initrdOpts = ""; initrdLoc = ""; // downloadfile("http://mirror.slitaz.org/boot/slitaz-boot.iso", isotmpf); // extractiso(isotmpf); } else { downloadfile(fileFilterNetDir(QStringList() << QString("http://mirror.slitaz.org/iso/%1/").arg(relname) , 3072000, 1048576000, QList() << QRegExp("^slitaz", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^slitaz-\\S{1,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } #endif #ifdef XPUD if (nameDistro == "xPUD") { if (relname == "stable") { downloadfile("http://xpud.org/xpud-latest-iso.php", isotmpf); } else if (relname == "unstable") { downloadfile("http://xpud.org/xpud-latest-snapshot.php", isotmpf); } extractiso(isotmpf); } #endif #ifdef STDUNETBOOTIN if (nameDistro == "Arch Linux") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i686"; } downloadfile(fileFilterNetDir(QStringList() << "http://mirrors.kernel.org/archlinux/iso/latest/" << "http://distro.ibiblio.org/archlinux/iso/latest/" << "http://mirror.rit.edu/archlinux/iso/latest/" , 3072000, 2048576000, QList() << QRegExp("^arch", Qt::CaseInsensitive) << QRegExp("^archlinux", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp(relname, Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "BackTrack") { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } downloadfile(QString("http://www.backtrack-linux.org/ajax/download_redirect.php?id=BT%1-%2.iso").arg(nameVersion).arg(cpuarch), isotmpf); extractiso(isotmpf); } if (nameDistro == "CentOS") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i386"; } if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << QString("http://mirrors.kernel.org/centos/%1/isos/%2/").arg(relname, cpuarch) << QString("http://mirror.stanford.edu/yum/pub/centos/%1/isos/%2/").arg(relname, cpuarch) << QString("http://ftp.osuosl.org/pub/centos/%1/isos/%2/").arg(relname, cpuarch) << QString("http://mirrors.usc.edu/pub/linux/distributions/centos/%1/isos/%2/").arg(relname, cpuarch) , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("LiveCD\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { downloadfile(QString("http://isoredirect.centos.org/centos/%1/os/%2/images/pxeboot/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://isoredirect.centos.org/centos/%1/os/%2/images/pxeboot/initrd.img").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder.").arg(nameVersion, cpuarch); kernelOpts = "splash=silent showopts"; } } if (nameDistro == "CloneZilla") { downloadfile(QString("http://downloads.sourceforge.net/clonezilla/clonezilla-live-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } if (nameDistro == "Damn Small Linux") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ibiblio.org/pub/Linux/distributions/damnsmall/current/" << "http://ibiblio.org/pub/Linux/distributions/damnsmall/current/" << "ftp://gd.tuwien.ac.at/opsys/linux/damnsmall/current/" << "http://gd.tuwien.ac.at/opsys/linux/damnsmall/current/" << "ftp://ftp.is.co.za/linux/distributions/damnsmall/current/" << // "ftp://ftp.belnet.be/packages/damnsmalllinux/current/" << "http://ftp.belnet.be/packages/damnsmalllinux/current/" << "ftp://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/" << "http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/" // "ftp://ftp.oss.cc.gatech.edu/pub/linux/distributions/damnsmall/current/" << // "http://ftp.oss.cc.gatech.edu/pub/linux/distributions/damnsmall/current/" << // "ftp://ftp.planetmirror.com/pub/damnsmall/current/" << // "http://planetmirror.com/pub/damnsmall/current/" << , 3072000, 1048576000, QList() << QRegExp("^dsl", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("initrd", Qt::CaseInsensitive) << QRegExp("initrd.iso$", Qt::CaseInsensitive) << QRegExp("^dsl-\\S{1,}-initrd.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Debian") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (islivecd) { debianrelnamereplace downloadfile(QString("http://live.debian.net/cdimage/%1-builds/current/%2/debian-live-%1-%2-gnome-desktop.iso").arg(relname, cpuarch), isotmpf); extractiso(isotmpf); } else if (ishdmedia) { downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/hd-media/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/hd-media/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org"); } else { downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/netboot/debian-installer/%2/linux").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://ftp.debian.org/debian/dists/%1/main/installer-%2/current/images/netboot/debian-installer/%2/initrd.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); } } if (nameDistro == "Dreamlinux") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.nluug.nl/pub/os/Linux/distr/dreamlinux/stable/" << "http://ftp.nluug.nl/pub/os/Linux/distr/dreamlinux/stable/" << "ftp://ftp.surfnet.nl/pub/os/Linux/distr/dreamlinux/stable/" << "http://ftp.surfnet.nl/pub/os/Linux/distr/dreamlinux/stable/" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("DL\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Dr.Web AntiVirus") { this->searchsymlinks = true; downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.drweb.com/pub/drweb/livecd/" , 9288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("DrWeb\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Elive") { if (relname == "unstable") relname = "development"; downloadfile(fileFilterNetDir(QStringList() << "http://elive.icedslash.com/isos/"+relname+"/" << "http://elive.leviathan-avc.com/"+relname+"/" << "http://elive.jumbef.net/"+relname+"/" << "http://elive.homogenica.com/"+relname+"/" << "http://elive.evryanz.net/isos/"+relname+"/" << "http://elive.7ds.pl/isos/"+relname+"/" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("elive\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Fedora") { QString minorarch = ""; if (isarch64) { cpuarch = "x86_64"; minorarch = "x86_64"; } else { cpuarch = "i386"; minorarch = "i686"; } if (islivecd) { if (relname == "19") { downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Live/%2/Fedora-Live-Desktop-%3-%1-1.iso").arg(relname).arg(cpuarch).arg(minorarch), isotmpf); extractiso(isotmpf); } else { downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Live/%2/Fedora-%1-%3-Live-Desktop.iso").arg(relname).arg(cpuarch).arg(minorarch), isotmpf); extractiso(isotmpf); } } else { if (relname == "rawhide") { downloadfile(QString("download.fedoraproject.org/pub/fedora/linux/development/%1/os/images/pxeboot/vmlinuz").arg(cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("download.fedoraproject.org/pub/fedora/linux/development/%1/os/images/pxeboot/initrd.img").arg(cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder.").arg(cpuarch); } else { downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Fedora/%2/os/images/pxeboot/vmlinuz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Fedora/%2/os/images/pxeboot/initrd.img").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder.").arg(relname, cpuarch); } kernelOpts = "splash=silent showopts"; } } if (nameDistro == "FreeBSD") { if (isarch64) { cpuarch = "-x64"; } else { cpuarch = ""; } instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/freebsd-%1%2.img.gz").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "FreeDOS") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/%1/fdboot.img").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "FreeNAS") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); if (islivecd) { downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/FreeNAS-%1-LiveCD-%2.img.gz").arg(cpuarch, relname), QString("%1ubninit").arg(targetPath)); } else { downloadfile(QString("http://sourceforge.net/projects/freenas/files/stable/0.7/FreeNAS-%1-embedded-%2.img/download").arg(cpuarch, relname), QString("%1ubninit").arg(targetPath)); } } if (nameDistro == "Frugalware") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i686"; } QStringList frugalwaremirrorsL = QStringList() << // "ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware-"+relname+"/boot/" << // "http://www5.frugalware.org/packages/frugalware/pub/frugalware-"+relname+"/boot/" << "ftp://ftp8.frugalware.org/distro/frugalware/frugalware-"+relname+"/boot/" << "http://www8.frugalware.org/distro/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-"+relname+"/boot/" << "http://www10.frugalware.org/pub/linux/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-"+relname+"/boot/" << "http://www12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-"+relname+"/boot/" << "http://www4.frugalware.org/pub/linux/distributions/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp2.frugalware.org/frugalware/pub/frugalware/frugalware-"+relname+"/boot/" << "ftp://ftp3.frugalware.org/mirrors/frugalware/pub/frugalware/frugalware-"+relname+"/boot/"; downloadfile(fileFilterNetDir(frugalwaremirrorsL , 307200, 104857600, QList() << QRegExp("vmlinuz", Qt::CaseInsensitive) << QRegExp("^vmlinuz-", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp("-"+cpuarch+"$", Qt::CaseInsensitive) << QRegExp("^vmlinuz-\\S{1,}-"+cpuarch+"$", Qt::CaseInsensitive) ), QString("%1ubnkern").arg(targetPath)); downloadfile(fileFilterNetDir(frugalwaremirrorsL , 3145728, 1048576000, QList() << QRegExp("initrd", Qt::CaseInsensitive) << QRegExp("^initrd-", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp("-"+cpuarch+".img", Qt::CaseInsensitive) << QRegExp("-"+cpuarch+".img.gz$", Qt::CaseInsensitive) << QRegExp("^initrd-\\S{0,}"+cpuarch+".img.gz$", Qt::CaseInsensitive) ), QString("%1ubninit").arg(targetPath)); kernelOpts = "load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=100000 rw root=/dev/ram quiet vga=791"; } if (nameDistro == "F-Secure Rescue CD") { downloadfile("http://unetbootin.sourceforge.net/f-secure-rescue-cd.zip", isotmpf); extractiso(isotmpf); } if (nameDistro == "GAG") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/gag-%1.img.gz").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "GeeXboX") { downloadfile(QString("http://www.geexbox.org/wp-content/plugins/download-monitor/download.php?id=geexbox-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } if (nameDistro == "Gentoo") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "x86"; } downloadfile(QString("http://bouncer.gentoo.org/fetch/gentoo-%1-livecd/%2/").arg(relname, cpuarch), isotmpf); extractiso(isotmpf); } if (nameDistro == "gNewSense") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.gnewsense.org/" << "http://heanet.archive.gnewsense.org/gnewsense/cdimage/" << "http://mirror.softwarelibre.nl/gnewsense/cdimage/" , 61440000, 1048576000, QList() << QRegExp("gnewsense\\S{0,}livecd\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("livecd\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("gnewsense\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Kaspersky Rescue Disk") { if (relname == "8") { downloadfile(fileFilterNetDir(QStringList() << "http://devbuilds.kaspersky-labs.com/devbuilds/RescueDisk/" << "http://ftp.kaspersky.com/devbuilds/RescueDisk/" << "ftp://ftp.kaspersky.com/devbuilds/RescueDisk/" , 9288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("k\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); } else { downloadfile(fileFilterNetDir(QStringList() << "http://devbuilds.kaspersky-labs.com/devbuilds/RescueDisk10/" << "http://ftp.kaspersky.com/devbuilds/RescueDisk10/" << "ftp://ftp.kaspersky.com/devbuilds/RescueDisk10/" , 9288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("k\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); } extractiso(isotmpf); } if (nameDistro == "Gujin") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/gujin-%1.img.gz").arg(relname), QString("%1ubninit").arg(targetPath), 81920); } if (nameDistro == "LinuxConsole") { downloadfile(QString("http://jukebox.linuxconsole.org/official/linuxconsole%1.iso").arg(QString(relname)), isotmpf); extractiso(isotmpf); } if (nameDistro == "Linux Mint") { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } QList mintregex = QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("linuxmint", Qt::CaseInsensitive) << QRegExp(cpuarch, Qt::CaseInsensitive) << QRegExp("^((?!nocodecs).)*$", Qt::CaseInsensitive) << QRegExp("cinnamon", Qt::CaseInsensitive); downloadfile(fileFilterNetDir(QStringList() << QString("http://ftp.heanet.ie/pub/linuxmint.com/stable/%1/").arg(relname) << QString("http://mira.sunsite.utk.edu/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.yellowfiber.net/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.optus.net/linuxmint/isos/stable/%1/").arg(relname) << QString("http://mint.ez.by/linuxmint.com/stable/%1/").arg(relname) << QString("http://linuxmint.secsup.org/stable/%1/").arg(relname) << QString("http://ftp.jaist.ac.jp/pub/Linux/LinuxMint-ISO/stable/%1/").arg(relname) << QString("http://ftp.riken.jp/pub/Linux/linuxmint/stable/%1/").arg(relname) << QString("http://ftp.oss.tw/pub/Mint/LinuxMint-ISO/stable/%1/").arg(relname) << QString("http://gd.tuwien.ac.at/linux/mint/isos/stable/%1/").arg(relname) << QString("http://ftp.mgts.by/pub/linuxmint/isos/stable/%1/").arg(relname) << QString("http://mirrors.cytanet.com.cy/linux/mint/stable/%1/").arg(relname) << QString("http://ftp.klid.dk/ftp/linuxmint/stable/%1/").arg(relname) << QString("http://ftp5.gwdg.de/pub/linux/debian/mint/stable/%1/").arg(relname) << QString("http://mirror.netcologne.de/mint/stable/%1/").arg(relname) << QString("http://ftp.cc.uoc.gr/mirrors/linux/linuxmint/stable/%1/").arg(relname) << QString("http://ftp.heanet.ie/pub/linuxmint.com/stable/%1/").arg(relname) << QString("http://ftp.akl.lt/Linux/Mint/stable/%1/").arg(relname) << QString("http://cesium.di.uminho.pt/pub/linuxmint/stable/%1/").arg(relname) << QString("http://ftp.df.lth.se/pub/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.switch.ch/ftp/mirror/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.sov.uk.goscomb.net/linuxmint.com/stable/%1/").arg(relname) << QString("http://mirror.csclub.uwaterloo.ca/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.aarnet.edu.au/pub/linuxmint/stable/%1/").arg(relname) << QString("http://mirror.waia.asn.au/pub/linux/linuxmint/linuxmint-isos/linuxmint.com/stable/%1/").arg(relname) << QString("ftp://mirrors.secution.com/linuxmint.com/stable/%1/").arg(relname) << QString("ftp://ftp.is.co.za/mirror/linuxmint.com/stable/%1/").arg(relname) << QString("ftp://ftp.tpnet.pl/pub/linux/linuxmint/isos/stable/%1/").arg(relname) << QString("ftp://mirror.unej.ac.id/pub/iso/linux-mint/stable/%1/").arg(relname) , 61440000, 1048576000, mintregex), isotmpf); extractiso(isotmpf); } if (nameDistro == "Mandriva") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i586"; } if (islivecd) { if (relname == "2008.0") { downloadfile(QString("ftp://ftp.free.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/iso/%1/mandriva-linux-%3-one-GNOME-cdrom-%2.iso").arg(relname, cpuarch, QString(relname).remove(QRegExp("\\.\\d{0,}$"))), isotmpf); } else if (relname == "2008.1") { downloadfile(QString("ftp://ftp.free.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/iso/%1/mandriva-linux-one-%3-spring-GNOME-int-cdrom-%2.iso").arg(relname, cpuarch, QString(relname).remove(QRegExp("\\.\\d{0,}$"))), isotmpf); } extractiso(isotmpf); } else { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("ftp://ftp.free.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/%1/%2/install/images/all.img").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); } } if (nameDistro == "MEPIS") { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } if (relname == "antix") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.ibiblio.org/pub/linux/distributions/mepis/released/antix/" << "http://distro.ibiblio.org/pub/linux/distributions/mepis/released/antix/" << "ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/mepis/released/antix/" << "http://ftp.uwsg.indiana.edu/linux/mepis/released/antix/" << "ftp://ftp.ussg.iu.edu/pub/linux/mepis/released/antix/" << "http://mirror.cs.vt.edu/pub/MEPIS/antix/" , 61440000, 1048576000, QList() << QRegExp("antiX\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) ), isotmpf); } else { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.ibiblio.org/pub/linux/distributions/mepis/released/" << "http://distro.ibiblio.org/pub/linux/distributions/mepis/released/" << "ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/mepis/released/" << "http://ftp.uwsg.indiana.edu/linux/mepis/released/" << "ftp://ftp.ussg.iu.edu/pub/linux/mepis/released/" << "http://mirror.cs.vt.edu/pub/MEPIS/" , 61440000, 1048576000, QList() << QRegExp("MEPIS\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("\\S{0,}"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); } extractiso(isotmpf); } if (nameDistro == "NetbootCD") { downloadfile("http://download.tuxfamily.org/netbootcd/NetbootCD-current.iso", isotmpf); extractiso(isotmpf); } if (nameDistro == "NetBSD") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } downloadfile(QString("http://ftp.netbsd.org/pub/NetBSD/NetBSD-%1/%2/binary/kernel/netbsd-INSTALL.gz").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); kernelParam = "--type=netbsd"; slinitrdLine = ""; initrdLine = ""; initrdOpts = ""; initrdLoc = ""; } if (nameDistro == "NimbleX") { downloadfile("http://public.nimblex.net/Download/NimbleX-latest.iso", isotmpf); extractiso(isotmpf); } if (nameDistro == "NTPasswd") { downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/ntpasswd-%1-kernel").arg(relname), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/ntpasswd-%1-initrd.gz").arg(relname), QString("%1ubninit").arg(targetPath)); kernelOpts = "rw vga=1 init=/linuxrc"; } if (nameDistro == "openSUSE") { if (isarch64) { cpuarch = "x86_64"; } else { cpuarch = "i386"; } if (islivecd) { downloadfile(QString("http://download.opensuse.org/distribution/%1/iso/cd/openSUSE-%1-GM-GNOME-Live-%2.iso").arg(relname, cpuarch), isotmpf); extractiso(isotmpf); } else { if (relname == "factory") { downloadfile(QString("http://download.opensuse.org/factory/repo/oss/boot/%1/loader/linux").arg(cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://download.opensuse.org/factory/repo/oss/boot/%1/loader/initrd").arg(cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder."); } else { downloadfile(QString("http://download.opensuse.org/distribution/%1/repo/oss/boot/%2/loader/linux").arg(relname, cpuarch), QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://download.opensuse.org/distribution/%1/repo/oss/boot/%2/loader/initrd").arg(relname, cpuarch), QString("%1ubninit").arg(targetPath)); postinstmsg = unetbootin::tr("\n*IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder.").arg(relname); } kernelOpts = "splash=silent showopts"; } } if (nameDistro == "Ophcrack") { downloadfile(QString("http://downloads.sourceforge.net/ophcrack/ophcrack-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } if (nameDistro == "Parted Magic") { if (relname == "2.1") { downloadfile("http://downloads.sourceforge.net/sourceforge/lubi/partedmagic-2.1-kernel", QString("%1ubnkern").arg(targetPath)); downloadfile("http://downloads.sourceforge.net/sourceforge/lubi/partedmagic-2.1-initrd", QString("%1ubninit").arg(targetPath)); kernelOpts = "noapic root=/dev/ram0 init=/linuxrc ramdisk_size=200000 keymap=us liveusb vga=791 quiet toram"; } else { downloadfile("http://partedmagic.com/partedmagic-latest.iso", isotmpf); extractiso(isotmpf); } } if (nameDistro == "PCLinuxOS") { QString deskn = relname.toLower().split(" ").first(); QString vern = relname.toLower().split(" ").last(); downloadfile(fileFilterNetDir(QStringList() << "http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/live-cd/english/preview/" , 10485760, 2147483647, QList() << QRegExp("^pclinuxos", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(deskn, Qt::CaseInsensitive) << QRegExp(vern, Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Puppy Linux") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ibiblio.org/pub/linux/distributions/puppylinux/" << "http://distro.ibiblio.org/pub/linux/distributions/puppylinux/" << "ftp://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/" << "http://ftp.nluug.nl/ftp/pub/os/Linux/distr/puppylinux/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^puppy-\\d{1,}\\S{1,}.iso$", Qt::CaseInsensitive) << QRegExp("^puppy-4\\S{1,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Sabayon Linux") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "x86"; } QString relnamenum = nameVersion; QString relnamepart = ""; if (nameVersion.contains('-')) { relnamenum = nameVersion.section('-', 0, 0); relnamepart = nameVersion.section('-', -1, -1); } downloadfile(fileFilterNetDir(QStringList() << "http://cross-lfs.sabayonlinux.org/iso/" << "http://mirror.cs.vt.edu/pub/SabayonLinux/iso/" << "http://mirror.umoss.org/sabayonlinux/iso/" << "http://distro.ibiblio.org/pub/linux/distributions/sabayonlinux/" << "http://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/iso/" << "http://mirror.aarnet.edu.au/pub/SabayonLinux/iso/" << "http://na.mirror.garr.it/mirrors/sabayonlinux/iso/" << "http://cesium.di.uminho.pt/pub/sabayon/iso/" << "http://ftp.fsn.hu/pub/linux/distributions/sabayon/iso/" , 61440000, 2147483647, QList() << // need to store as unsigned long long to use FTP (HTTP doesn't check size) QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,1}"+relnamenum+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}"+relnamepart+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("^Sabayon\\S{0,}Linux\\S{0,}"+relnamenum+"\\S{0,}"+relnamepart+"\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Salix") { QString edition = "NONE"; // for old Salix if (relname.contains("_xfce")) { relname.remove("_xfce"); edition = "xfce"; } else if (relname.contains("_lxde")) { relname.remove("_lxde"); edition = "lxde"; } else if (relname.contains("_kde")) { relname.remove("_kde"); edition = "kde"; } else if (relname.contains("_fluxbox")) { relname.remove("_fluxbox"); edition = "fluxbox"; } else if (relname.contains("_ratpoison")) { relname.remove("_ratpoison"); edition = "ratpoison"; } // relname should only contains the version from there, i.e. 13.0.2a, 13.1.2, 13.37, 14.0, ... or latest QString version = relname; if (version == "latest") { QString archfolder; if (isarch64) { archfolder = "x86_64"; cpuarch = "64"; } else { archfolder = "i486"; cpuarch = ""; } if (islivecd) { downloadfile(QString("http://latestsalix.enialis.net/%1/salixlive%2-%3.iso").arg(archfolder).arg(cpuarch).arg(edition), isotmpf); } else { downloadfile(QString("http://latestsalix.enialis.net/%1/salix%2-%3.iso").arg(archfolder).arg(cpuarch).arg(edition), isotmpf); } } else { QStringList decomposedVersion = version.split("."); QString simpleversion = decomposedVersion.at(0); // simple version contains only the two first numbers, i.e. 13.1 not 13.1.2 if (decomposedVersion.size() > 1) { simpleversion.append(".").append(decomposedVersion.at(1)); } if (islivecd) { if (isarch64) { cpuarch = "64"; } else { cpuarch = "32"; } downloadfile(QString("http://downloads.sourceforge.net/salix/%1/salixlive-%4-%2-%3.iso").arg(simpleversion).arg(version).arg(cpuarch).arg(edition), isotmpf); } else { if (isarch64) { cpuarch = "64"; } else { cpuarch = ""; } if (edition == "NONE") { // Salix 13.0 does not have any edition, Xfce was the default. downloadfile(QString("http://downloads.sourceforge.net/salix/%1/salix%3-%2.iso").arg(simpleversion).arg(version).arg(cpuarch), isotmpf); } else { downloadfile(QString("http://downloads.sourceforge.net/salix/%1/salix%3-%4-%2.iso").arg(simpleversion).arg(version).arg(cpuarch).arg(edition), isotmpf); } } } extractiso(isotmpf); } if (nameDistro == "Slax") { downloadfile("http://www.slax.org/get_slax.php?download=iso", isotmpf); extractiso(isotmpf); } if (nameDistro == "SliTaz") { downloadfile(fileFilterNetDir(QStringList() << QString("http://mirror.slitaz.org/iso/%1/").arg(relname) , 3072000, 1048576000, QList() << QRegExp("^slitaz", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("^slitaz-\\S{1,}.iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Smart Boot Manager") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://downloads.sourceforge.net/sourceforge/lubi/sbm-%1.img.gz").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "Super Grub Disk") { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); downloadfile(QString("http://lubi.sourceforge.net/sgd-latest.img").arg(relname), QString("%1ubninit").arg(targetPath)); } if (nameDistro == "Super OS") { downloadfile("http://hacktolive.org/download/os", isotmpf); extractiso(isotmpf); } if (nameDistro == "SystemRescueCD") { downloadfile(fileFilterNetDir(QStringList() << "ftp://ftp.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/s/project/sy/systemrescuecd/" << "http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/s/project/sy/systemrescuecd/" , 9440000, 1147483647, QList() << QRegExp("systemrescuecd\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("x86", Qt::CaseInsensitive) << QRegExp("systemrescuecd-x86\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp(".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } if (nameDistro == "Ubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://releases.ubuntu.com/"+relname << "http://releases.ubuntu.com/releases/"+relname << "ftp://releases.ubuntu.com/releases/.pool/" << "http://mirrors.gigenet.com/ubuntu/"+relname << "http://mirrors.easynews.com/linux/ubuntu-releases/"+relname << "http://www.gtlib.gatech.edu/pub/ubuntu-releases/"+relname << "http://ftp.wayne.edu/linux_distributions/ubuntu/"+relname << "http://ubuntu.mirrors.proxad.net/"+relname , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("ubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("ubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "Kubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/kubuntu/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/kubuntu/releases/"+relname+"/release" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("kubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("kubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "Lubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/lubuntu/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/lubuntu/releases/"+relname+"/release" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("lubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("lubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "xPUD") { if (relname == "stable") { downloadfile("http://xpud.org/xpud-latest-iso.php", isotmpf); } else if (relname == "unstable") { downloadfile("http://xpud.org/xpud-latest-snapshot.php", isotmpf); } /* initrdLoc = ""; kernelLoc = "/boot/xpud"; initrdOpts = ""; initrdLine = ""; slinitrdLine = ""; */ extractiso(isotmpf); } if (nameDistro == "Xubuntu") { if (isarch64) { cpuarch = "amd64"; } else { cpuarch = "i386"; } if (relname == "daily") { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/xubuntu/daily-live/current/" , 61440000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp("desktop\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } else { if (islivecd) { downloadfile(fileFilterNetDir(QStringList() << "http://cdimage.ubuntu.com/xubuntu/releases/"+relname+"/release" , 524288000, 1048576000, QList() << QRegExp(".iso$", Qt::CaseInsensitive) << QRegExp(cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) << QRegExp("xubuntu\\S{0,}"+relname+"\\S{0,}desktop\\S{0,}"+cpuarch+"\\S{0,}.iso$", Qt::CaseInsensitive) << QRegExp("xubuntu-"+relname+"\\S{0,}-desktop-"+cpuarch+".iso$", Qt::CaseInsensitive) ), isotmpf); extractiso(isotmpf); } } ubuntunetinst } if (nameDistro == "Zenwalk") { downloadfile(QString("ftp://zenwalk.mirrors.tds.net/pub/linux/zenlive/zenwalk-live-%1.iso").arg(relname), isotmpf); extractiso(isotmpf); } #endif distrover.cpp0000664000175000017500000006513112164740560012256 0ustar gezageza/* distrover.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifndef ubuntuverlist #define ubuntuverlist \ "12.04_NetInstall" << "12.04_NetInstall_x64" << "12.04_HdMedia" << "12.04_HdMedia_x64" << "12.04_Live" << "12.04_Live_x64" << \ "12.10_NetInstall" << "12.10_NetInstall_x64" << "12.10_HdMedia" << "12.10_HdMedia_x64" << "12.10_Live" << "12.10_Live_x64" << \ "13.04_NetInstall" << "13.04_NetInstall_x64" << "13.04_HdMedia" << "13.04_HdMedia_x64" << "13.04_Live" << "13.04_Live_x64" << \ "Daily_Live" << "Daily_Live_x64" #endif distroselect->addItem(unetbootin::tr("== Select Distribution =="), (QStringList() << unetbootin::tr("== Select Version ==") << unetbootin::tr("Welcome to UNetbootin, the Universal Netboot Installer. Usage:" "
  1. Select a distribution and version to download from the list above, or manually specify files to load below.
  2. " "
  3. Select an installation type, and press OK to begin installing.
") << unetbootin::tr("== Select Version =="))); distroselect->addItem("Arch Linux", (QStringList() << "core" << unetbootin::tr("Homepage: http://www.archlinux.org
" "Description: Arch Linux is a lightweight distribution optimized for speed and flexibility.
" "Install Notes: The default version allows for installation over the internet (FTP).") << "core" << "core_x64" << "netinstall" << "netinstall_x64")); distroselect->addItem("BackTrack", (QStringList() << "5R1-GNOME" << unetbootin::tr("Homepage: http://www.backtrack-linux.org/
" "Description: BackTrack is a distribution focused on network analysis and penetration testing.
" "Install Notes: BackTrack is booted and run in live mode; no installation is required to use it.") << "5R1-GNOME" << "5R1-GNOME_x64" << "5R1-KDE" << "5R1-KDE_x64")); distroselect->addItem("CentOS", (QStringList() << "6_Live" << unetbootin::tr("Homepage: http://www.centos.org
" "Description: CentOS is a free Red Hat Enterprise Linux clone.
" "Install Notes: The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "4" << "4_x64" << "5" << "5_x64" << "6" << "6_x64" << "6_Live" << "6_Live_x64")); distroselect->addItem("CloneZilla", (QStringList() << "1.1.0-8" << unetbootin::tr("Homepage: http://clonezilla.org/
" "Description: CloneZilla is a distribution used for disk backup and imaging.
" "Install Notes: CloneZilla is booted and run in live mode; no installation is required to use it.") << "1.1.0-8")); distroselect->addItem("Damn Small Linux", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://damnsmalllinux.org
" "Description: Damn Small Linux is a minimalist distribution designed for older computers.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional.") << "Latest_Live")); distroselect->addItem("Debian", (QStringList() << "Stable_NetInstall" << unetbootin::tr("Homepage: http://www.debian.org
" "Description: Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.
" "Install Notes: The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive") << "Stable_NetInstall" << "Stable_NetInstall_x64" << "Stable_HdMedia" << "Stable_HdMedia_x64" << "Testing_NetInstall" << "Testing_NetInstall_x64" << "Testing_HdMedia" << "Testing_HdMedia_x64" << "Unstable_NetInstall" << "Unstable_NetInstall_x64" << "Unstable_HdMedia" << "Unstable_HdMedia_x64")); // "Stable_NetInstall" << "Stable_NetInstall_x64" << "Stable_Live" << "Testing_NetInstall" << "Testing_NetInstall_x64" << "Testing_Live" << "Unstable_NetInstall" << "Unstable_NetInstall_x64" << "Unstable_Live")); distroselect->addItem("Dreamlinux", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.dreamlinux.com.br
" "Description: Dreamlinux is a user-friendly Debian-based distribution.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); distroselect->addItem("Dr.Web AntiVirus", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.freedrweb.com/livecd
" "Description: Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.
" "Install Notes: The Live version allows for booting in Live mode, from which malware scans can be launched.") << "Latest_Live")); distroselect->addItem("Elive", (QStringList() << "Stable_Live" << unetbootin::tr("Homepage: http://www.elivecd.org
" "Description: Elive is a Debian-based distribution featuring the Enlightenment window manager.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Stable_Live")); distroselect->addItem("Fedora", (QStringList() << "19_Live" << unetbootin::tr("Homepage: http://fedoraproject.org
" "Description: Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "17_NetInstall" << "17_NetInstall_x64" << "17_Live" << "17_Live_x64" << "18_NetInstall" << "18_NetInstall_x64" << "18_Live" << "18_Live_x64" << "19_NetInstall" << "19_NetInstall_x64" << "19_Live" << "19_Live_x64" << "Rawhide_NetInstall" << "Rawhide_NetInstall_x64")); distroselect->addItem("FreeBSD", (QStringList() << "8.0" << unetbootin::tr("Homepage: http://www.freebsd.org
" "Description: FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.
" "Install Notes: The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "6.3" << "6.3_x64" << "7.0" << "7.0_x64" << "7.2" << "7.2_x64" << "8.0" << "8.0_x64")); distroselect->addItem("FreeDOS", (QStringList() << "1.0" << unetbootin::tr("Homepage: http://www.freedos.org
" "Description: FreeDOS is a free MS-DOS compatible operating system.
" "Install Notes: See the manual for installation details.") << "1.0")); distroselect->addItem("FreeNAS", (QStringList() << "0.7.4919" << unetbootin::tr("Homepage: http://www.freenas.org
" "Description: FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.
" "Install Notes: The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk.") << "0.7.1.5024_Live" << "0.7.1.4997_Live_x64")); distroselect->addItem("Frugalware", (QStringList() << "Stable" << unetbootin::tr("Homepage: http://frugalware.org
" "Description: Frugalware is a general-purpose Slackware-based distro for advanced users.
" "Install Notes: The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "Stable" << "Stable_x64" << "Testing" << "Testing_x64" << "Current" << "Current_x64")); //distroselect->addItem("F-Secure Rescue CD", (QStringList() << "Latest_Live" << //unetbootin::tr("Homepage: http://www.f-secure.com/linux-weblog/
" // "Description: F-Secure Rescue CD detects and removes malware from your Windows installation.
" // "Install Notes: The Live version allows for booting in Live mode, from which malware scans can be launched.") << // "Latest_Live")); distroselect->addItem("GeeXboX", (QStringList() << "2.0-i386" << unetbootin::tr("Homepage: http://www.geexbox.org
" "Description: GeeXboX is an Embedded Linux Media Center Distribution.
") << "2.0-i386" << "2.0-x86_64")); //distroselect->addItem("Gentoo", (QStringList() << "2008.0_Live" << //unetbootin::tr("Homepage: http://www.gentoo.org
" // "Description: Gentoo is a flexible source-based distribution designed for advanced users.
" // "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << //"2007.0_Live" << "2007.0_Live_x64" << "2008.0_Live" << "2008.0_x64_Live")); // distroselect->addItem("GAG", (QStringList() << "4.9" << // tr("Homepage: http://gag.sourceforge.net
" // "Description: GAG is a user-friendly graphical boot manager.
" // "Install Notes: GAG simply boots and runs; no installation is required to use it.") << // "4.9")); distroselect->addItem("gNewSense", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.gnewsense.org
" "Description: gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); distroselect->addItem("Gujin", (QStringList() << "2.4" << unetbootin::tr("Homepage: http://gujin.sourceforge.net
" "Description: Gujin is a graphical boot manager which can bootstrap various volumes and files.
" "Install Notes: Gujin simply boots and runs; no installation is required to use it.") << "2.4")); distroselect->addItem("Kaspersky Rescue Disk", (QStringList() << "10_Live" << unetbootin::tr("Homepage: http://ftp.kaspersky.com/devbuilds/RescueDisk/
" "Description: Kaspersky Rescue Disk detects and removes malware from your Windows installation.
" "Install Notes: The Live version allows for booting in Live mode, from which malware scans can be launched.") << "10_Live" << "8_Live")); distroselect->addItem("Kubuntu", (QStringList() << "12.04_Live" << unetbootin::tr("Homepage: http://www.kubuntu.org
" "Description: Kubuntu is an official Ubuntu derivative featuring the KDE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("LinuxConsole", (QStringList() << "1.0.2010-cd" << unetbootin::tr("Homepage: http://linuxconsole.org
" "Description: LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .
" "Install Notes: The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel).") << "1.0.2010-cd")); distroselect->addItem("Linux Mint", (QStringList() << "13_Live" << unetbootin::tr("Homepage: http://linuxmint.com
" "Description: Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "13_Live" << "13_Live_x64" << "14_Live" << "14_Live_x64" << "15_Live" << "15_Live_x64")); distroselect->addItem("Lubuntu", (QStringList() << "12.04_Live" << unetbootin::tr("Homepage: http://www.lubuntu.net
" "Description: Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("Mandriva", (QStringList() << "2008.1_NetInstall" << unetbootin::tr("Homepage: http://www.mandriva.com/
" "Description: Mandriva is a user-friendly distro formerly known as Mandrake Linux.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded \"Free\" iso image files.") << "2008.0_NetInstall" << "2008.0_NetInstall_x64" << "2008.1_NetInstall" << "2008.1_NetInstall_x64")); distroselect->addItem("MEPIS", (QStringList() << "SimplyMEPIS" << unetbootin::tr("Homepage: http://www.mepis.org
" "Description: MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.
" "Install Notes: MEPIS supports booting in Live mode, from which the installer can optionally be launched.") << "SimplyMEPIS" << "SimplyMEPIS_x64" << "AntiX")); distroselect->addItem("NetbootCD", (QStringList() << "Latest" << unetbootin::tr("Homepage: http://netbootcd.tuxfamily.org
" "Description: NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.
" "Install Notes: NetbootCD boots and runs in live mode.") << "Latest")); //distroselect->addItem("NetBSD", (QStringList() << "4.0" << //unetbootin::tr("Homepage: http://www.netbsd.org
" // "Description: NetBSD is a Unix-like operating system which focuses on portability.
" // "Install Notes:The default version allows for both installation over the internet (FTP), or using pre-downloaded installation ISO files.") << //"4.0")); distroselect->addItem("NimbleX", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.nimblex.net
" "Description: NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.
" "Install Notes: NimbleX boots in Live mode.") << "Latest_Live")); distroselect->addItem("NTPasswd", (QStringList() << "2011.05.11" << unetbootin::tr("Homepage: http://pogostick.net/~pnh/ntpasswd/
" "Description: The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.
" "Install Notes: NTPasswd is booted and run in live mode; no installation is required to use it.") << "2008.05.26" << "2011.05.11")); distroselect->addItem("openSUSE", (QStringList() << "11.1" << unetbootin::tr("Homepage: http://www.opensuse.org
" "Description: openSUSE is a user-friendly Novell sponsored distribution.
" "Install Notes: The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << "11.1" << "11.1_x64" << "Factory" << "Factory_x64")); distroselect->addItem("Ophcrack", (QStringList() << "XP-LiveCD-2.0" << unetbootin::tr("Homepage: http://ophcrack.sourceforge.net
" "Description: Ophcrack can crack Windows passwords.
" "Install Notes: Ophcrack is booted and run in live mode; no installation is required to use it.") << "XP-LiveCD-2.0" << "Vista-LiveCD-2.0")); distroselect->addItem("Parted Magic", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://partedmagic.com
" "Description: Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.
" "Install Notes: Parted Magic is booted and run in live mode; no installation is required to use it.") << "2.1_Live" << "Latest_Live")); //distroselect->addItem("PCLinuxOS", (QStringList() << "KDE 2010" << //unetbootin::tr("Homepage: http://www.pclinuxos.com
" // "Description: PCLinuxOS is a user-friendly Mandriva-based distribution.
" // "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << //"KDE 2010" << "Gnome 2010" << "LXDE 2010" << "MiniMe 2010" << "E17 2010")); distroselect->addItem("Puppy Linux", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.puppylinux.com
" "Description: Puppy Linux is a lightweight distribution designed for older computers.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional.") << "Latest_Live")); distroselect->addItem("Sabayon Linux", (QStringList() << "5.2" << unetbootin::tr("Homepage: http://www.sabayonlinux.org
" "Description: Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive") << "5.1" << "5.1_x64" << "5.2" << "5.2_x64")); distroselect->addItem("Salix", (QStringList() << "13.37_Live_Xfce" << unetbootin::tr("Homepage: http://salixos.org
" "Description: Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.
" "Like a bonsai, Salix is small, light & the product of infinite care.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.
" "Default root password is live.") << "13.0.2a_HdMedia" << "13.0.2a_HdMedia_x64" << "13.1.2_HdMedia_Fluxbox" << "13.1.2_HdMedia_Fluxbox_x64" << "13.1.2_HdMedia_KDE" << "13.1.2_HdMedia_KDE_x64" << "13.1.2_HdMedia_LXDE" << "13.1.2_HdMedia_LXDE_x64" << "13.1.2_HdMedia_Xfce" << "13.1.2_HdMedia_Xfce_x64" << "13.37_HdMedia_Fluxbox" << "13.37_HdMedia_Fluxbox_x64" << "13.37_HdMedia_KDE" << "13.37_HdMedia_KDE_x64" << "13.37_HdMedia_LXDE" << "13.37_HdMedia_LXDE_x64" << "13.37_HdMedia_Ratpoison" << "13.37_HdMedia_Ratpoison_x64" << "13.37_HdMedia_Xfce" << "13.37_HdMedia_Xfce_x64" << "13.37_Live_Xfce" << "13.37_Live_Xfce_x64" << "Latest_HdMedia_Fluxbox" << "Latest_HdMedia_Fluxbox_x64" << "Latest_HdMedia_KDE" << "Latest_HdMedia_KDE_x64" << "Latest_HdMedia_LXDE" << "Latest_HdMedia_LXDE_x64" << "Latest_HdMedia_Ratpoison" << "Latest_HdMedia_Ratpoison_x64" << "Latest_HdMedia_Xfce" << "Latest_HdMedia_Xfce_x64" << "Latest_Live_Fluxbox" << "Latest_Live_Fluxbox_x64" << "Latest_Live_KDE" << "Latest_Live_KDE_x64" << "Latest_Live_LXDE" << "Latest_Live_LXDE_x64" << "Latest_Live_Ratpoison" << "Latest_Live_Ratpoison_x64" << "Latest_Live_Xfce" << "Latest_Live_Xfce_x64")); distroselect->addItem("Slax", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://www.slax.org
" "Description: Slax is a Slackware-based distribution featuring the KDE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); distroselect->addItem("SliTaz", (QStringList() << "Stable_Live" << unetbootin::tr("Homepage: http://www.slitaz.org/en
" "Description: SliTaz is a lightweight, desktop-oriented micro distribution.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional.") << "Stable_Live" << "Cooking_Live")); distroselect->addItem("Smart Boot Manager", (QStringList() << "3.7" << unetbootin::tr("Homepage: http://btmgr.sourceforge.net/about.html
" "Description: Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.
" "Install Notes: SBM simply boots and runs; no installation is required to use it.") << "3.7")); distroselect->addItem("Super Grub Disk", (QStringList() << "Latest" << unetbootin::tr("Homepage: http://www.supergrubdisk.org
" "Description: Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.
" "Install Notes: SGD simply boots and runs; no installation is required to use it.") << "Latest")); distroselect->addItem("Super OS", (QStringList() << "Latest_Live" << unetbootin::tr("Homepage: http://hacktolive.org/wiki/Super_OS
" "Description: Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Latest_Live")); //distroselect->addItem("SystemRescueCD", (QStringList() << "Latest_Live" << //unetbootin::tr("Homepage: http://www.sysresccd.org
" // "Description: SystemRescueCD includes various partition management and data recovery and backup tools.
" // "Install Notes: SystemRescueCD is booted and run in live mode; no installation is required to use it.") << //"Latest_Live")); distroselect->addItem("Ubuntu", (QStringList() << "12.04_Live" << unetbootin::tr("Homepage: http://www.ubuntu.com
" "Description: Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("xPUD", (QStringList() << "Stable_Live" << unetbootin::tr("Homepage: http://www.xpud.org
" "Description: xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory.") << "Stable_Live" << "Unstable_Live")); distroselect->addItem("Xubuntu", (QStringList() << "12.04_Live" << unetbootin::tr("Homepage: http://www.xubuntu.org
" "Description: Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") << ubuntuverlist)); distroselect->addItem("Zenwalk", (QStringList() << "5.2" << unetbootin::tr("Homepage: http://www.zenwalk.org
" "Description: Zenwalk is a Slackware-based distribution featuring the XFCE desktop.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "5.2")); distrovercust.cpp0000664000175000017500000001406611730653576013166 0ustar gezageza/* distrovercust.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifdef AUTOSUPERGRUBDISK distroselect->addItem("Super Grub Disk", (QStringList() << "Latest" << unetbootin::tr("Homepage: http://www.supergrubdisk.org
" "Description: Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.
" "Install Notes: SGD simply boots and runs; no installation is required to use it.") << "Latest")); QFile asgdDescF; if (QFile::exists(QString(":/asgd_%1.htm").arg(appNlang))) { asgdDescF.setFileName(QString(":/asgd_%1.htm").arg(appNlang)); } else { asgdDescF.setFileName(":/asgd_en.htm"); } asgdDescF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream asgdDescS(&asgdDescF); distroselect->addItem("Auto Super Grub Disk", (QStringList() << "1.0" << asgdDescS.readAll() << "1.0")); #endif #ifdef EEEPCLOS distroselect->addItem("EeePCLinuxOS", (QStringList() << "pre2008_Live" << unetbootin::tr("
" "Homepage: http://www.eeepclinuxos.com
" "Description: EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "pre2008_Live")); #endif #ifdef EEEUBUNTU distroselect->addItem("Ubuntu Eee", (QStringList() << "8.04" << unetbootin::tr("
" "Homepage: http://www.ubuntu-eee.com
" "Description: Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << // tr("
" // "Homepage: http://www.ubuntu-eee.com
" // "Description: Ubuntu Eee is a user-friendly Ubuntu based distribution for the EeePC.
" // "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "8.04")); #endif #ifdef ELIVE distroselect->addItem("Elive", (QStringList() << "Stable_Live" << unetbootin::tr("
" "Homepage: http://www.elivecd.org
" "Description: Elive is a Debian-based distribution featuring the Enlightenment window manager.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Stable_Live" << "Unstable_Live")); #endif #ifdef KIWILINUX distroselect->addItem("Kiwi Linux", (QStringList() << "9.04" << unetbootin::tr("
" "Homepage: http://www.kiwilinux.org
" "Description: Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "9.04")); #endif #ifdef GNEWSENSE distroselect->addItem("gNewSense", (QStringList() << "deltah-2.1" << unetbootin::tr("
" "Homepage: http://www.gnewsense.org
" "Description: gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.
" "Install Notes: Make sure install media is empty and formatted before proceeding with install.") << "deltah-2.1")); #endif #ifdef NIMBLEX distroselect->addItem("NimbleX", (QStringList() << "Latest_Live" << unetbootin::tr("
" "Homepage: http://www.nimblex.net
" "Description: NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.
" "Install Notes: NimbleX boots in Live mode.") << "Latest_Live")); #endif #ifdef SLITAZ distroselect->addItem("SliTaz", (QStringList() << "Stable" << unetbootin::tr("
" "Homepage: http://www.slitaz.org/en
" "Description: SliTaz is a lightweight, desktop-oriented micro distribution.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on UNetbootin.") << "Stable" << "Cooking" << "Webboot")); #endif #ifdef XPUD distroselect->addItem("xPUD", (QStringList() << "Stable_Live" << unetbootin::tr("
" "Homepage: http://www.xpud.org
" "Description: xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.
" "Install Notes: The Live version loads the entire system into RAM and boots from memory.") << "Stable_Live" << "Unstable_Live")); #endif main.cpp0000664000175000017500000003553311730653576011174 0ustar gezageza/* main.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #include "unetbootin.h" #ifdef Q_OS_WIN32 void configsysUndo(QString uninstPathL) { if (!QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/config.sys").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL)))) { QFile::remove(QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL))); QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/config.sys").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL))); } SetFileAttributesA(QDir::toNativeSeparators(QString("%1config.sys").arg(uninstPathL)).toLocal8Bit(), FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_ARCHIVE); } void bootiniUndo(QString uninstPathL) { if (!QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/boot.ini").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL)))) { QFile::remove(QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL))); QFile::copy(QDir::toNativeSeparators(QString("%1unetbtin/boot.ini").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL))); } SetFileAttributesW(LPWSTR(QDir::toNativeSeparators(QString("%1boot.ini").arg(uninstPathL)).utf16()), FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_ARCHIVE); } void vistabcdUndo(QString uninstPathL) { QSettings vdtustor("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); QVariant warch64varL(QVariant::Bool); warch64varL = vdtustor.value("WArch64"); bool warch64L = warch64varL.value(); if (warch64L) { unetbootin::callexternapp(QDir::toNativeSeparators(QString("%1unetbtin/emtxfile.exe").arg(uninstPathL)), QDir::toNativeSeparators(QString("%1unetbtin/vbcdundo.bat runas").arg(uninstPathL))); } else { unetbootin::callexternapp(QDir::toNativeSeparators(QString("%1unetbtin/vbcdundo.bat").arg(uninstPathL)), ""); } vdtustor.remove("WArch64"); } #endif void clearOutDir(QString pDirToDel) { QDir dirToDel(pDirToDel); QStringList rmfileList = dirToDel.entryList(QDir::Files); for (int i = 0; i < rmfileList.size(); ++i) { QFile::setPermissions(QDir::toNativeSeparators(QString("%1/%2").arg(pDirToDel).arg(rmfileList.at(i))), QFile::WriteOther); QFile::remove(QDir::toNativeSeparators(QString("%1/%2").arg(pDirToDel).arg(rmfileList.at(i)))); } dirToDel.rmdir(pDirToDel); } void ubnUninst() { #ifdef Q_OS_UNIX QSettings chkinstL(QSettings::SystemScope, "UNetbootin"); QString uninstPath = "/"; QString uninstsubDir = QDir::toNativeSeparators(QString("%1boot/").arg(uninstPath)); if (QFile::exists(QString("%1ubninit").arg(uninstsubDir))) QFile::remove(QString("%1ubninit").arg(uninstsubDir)); if (QFile::exists(QString("%1ubnkern").arg(uninstsubDir))) QFile::remove(QString("%1ubnkern").arg(uninstsubDir)); if (QFile::exists(QString("%1grub/menu.lst.bak").arg(uninstsubDir))) { if (QFile::exists(QString("%1grub/menu.lst").arg(uninstsubDir))) { QFile::remove(QString("%1grub/menu.lst").arg(uninstsubDir)); } QFile::rename(QString("%1grub/menu.lst.bak").arg(uninstsubDir), QString("%1grub/menu.lst").arg(uninstsubDir)); } if (QFile::exists(QString("%1grub/grub.cfg.bak").arg(uninstsubDir))) { if (QFile::exists(QString("%1grub/grub.cfg").arg(uninstsubDir))) { QFile::remove(QString("%1grub/grub.cfg").arg(uninstsubDir)); } QFile::rename(QString("%1grub/grub.cfg.bak").arg(uninstsubDir), QString("%1grub/grub.cfg").arg(uninstsubDir)); } #endif #ifdef Q_OS_WIN32 QSettings autostrt("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", QSettings::NativeFormat); if (autostrt.contains("UNetbootin Uninstaller")) { autostrt.remove("UNetbootin Uninstaller"); } QSettings chkinstL("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); QVariant uninstvar(QVariant::String); uninstvar = chkinstL.value("Location"); QString uninstPath = uninstvar.value(); QString uninstsubDir = QDir::toNativeSeparators(QString("%1unetbtin/").arg(uninstPath)); if (QSysInfo::WindowsVersion == QSysInfo::WV_32s || QSysInfo::WindowsVersion == QSysInfo::WV_95 || QSysInfo::WindowsVersion == QSysInfo::WV_98 || QSysInfo::WindowsVersion == QSysInfo::WV_Me) { configsysUndo(uninstPath); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_NT || QSysInfo::WindowsVersion == QSysInfo::WV_2000 || QSysInfo::WindowsVersion == QSysInfo::WV_XP || QSysInfo::WindowsVersion == QSysInfo::WV_2003 ) { bootiniUndo(uninstPath); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_VISTA) { vistabcdUndo(uninstPath); } else { configsysUndo(uninstPath); bootiniUndo(uninstPath); vistabcdUndo(uninstPath); } #endif if (QFile::exists(QString("%1ubnfilel.txt").arg(uninstsubDir))) { QFile ubnfilelF(QString("%1ubnfilel.txt").arg(uninstsubDir)); ubnfilelF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream ubnfilelS(&ubnfilelF); while (!ubnfilelS.atEnd()) { QFile::remove(QString("%1%2").arg(uninstPath).arg(ubnfilelS.readLine())); } ubnfilelF.close(); QFile::remove(QString("%1ubnfilel.txt").arg(uninstsubDir)); } if (QFile::exists(QString("%1ubnpathl.txt").arg(uninstsubDir))) { QFile ubnpathlF(QString("%1ubnpathl.txt").arg(uninstsubDir)); ubnpathlF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream ubnpathlS(&ubnpathlF); QDir unrdir(uninstPath); while (!ubnpathlS.atEnd()) { unrdir.rmdir(ubnpathlS.readLine()); } ubnpathlF.close(); QFile::remove(QString("%1ubnpathl.txt").arg(uninstsubDir)); } #ifdef Q_OS_WIN32 clearOutDir(QDir::toNativeSeparators(QString("%1unetbtin").arg(uninstPath))); QFile::remove(QDir::toNativeSeparators(QString("%1ubnldr.exe").arg(uninstPath))); QFile::remove(QDir::toNativeSeparators(QString("%1ubnldr").arg(uninstPath))); QFile::remove(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(uninstPath))); #endif chkinstL.clear(); QMessageBox finmsgb; finmsgb.setIcon(QMessageBox::Information); finmsgb.setWindowTitle(uninstaller::tr("Uninstallation Complete")); finmsgb.setText(uninstaller::tr("%1 has been uninstalled.").arg(UNETBOOTINB)); finmsgb.setStandardButtons(QMessageBox::Ok); switch (finmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } QString checkforgraphicalsu(QString graphicalsu) { QProcess whereiscommand; whereiscommand.start(QString("which %1").arg(graphicalsu)); whereiscommand.waitForFinished(-1); QString commandbinpath = QString(whereiscommand.readAll()).trimmed(); if (!commandbinpath.isEmpty() && QFile::exists(commandbinpath)) return commandbinpath; else return "REQCNOTFOUND"; } int main(int argc, char **argv) { QApplication app(argc, argv, true); QTranslator custranldr; QTranslator translator; QString tnapplang; QString tnappcoun; QString clangcode = ""; QStringList allappargs = app.arguments(); QList > oppairs; for (QList::const_iterator i = allappargs.constBegin(); i < allappargs.constEnd(); ++i) { if (i->count('=') == 1) oppairs.append(QPair(i->section('=', 0, 0).simplified(), i->section('=',1, 1).simplified())); } for (QList >::const_iterator i = oppairs.constBegin(); i < oppairs.constEnd(); ++i) { if (i->first.contains("lang", Qt::CaseInsensitive)) { clangcode = i->second; tnapplang = clangcode.left(2); if (clangcode.contains('_') && clangcode.size() == 5) { tnappcoun = clangcode.section('_', -1, -1); } break; } } if (clangcode.isEmpty()) { clangcode = QLocale::system().name(); tnapplang = clangcode.left(2); if (clangcode.contains('_') && clangcode.size() == 5) { tnappcoun = clangcode.section('_', -1, -1); } } QDir applocdir(app.applicationDirPath()); QStringList applocfiles = applocdir.entryList(QStringList() << "*.qm", QDir::Files); if (!applocfiles.isEmpty()) { QString custqmfilepath = applocfiles.at(0); if (!applocfiles.filter("unetbootin").isEmpty()) { custqmfilepath = applocfiles.filter("unetbootin").at(0); if (!applocfiles.filter("unetbootin").filter(tnapplang).isEmpty()) { custqmfilepath = applocfiles.filter("unetbootin").filter(tnapplang).at(0); if (!tnappcoun.isEmpty() && !applocfiles.filter("unetbootin").filter(tnapplang).filter(tnappcoun).isEmpty()) custqmfilepath = applocfiles.filter("unetbootin").filter(tnapplang).filter(tnappcoun).at(0); } } if (custranldr.load(custqmfilepath, app.applicationDirPath())) app.installTranslator(&custranldr); } if (!tnappcoun.isEmpty() && QFile::exists(QString("%1/unetbootin_%2_%3.qm").arg(app.applicationDirPath()).arg(tnapplang).arg(tnappcoun)) && translator.load(QString("%1/unetbootin_%2_%3.qm").arg(app.applicationDirPath()).arg(tnapplang).arg(tnappcoun))) { app.installTranslator(&translator); } else if (!tnappcoun.isEmpty() && QFile::exists(QString(":/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun)) && translator.load(QString(":/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun))) { app.installTranslator(&translator); } else if (!tnappcoun.isEmpty() && QFile::exists(QString("/usr/share/unetbootin/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun)) && translator.load(QString("/usr/share/unetbootin/unetbootin_%1_%2.qm").arg(tnapplang).arg(tnappcoun))) { app.installTranslator(&translator); } else if (QFile::exists(QString("%1/unetbootin_%2.qm").arg(app.applicationDirPath(), tnapplang)) && translator.load(QString("%1/unetbootin_%2.qm").arg(app.applicationDirPath(), tnapplang))) { app.installTranslator(&translator); } else if (QFile::exists(QString(":/unetbootin_%1.qm").arg(tnapplang)) && translator.load(QString(":/unetbootin_%1.qm").arg(tnapplang))) { app.installTranslator(&translator); } else if (QFile::exists(QString("/usr/share/unetbootin/unetbootin_%1.qm").arg(tnapplang)) && translator.load(QString("/usr/share/unetbootin/unetbootin_%1.qm").arg(tnapplang))) { app.installTranslator(&translator); } else { tnapplang = "en"; tnappcoun = "US"; clangcode = "en_US"; } app.installTranslator(&translator); if (QObject::tr("LeftToRight") == "RightToLeft") app.setLayoutDirection(Qt::RightToLeft); #ifdef Q_OS_UNIX bool disabledrootcheck = false; for (QList >::const_iterator i = oppairs.constBegin(); i < oppairs.constEnd(); ++i) { if (i->first.contains("rootcheck", Qt::CaseInsensitive)) { if (i->second.contains('n', Qt::CaseInsensitive)) disabledrootcheck = true; break; } } if (!disabledrootcheck) { QProcess whoamip; whoamip.start("whoami"); whoamip.waitForFinished(); if (QString(whoamip.readAll()).remove("\r").remove("\n") != "root") { QString argsconc = ""; for (int i = 1; i < allappargs.size(); ++i) { argsconc += QString("\"%1\" ").arg(allappargs.at(i)); } argsconc += "'rootcheck=no'"; #ifdef Q_OS_LINUX QString gksulocation = checkforgraphicalsu("gksu"); if (gksulocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(gksulocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QString kdesulocation = checkforgraphicalsu("kdesu"); if (kdesulocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(kdesulocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QString gnomesulocation = checkforgraphicalsu("gnomesu"); if (gnomesulocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(gnomesulocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QString kdesudolocation = checkforgraphicalsu("kdesudo"); if (kdesudolocation != "REQCNOTFOUND") { QProcess::startDetached(QString("%1 %2 %3").arg(kdesudolocation).arg(app.applicationFilePath()).arg(argsconc)); return 0; } QMessageBox rootmsgb; rootmsgb.setIcon(QMessageBox::Warning); rootmsgb.setWindowTitle(uninstaller::tr("Must run as root")); rootmsgb.setTextFormat(Qt::RichText); rootmsgb.setText(uninstaller::tr("%2 must be run as root. Close it, and re-run using either:
sudo %1
or:
su - -c '%1'").arg(app.applicationFilePath()).arg(UNETBOOTINB)); rootmsgb.setStandardButtons(QMessageBox::Ok); switch (rootmsgb.exec()) { case QMessageBox::Ok: break; default: break; } #endif #ifdef Q_OS_MAC QProcess osascriptProc; osascriptProc.start("osascript"); osascriptProc.write(QString("do shell script \""+app.applicationFilePath()+"\" with administrator privileges\n").toAscii().data()); osascriptProc.closeWriteChannel(); osascriptProc.waitForFinished(-1); return 0; #endif } } #endif #ifdef Q_OS_WIN32 QSettings chkinst("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); #endif #ifdef Q_OS_LINUX QSettings chkinst(QSettings::SystemScope, "UNetbootin"); #endif #ifndef Q_OS_MAC if (chkinst.contains("Location")) { QMessageBox uninstmsgb; uninstmsgb.setIcon(QMessageBox::Information); uninstmsgb.setWindowTitle(uninstaller::tr("%1 Uninstaller").arg(UNETBOOTINB)); uninstmsgb.setText(uninstaller::tr("%1 is currently installed. Remove the existing version?").arg(UNETBOOTINB)); uninstmsgb.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); switch (uninstmsgb.exec()) { case QMessageBox::Ok: { ubnUninst(); } case QMessageBox::Cancel: break; default: break; } return 0; } #endif unetbootin unetbootin; unetbootin.appNlang = tnapplang; unetbootin.appDir = QDir::toNativeSeparators(QString("%1/").arg(app.applicationDirPath())); unetbootin.appLoc = app.applicationFilePath(); QIcon icon; icon.addFile(":/unetbootin_16.png", QSize(16,16)); icon.addFile(":/unetbootin_22.png", QSize(22,22)); icon.addFile(":/unetbootin_24.png", QSize(24,24)); icon.addFile(":/unetbootin_32.png", QSize(32,32)); icon.addFile(":/unetbootin_48.png", QSize(48,48)); #ifdef Q_OS_LINUX icon.addFile("/usr/share/pixmaps/unetbootin.png"); icon.addFile("/usr/share/pixmaps/unetbootin.xpm"); #endif unetbootin.setWindowIcon(icon); QObject::connect(&app, SIGNAL(lastWindowClosed()), &unetbootin, SLOT(killApplication())); bool automate = unetbootin.ubninitialize(oppairs); unetbootin.show(); if (automate) QTimer::singleShot(0, &unetbootin, SLOT(on_okbutton_clicked())); return app.exec(); } unetbootin.cpp0000664000175000017500000043555712153677646012454 0ustar gezageza/* unetbootin.cpp from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #include "unetbootin.h" static const QList ignoredtypesbothRL = QList() << QRegExp("isolinux.bin$", Qt::CaseInsensitive) << QRegExp("isolinux.cfg$", Qt::CaseInsensitive) << QRegExp("memtest$", Qt::CaseInsensitive) << QRegExp("memtest.bin$", Qt::CaseInsensitive) << QRegExp("memtest86$", Qt::CaseInsensitive) << QRegExp("memtest86.bin$", Qt::CaseInsensitive) << QRegExp("memtest+$", Qt::CaseInsensitive) << QRegExp("memtest+.bin$", Qt::CaseInsensitive) << QRegExp("memtest86+$", Qt::CaseInsensitive) << QRegExp("memtest86+.bin$", Qt::CaseInsensitive) << QRegExp("memtestplus$", Qt::CaseInsensitive) << QRegExp("memtestplus.bin$", Qt::CaseInsensitive) << QRegExp("memtest86plus$", Qt::CaseInsensitive) << QRegExp("memtest86plus.bin$", Qt::CaseInsensitive) << QRegExp("mt86plus$", Qt::CaseInsensitive) << QRegExp("mt86+$", Qt::CaseInsensitive) << QRegExp("mt86.bin$", Qt::CaseInsensitive) << QRegExp("mt86plus.bin$", Qt::CaseInsensitive) << QRegExp("mt86+.bin$", Qt::CaseInsensitive) << QRegExp("system.map$", Qt::CaseInsensitive) << QRegExp(".efimg$", Qt::CaseInsensitive) << QRegExp(".html$", Qt::CaseInsensitive) << QRegExp(".jpg$", Qt::CaseInsensitive) << QRegExp(".png$", Qt::CaseInsensitive) << QRegExp(".pdf$", Qt::CaseInsensitive) << QRegExp(".pcx$", Qt::CaseInsensitive) << QRegExp(".rle$", Qt::CaseInsensitive) << QRegExp(".fnt$", Qt::CaseInsensitive) << QRegExp(".psd$", Qt::CaseInsensitive) << QRegExp(".xcf$", Qt::CaseInsensitive) << QRegExp(".bmp$", Qt::CaseInsensitive) << QRegExp(".svg$", Qt::CaseInsensitive) << QRegExp(".md5$", Qt::CaseInsensitive) << QRegExp(".md5sum$", Qt::CaseInsensitive) << QRegExp(".sha1$", Qt::CaseInsensitive) << QRegExp(".sha1sum$", Qt::CaseInsensitive) << QRegExp(".c32$", Qt::CaseInsensitive) << QRegExp(".sig$", Qt::CaseInsensitive) << QRegExp(".msg$", Qt::CaseInsensitive) << QRegExp(".cat$", Qt::CaseInsensitive) << QRegExp(".txt$", Qt::CaseInsensitive) << QRegExp(".tar$", Qt::CaseInsensitive) << QRegExp(".exe$", Qt::CaseInsensitive) << QRegExp(".deb$", Qt::CaseInsensitive) << QRegExp(".udeb$", Qt::CaseInsensitive) << QRegExp("system.map", Qt::CaseInsensitive); static const QList ignoredtypeskernelRL = QList() << QRegExp("initrd.gz$", Qt::CaseInsensitive) << QRegExp("initrd.img$", Qt::CaseInsensitive); static const QList ignoredtypesinitrdRL = QList() << QRegExp("bzImage$", Qt::CaseInsensitive); static const QString SALT_DETECTED = "*SaLT*"; void callexternappT::run() { #ifdef Q_OS_WIN32 SHELLEXECUTEINFO ShExecInfo = {0}; ShExecInfo.cbSize = sizeof(SHELLEXECUTEINFO); ShExecInfo.fMask = SEE_MASK_NOCLOSEPROCESS; ShExecInfo.hwnd = NULL; if (QSysInfo::WindowsVersion == QSysInfo::WV_NT || QSysInfo::WindowsVersion == QSysInfo::WV_2000 || QSysInfo::WindowsVersion == QSysInfo::WV_XP || QSysInfo::WindowsVersion == QSysInfo::WV_2003 ) { ShExecInfo.lpVerb = NULL; } else { ShExecInfo.lpVerb = L"runas"; } ShExecInfo.lpFile = LPWSTR(execFile.utf16()); ShExecInfo.lpParameters = LPWSTR(execParm.utf16()); ShExecInfo.lpDirectory = NULL; ShExecInfo.nShow = SW_HIDE; ShExecInfo.hInstApp = NULL; ShellExecuteEx(&ShExecInfo); WaitForSingleObject(ShExecInfo.hProcess,INFINITE); retnValu = ""; #endif #ifdef Q_OS_UNIX QProcess lnexternapp; lnexternapp.start(QString("%1 %2").arg(execFile).arg(execParm)); lnexternapp.waitForFinished(-1); retnValu = QString(lnexternapp.readAll()); #endif } void callexternappWriteToStdinT::run() { QProcess lnexternapp; lnexternapp.start(QString("%1 %2").arg(execFile).arg(execParm)); lnexternapp.write(writeToStdin.toAscii().data()); lnexternapp.closeWriteChannel(); lnexternapp.waitForFinished(-1); retnValu = QString(lnexternapp.readAll()); } void copyfileT::run() { QFile srcF(source); srcF.open(QIODevice::ReadOnly); QFile dstF(destination); dstF.open(QIODevice::WriteOnly); qint64 maxbytes = srcF.size(); qint64 dlbytes = 0; char *buf = new char[262144]; while (!srcF.atEnd()) { qint64 bytesread = srcF.read(buf, 262144); dstF.write(buf, bytesread); dlbytes += bytesread; emit datacopied64(dlbytes, maxbytes); #ifdef Q_OS_UNIX unetbootin::callexternapp("sync", ""); #endif } delete[] buf; srcF.close(); dstF.close(); emit finished(); } ubngetrequestheader::ubngetrequestheader(QString urhost, QString urpath) { this->setRequest("GET", urpath); this->setValue("HOST", urhost); this->setValue("User-Agent", "UNetbootin/1.1.1"); // this->setValue("User-Agent", "Wget/1.10.2"); this->setValue("Accept", "*/*"); this->setValue("Connection", "Keep-Alive"); } randtmpfile::randtmpfile(QString rfpath, QString rfextn) { QString basefn = getrandfilename(rfpath, rfextn); this->setFileName(basefn); } QString randtmpfile::getrandfilename(QString rfpath, QString rfextn) { qsrand((unsigned int)time(0)); QString basefn = QString("%1un%2.%3").arg(rfpath).arg(qrand() % 999999).arg(rfextn); while (QFile::exists(basefn)) { basefn = QString("%1%2.%3").arg(rfpath).arg(qrand() % 999999).arg(rfextn); } return basefn; } void nDirListStor::sAppendSelfUrlInfoList(QUrlInfo curDirUrl) { if (curDirUrl.isValid() && curDirUrl.isReadable() && curDirUrl.isFile() && curDirUrl.size() > nMinFileSizeBytes && curDirUrl.size() < nMaxFileSizeBytes) { nDirFileListSL.append(curDirUrl.name()); } else if (this->searchsymlinks && curDirUrl.isReadable() && curDirUrl.isSymLink()) { nDirFileListSL.append(curDirUrl.name()); } } unetbootin::unetbootin(QWidget *parent) : QWidget(parent) { setupUi(this); } bool unetbootin::ubninitialize(QList > oppairs) { redundanttopleveldir = false; isarch64 = false; islivecd = false; isnetinstall = false; ishdmedia = false; overwriteall = false; searchsymlinks = false; ignoreoutofspace = false; downloadFailed = false; exitOnCompletion = false; testingDownload = false; issalt = false; persistenceSpaceMB = 0; #ifdef Q_OS_MAC ignoreoutofspace = true; #endif dontgeneratesyslinuxcfg = false; #ifdef Q_OS_UNIX isext2 = false; #endif secondlayer->setEnabled(false); secondlayer->hide(); firstlayer->setEnabled(true); firstlayer->show(); this->setWindowTitle(UNETBOOTINB); overwriteall = false; #ifndef Q_OS_MAC typeselect->addItem(tr("Hard Disk")); #endif typeselect->addItem(tr("USB Drive")); diskimagetypeselect->addItem(tr("ISO")); diskimagetypeselect->addItem(tr("Floppy")); bool hideCustom = true; #ifdef NOEXTERN optionslayer->setEnabled(false); optionslayer->hide(); radioFloppy->setEnabled(false); radioFloppy->hide(); radioManual->setEnabled(false); radioManual->hide(); intromessage->resize(intromessage->width(), intromessage->height() + 135); #endif #ifdef NOFLOPPY if (diskimagetypeselect->findText(tr("Floppy")) != -1) diskimagetypeselect->removeItem(diskimagetypeselect->findText(tr("Floppy"))); #endif #ifdef NOISO if (diskimagetypeselect->findText(tr("ISO")) != -1) diskimagetypeselect->removeItem(diskimagetypeselect->findText(tr("ISO"))); #endif #include "distrovercust.cpp" #ifdef STDUNETBOOTIN optionslayer->setEnabled(true); optionslayer->show(); #include "distrover.cpp" #endif #include "customdistselect.cpp" #ifdef Q_OS_MAC resourceDir = QDir(QApplication::applicationDirPath()); resourceDir.cdUp(); resourceDir.cd("Resources"); syslinuxcommand = resourceDir.absoluteFilePath("syslinux-mac"); sevzcommand = resourceDir.absoluteFilePath("7z-mac"); mke2fscommand = resourceDir.absoluteFilePath("mke2fs"); fdiskcommand = locatecommand("fdisk", tr("either"), "util-linux"); #endif #ifdef Q_OS_LINUX if (QFile::exists("/sbin/fdisk")) fdiskcommand = "/sbin/fdisk"; else fdiskcommand = locatecommand("fdisk", tr("either"), "util-linux"); if (QFile::exists("/bin/df")) dfcommand = "/bin/df"; else dfcommand = locatecommand("df", tr("either"), "util-linux"); if (QFile::exists("/sbin/sfdisk")) sfdiskcommand = "/sbin/sfdisk"; else sfdiskcommand = locatecommand("sfdisk", tr("either"), "silent"); if (QFile::exists("/lib/udev/vol_id")) volidcommand = "/lib/udev/vol_id"; else volidcommand = locatecommand("vol_id", tr("either"), "silent"); if (volidcommand.isEmpty()) { if (QFile::exists("/sbin/blkid")) blkidcommand = "/sbin/blkid"; else blkidcommand = locatecommand("blkid", tr("either"), "e2fsprogs"); } else blkidcommand = "/sbin/blkid"; if (QFile::exists("/sbin/mke2fs")) mke2fscommand = "/sbin/mke2fs"; else mke2fscommand = locatecommand("mke2fs", tr("LiveUSB persistence"), "e2fsprogs"); if (QFile::exists("/sbin/e2label")) e2labelcommand = "/sbin/e2label"; else e2labelcommand = locatecommand("e2label", "Arch Linux", "e2fsprogs"); if (QFile::exists("/usr/bin/mlabel")) mlabelcommand = "/usr/bin/mlabel"; else mlabelcommand = locatecommand("mlabel", "Arch Linux", "mtools"); syslinuxcommand = "/usr/bin/ubnsylnx"; extlinuxcommand = "/usr/bin/ubnexlnx"; #ifdef NOSTATIC if (QFile::exists("/usr/bin/syslinux")) syslinuxcommand = "/usr/bin/syslinux"; else syslinuxcommand = locatecommand("syslinux", tr("FAT32-formatted USB drive"), "syslinux"); if (QFile::exists("/usr/bin/extlinux")) extlinuxcommand = "/usr/bin/extlinux"; else extlinuxcommand = locatecommand("extlinux", tr("EXT2-formatted USB drive"), "syslinux"); #endif sevzcommand = locatecommand("7z", tr("either"), "p7zip-full"); ubntmpf = "/tmp/"; #endif #ifdef Q_OS_WIN32 ubntmpf = QDir::toNativeSeparators(QString("%1/").arg(QDir::tempPath())); #endif if (typeselect->findText(tr("USB Drive")) != -1) typeselect->setCurrentIndex(typeselect->findText(tr("USB Drive"))); #ifdef HDDINSTALL if (typeselect->findText(tr("Hard Disk")) != -1) typeselect->setCurrentIndex(typeselect->findText(tr("Hard Disk"))); #endif for (QList >::const_iterator i = oppairs.constBegin(); i < oppairs.constEnd(); ++i) { QString pfirst(i->first); QString psecond(i->second); if (pfirst.contains("method", Qt::CaseInsensitive)) { if (psecond.contains("distribution", Qt::CaseInsensitive)) this->radioDistro->setChecked(true); else if (psecond.contains("diskimage", Qt::CaseInsensitive)) this->radioFloppy->setChecked(true); else if (psecond.contains("custom", Qt::CaseInsensitive)) this->radioManual->setChecked(true); } else if (pfirst.contains("distribution", Qt::CaseInsensitive)) { int distidx = this->distroselect->findText(psecond, Qt::MatchFixedString); if (distidx != -1) this->distroselect->setCurrentIndex(distidx); } else if (pfirst.contains("version", Qt::CaseInsensitive)) { QStringList verlist = this->distroselect->itemData(this->distroselect->currentIndex()).value(); for (int j = 2; j < verlist.size(); ++j) { if (verlist[j].contains(psecond, Qt::CaseInsensitive)) { this->dverselect->setCurrentIndex(j-2); break; } } } else if (pfirst.contains("isofile", Qt::CaseInsensitive)) { this->diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("ISO"))); this->FloppyPath->setText(psecond); } else if (pfirst.contains("imgfile", Qt::CaseInsensitive)) { this->diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("Floppy"))); this->FloppyPath->setText(psecond); } else if (pfirst.contains("kernelfile", Qt::CaseInsensitive)) { this->KernelPath->setText(psecond); } else if (pfirst.contains("initrdfile", Qt::CaseInsensitive)) { this->InitrdPath->setText(psecond); } else if (pfirst.contains("cfgfile", Qt::CaseInsensitive)) { QString cfgoptstxt = getcfgkernargs(psecond, "", QStringList(), QStringList()); if (cfgoptstxt.isEmpty()) { cfgoptstxt = getgrubcfgargs(psecond); } this->OptionEnter->setText(cfgoptstxt); } else if (pfirst.contains("kernelopts", Qt::CaseInsensitive)) { this->OptionEnter->setText(psecond); } else if (pfirst.contains("installtype", Qt::CaseInsensitive)) { if (psecond.contains("Hard", Qt::CaseInsensitive) || psecond.contains("HDD", Qt::CaseInsensitive)) this->typeselect->setCurrentIndex(this->typeselect->findText(tr("Hard Disk"))); else this->typeselect->setCurrentIndex(this->typeselect->findText(tr("USB Drive"))); } else if (pfirst.contains("targetdrive", Qt::CaseInsensitive)) { #ifdef Q_OS_WIN32 if (!psecond.endsWith('\\')) { psecond = psecond + '\\'; } #endif int driveidx = this->driveselect->findText(psecond, Qt::MatchFixedString); if (driveidx != -1) { this->driveselect->setCurrentIndex(driveidx); } else { this->driveselect->addItem(psecond); this->driveselect->setCurrentIndex(this->driveselect->findText(psecond, Qt::MatchFixedString)); } } else if (pfirst.contains("showcustom", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { hideCustom = false; } } else if (pfirst.contains("nodistro", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { radioDistro->setEnabled(false); radioDistro->hide(); distroselect->setEnabled(false); distroselect->hide(); dverselect->setEnabled(false); dverselect->hide(); intromessage->move(intromessage->x(), intromessage->y()-20); intromessage->resize(intromessage->width(), intromessage->height() + 20); } } else if (pfirst.contains("message", Qt::CaseInsensitive)) { intromessage->setText(psecond); } else if (pfirst.contains("persistentspace", Qt::CaseInsensitive)) { bool isInt = false; int numMBpersistentSpace = psecond.toInt(&isInt, 10); if (isInt) this->persistencevalue->setValue(numMBpersistentSpace); } else if (pfirst.contains("testingdownload", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { testingDownload = true; exitOnCompletion = true; } } else if (pfirst.contains("exitoncompletion", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { exitOnCompletion = true; } } else if (pfirst.contains("autoinstall", Qt::CaseInsensitive)) { if (psecond.contains('y', Qt::CaseInsensitive)) { exitOnCompletion = true; overwriteall = true; return true; } } else if (pfirst.contains("action", Qt::CaseInsensitive)) { if (psecond.contains("listdistros", Qt::CaseInsensitive)) { for (int i = 1; i < this->distroselect->count(); ++i) { printf("%s\n", this->distroselect->itemText(i).toAscii().constData()); } QApplication::exit(); exit(0); } else if (psecond.contains("listversions", Qt::CaseInsensitive)) { for (int i = 0; i < this->dverselect->count(); ++i) { printf("%s\n", this->dverselect->itemText(i).toAscii().constData()); } QApplication::exit(); exit(0); } } } if (hideCustom) { radioManual->setEnabled(false); radioManual->hide(); labelkernel->setEnabled(false); labelkernel->hide(); labelinitrd->setEnabled(false); labelinitrd->hide(); labeloption->setEnabled(false); labeloption->hide(); KernelFileSelector->setEnabled(false); KernelFileSelector->hide(); InitrdFileSelector->setEnabled(false); InitrdFileSelector->hide(); CfgFileSelector->setEnabled(false); CfgFileSelector->hide(); OptionEnter->setEnabled(false); OptionEnter->hide(); KernelPath->setEnabled(false); KernelPath->hide(); InitrdPath->setEnabled(false); InitrdPath->hide(); KernelFileSelector->setEnabled(false); KernelFileSelector->hide(); InitrdFileSelector->setEnabled(false); InitrdFileSelector->hide(); radioLayout->removeItem(verticalSpacer); } return false; } void unetbootin::on_distroselect_currentIndexChanged(int distroselectIndex) { dverselect->clear(); if (distroselectIndex == -1) return; QStringList dverL = distroselect->itemData(distroselectIndex).value(); for (int i = 2; i < dverL.size(); ++i) { if (!dverL.at(i).contains("someotherversion") && !dverL.at(i).isEmpty()) dverselect->addItem(dverL.at(i)); } if (dverselect->findText(dverL.at(0)) != -1) dverselect->setCurrentIndex(dverselect->findText(dverL.at(0))); intromessage->setText(dverL.at(1)); radioDistro->setChecked(true); } void unetbootin::refreshdriveslist() { driveselect->clear(); QStringList driveslist = listcurdrives(); for (int i = 0; i < driveslist.size(); ++i) { driveselect->addItem(driveslist.at(i)); } } QStringList unetbootin::listcurdrives() { return listsanedrives(); } QStringList unetbootin::listsanedrives() { QStringList fulldrivelist; if (typeselect->currentText() == tr("Hard Disk")) { fulldrivelist.append(QDir::toNativeSeparators(QDir::rootPath()).toUpper()); } else if (typeselect->currentText() == tr("USB Drive")) { #ifdef Q_OS_WIN32 QFileInfoList extdrivesList = QDir::drives(); for (int i = 0; i < extdrivesList.size(); ++i) { if (QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper()) != QDir::toNativeSeparators(QDir::rootPath().toUpper()) && !QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper()).contains("A:") && !QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper()).contains("B:")) { if (GetDriveType(LPWSTR(extdrivesList.at(i).path().toUpper().utf16())) == 2) { fulldrivelist.append(QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper())); } } } #endif #ifdef Q_OS_LINUX QDir devlstdir("/dev/disk/by-id/"); QFileInfoList usbfileinfoL = devlstdir.entryInfoList(QDir::NoDotAndDotDot|QDir::Files); for (int i = 0; i < usbfileinfoL.size(); ++i) { // if (usbfileinfoL.at(i).contains(QRegExp("^usb-\\S{1,}-part\\d{1,}$"))) // { // fulldrivelist.append(usbfileinfoL.at(i).canonicalFilePath()); // } if (usbfileinfoL.at(i).fileName().contains(QRegExp("^usb-\\S{1,}$")) || usbfileinfoL.at(i).fileName().contains(QRegExp("^mmc-\\S{1,}$"))) { if (!volidcommand.isEmpty()) { if (QString(callexternapp(volidcommand, QString("-t %2").arg(usbfileinfoL.at(i).canonicalFilePath()))).contains(QRegExp("(vfat|ext2|ext3|ext4)"))) fulldrivelist.append(usbfileinfoL.at(i).canonicalFilePath()); } else { QString tstrblk = QString(callexternapp(blkidcommand, QString("-s TYPE %2").arg(usbfileinfoL.at(i).canonicalFilePath()))); if (tstrblk.contains('=')) { if (tstrblk.section('=', -1, -1).remove('"').contains(QRegExp("(vfat|ext2|ext3|ext4)"))) fulldrivelist.append(usbfileinfoL.at(i).canonicalFilePath()); } } } } /* QString fdisklusbdevsS = callexternapp(fdiskcommand, "-l"); QStringList usbdevsL = QString(fdisklusbdevsS).split("\n").filter(QRegExp("\\.{0,}FAT|Disk\\.{0,}")).join("\n").split(" ").join("\n").split("\t").join("\n").split("\n").filter("/dev/"); for (int i = 0; i < usbdevsL.size(); ++i) { if (usbdevsL.at(i).contains(":")) { if (!QString(callexternapp(volidcommand, QString("-t %2").arg(QString(usbdevsL.at(i)).remove(":")))).contains("vfat")) continue; } fulldrivelist.append(QString(usbdevsL.at(i)).remove(":")); } */ #endif #ifdef Q_OS_MAC QString diskutilList = callexternapp("diskutil", "list"); QStringList usbdevsL = diskutilList.split("\n").filter(QRegExp("(FAT|Microsoft)")).join(" ").split(" ").filter("disk"); for (int i = 0; i < usbdevsL.size(); ++i) { fulldrivelist.append("/dev/"+usbdevsL.at(i)); } #endif } return fulldrivelist; } QStringList unetbootin::listalldrives() { QStringList fulldrivelist; #ifdef Q_OS_WIN32 QFileInfoList extdrivesList = QDir::drives(); for (int i = 0; i < extdrivesList.size(); ++i) { fulldrivelist.append(QDir::toNativeSeparators(extdrivesList.at(i).path().toUpper())); } #endif #ifdef Q_OS_LINUX QString fdisklusbdevsS = callexternapp(fdiskcommand, "-l"); QString dflusbdevsS = callexternapp(dfcommand, ""); fulldrivelist = QString(dflusbdevsS).split(" ").join("\n").split("\t").join("\n").split("\n").filter("/dev/"); QStringList fulldrivelist2 = QString(fdisklusbdevsS).split(" ").join("\n").split("\t").join("\n").split("\n").filter("/dev/").replaceInStrings(":", ""); for (int i = 0; i < fulldrivelist2.size(); ++i) { if (!fulldrivelist.contains(fulldrivelist2.at(i))) fulldrivelist.append(fulldrivelist2.at(i)); } #endif #ifdef Q_OS_MAC return listsanedrives(); #endif return fulldrivelist; } void unetbootin::on_typeselect_currentIndexChanged(int typeselectIndex) { refreshdriveslist(); } void unetbootin::on_dverselect_currentIndexChanged() { radioDistro->setChecked(true); } void unetbootin::on_diskimagetypeselect_currentIndexChanged() { radioFloppy->setChecked(true); } void unetbootin::on_FloppyFileSelector_clicked() { QString nameFloppy = QDir::toNativeSeparators(QFileDialog::getOpenFileName(this, tr("Open Disk Image File"), QDir::homePath(), tr("All Files") + " (*);;" + tr("ISO") + " (*.iso);;" + tr("Floppy") + " (*.img)")); if (QFileInfo(nameFloppy).completeSuffix().contains("iso", Qt::CaseInsensitive)) { if (diskimagetypeselect->findText(tr("ISO")) != -1) diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("ISO"))); } if (QFileInfo(nameFloppy).completeSuffix().contains("img", Qt::CaseInsensitive) || QFileInfo(nameFloppy).completeSuffix().contains("flp", Qt::CaseInsensitive)) { if (diskimagetypeselect->findText(tr("Floppy")) != -1) diskimagetypeselect->setCurrentIndex(diskimagetypeselect->findText(tr("Floppy"))); } FloppyPath->clear(); FloppyPath->insert(nameFloppy); radioFloppy->setChecked(true); } void unetbootin::on_KernelFileSelector_clicked() { QString nameKernel = QDir::toNativeSeparators(QFileDialog::getOpenFileName(this, tr("Open Kernel File"), QDir::homePath(), tr("All Files (*)"))); KernelPath->clear(); KernelPath->insert(nameKernel); radioManual->setChecked(true); } void unetbootin::on_InitrdFileSelector_clicked() { QString nameInitrd = QDir::toNativeSeparators(QFileDialog::getOpenFileName(this, tr("Open Initrd File"), QDir::homePath(), tr("All Files (*)"))); InitrdPath->clear(); InitrdPath->insert(nameInitrd); radioManual->setChecked(true); } void unetbootin::on_CfgFileSelector_clicked() { QString nameCfg = QFileDialog::getOpenFileName(this, tr("Open Bootloader Config File"), QDir::homePath(), tr("All Files (*)")); OptionEnter->clear(); QString cfgoptstxt = getcfgkernargs(nameCfg, "", QStringList(), QStringList()); if (cfgoptstxt.isEmpty()) { cfgoptstxt = getgrubcfgargs(nameCfg); } OptionEnter->insert(cfgoptstxt); radioManual->setChecked(true); } void unetbootin::on_cancelbutton_clicked() { close(); } void unetbootin::on_okbutton_clicked() { if (typeselect->currentIndex() == typeselect->findText(tr("USB Drive")) && driveselect->currentText().isEmpty()) { QMessageBox unotenoughinputmsgb; unotenoughinputmsgb.setIcon(QMessageBox::Information); unotenoughinputmsgb.setWindowTitle(tr("Insert a USB flash drive")); unotenoughinputmsgb.setText(tr("No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32.")); unotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (unotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } #ifdef Q_OS_MAC if (locatemountpoint(driveselect->currentText()) == "NOT MOUNTED") callexternapp("diskutil", "mount "+driveselect->currentText()); #endif #ifdef Q_OS_LINUX else if (typeselect->currentIndex() == typeselect->findText(tr("USB Drive")) && locatemountpoint(driveselect->currentText()) == "NOT MOUNTED") { QMessageBox merrordevnotmountedmsgbx; merrordevnotmountedmsgbx.setIcon(QMessageBox::Warning); merrordevnotmountedmsgbx.setWindowTitle(QString(tr("%1 not mounted")).arg(driveselect->currentText())); merrordevnotmountedmsgbx.setText(QString(tr("You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive.")).arg(driveselect->currentText())); merrordevnotmountedmsgbx.setStandardButtons(QMessageBox::Ok); switch (merrordevnotmountedmsgbx.exec()) { case QMessageBox::Ok: break; default: break; } } #endif else if (radioDistro->isChecked() && distroselect->currentIndex() == distroselect->findText(unetbootin::tr("== Select Distribution =="))) { QMessageBox dnotenoughinputmsgb; dnotenoughinputmsgb.setIcon(QMessageBox::Information); dnotenoughinputmsgb.setWindowTitle(tr("Select a distro")); dnotenoughinputmsgb.setText(tr("You must select a distribution to load.")); dnotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (dnotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioFloppy->isChecked() && FloppyPath->text().isEmpty()) { QMessageBox fnotenoughinputmsgb; fnotenoughinputmsgb.setIcon(QMessageBox::Information); fnotenoughinputmsgb.setWindowTitle(tr("Select a disk image file")); fnotenoughinputmsgb.setText(tr("You must select a disk image file to load.")); fnotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (fnotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioManual->isChecked() && KernelPath->text().isEmpty()) { QMessageBox knotenoughinputmsgb; knotenoughinputmsgb.setIcon(QMessageBox::Information); knotenoughinputmsgb.setWindowTitle(tr("Select a kernel and/or initrd file")); knotenoughinputmsgb.setText(tr("You must select a kernel and/or initrd file to load.")); knotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); switch (knotenoughinputmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioFloppy->isChecked() && !QFile::exists(FloppyPath->text()) && !FloppyPath->text().startsWith("http://") && !FloppyPath->text().startsWith("ftp://")) { QMessageBox ffnotexistsmsgb; ffnotexistsmsgb.setIcon(QMessageBox::Information); ffnotexistsmsgb.setWindowTitle(tr("Diskimage file not found")); ffnotexistsmsgb.setText(tr("The specified diskimage file %1 does not exist.").arg(FloppyPath->text())); ffnotexistsmsgb.setStandardButtons(QMessageBox::Ok); switch (ffnotexistsmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioManual->isChecked() && !QFile::exists(KernelPath->text()) && !KernelPath->text().startsWith("http://") && !KernelPath->text().startsWith("ftp://")) { QMessageBox kfnotexistsmsgb; kfnotexistsmsgb.setIcon(QMessageBox::Information); kfnotexistsmsgb.setWindowTitle(tr("Kernel file not found")); kfnotexistsmsgb.setText(tr("The specified kernel file %1 does not exist.").arg(KernelPath->text())); kfnotexistsmsgb.setStandardButtons(QMessageBox::Ok); switch (kfnotexistsmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else if (radioManual->isChecked() && InitrdPath->text().trimmed() != "" && !QFile::exists(InitrdPath->text()) && !InitrdPath->text().startsWith("http://") && !InitrdPath->text().startsWith("ftp://")) { QMessageBox ifnotexistsmsgb; ifnotexistsmsgb.setIcon(QMessageBox::Information); ifnotexistsmsgb.setWindowTitle(tr("Initrd file not found")); ifnotexistsmsgb.setText(tr("The specified initrd file %1 does not exist.").arg(InitrdPath->text())); ifnotexistsmsgb.setStandardButtons(QMessageBox::Ok); switch (ifnotexistsmsgb.exec()) { case QMessageBox::Ok: break; default: break; } } else { runinst(); } } void unetbootin::on_fexitbutton_clicked() { close(); } void unetbootin::on_frebootbutton_clicked() { sysreboot(); } QString unetbootin::displayfisize(quint64 fisize) { if (fisize < 10000) { return QString("%1 B").arg(fisize); } else if (fisize < 10240000) { return QString("%1 KB").arg(fisize / 1024); } else { return QString("%1 MB").arg(fisize / 1048576); } } QPair >, QStringList> unetbootin::listarchiveconts(QString archivefile) { #ifdef Q_OS_WIN32 if (sevzcommand.isEmpty()) { installsvzip(); } randtmpfile tmplsF(ubntmpf, "ufl"); callexternapp(getenv("COMSPEC"), QString("/c \"\"%1\" -bd -slt l \"%2\" > \"%3\"\"").arg(sevzcommand).arg(QFileInfo(archivefile).absoluteFilePath()).arg(QFileInfo(tmplsF).absoluteFilePath())); tmplsF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream tmplsS(&tmplsF); #endif #ifdef Q_OS_UNIX QString sevzlcommandout = callexternapp(sevzcommand, QString("-bd -slt l \"%2\"").arg(QFileInfo(archivefile).absoluteFilePath())); QTextStream tmplsS(&sevzlcommandout); #endif QString tmplsL; QStringList tmplsSLF; QStringList tmplsSLD; QList tmplsSLFS; QString tmplsN; QString tmplsFS; while (!tmplsS.atEnd()) { tmplsL = tmplsS.readLine(); if (tmplsL.contains("Path = ")) { if (tmplsL.contains("Path = [BOOT]")) continue; if (tmplsL == QString("Path = %1").arg(QFileInfo(archivefile).absoluteFilePath())) continue; if (tmplsL == QString("Path = %1").arg(QDir::toNativeSeparators(QFileInfo(archivefile).absoluteFilePath()))) continue; tmplsN = tmplsS.readLine(); if (tmplsN.contains("Folder = 1") || tmplsN.contains("Folder = +")) { tmplsSLD.append(tmplsL.remove("Path = ")); } else { tmplsSLF.append(tmplsL.remove("Path = ")); tmplsFS = QString(tmplsS.readLine()).remove("Size = ").trimmed(); tmplsSLFS.append(tmplsFS.toULongLong()); } } } #ifdef Q_OS_WIN32 tmplsF.close(); rmFile(tmplsF); #endif return qMakePair(qMakePair(tmplsSLF, tmplsSLFS), tmplsSLD); } bool unetbootin::overwritefileprompt(QString ovwfileloc) { if (overwriteall) { rmFile(ovwfileloc); return true; } QMessageBox overwritefilemsgbx; overwritefilemsgbx.setIcon(QMessageBox::Warning); overwritefilemsgbx.setWindowTitle(QString(tr("%1 exists, overwrite?")).arg(ovwfileloc)); overwritefilemsgbx.setText(QString(tr("The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'.")).arg(ovwfileloc)); overwritefilemsgbx.setStandardButtons(QMessageBox::Yes | QMessageBox::YesToAll | QMessageBox::No); switch (overwritefilemsgbx.exec()) { case QMessageBox::Yes: { rmFile(ovwfileloc); return true; } case QMessageBox::YesToAll: { rmFile(ovwfileloc); overwriteall = true; return true; } case QMessageBox::No: return false; default: return false; } } bool unetbootin::ignoreoutofspaceprompt(QString destindir) { QMessageBox overwritefilemsgbx; overwritefilemsgbx.setIcon(QMessageBox::Warning); overwritefilemsgbx.setWindowTitle(QString(tr("%1 is out of space, abort installation?")).arg(destindir)); overwritefilemsgbx.setText(QString(tr("The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors.")).arg(destindir)); overwritefilemsgbx.setStandardButtons(QMessageBox::Yes | QMessageBox::YesToAll | QMessageBox::No); switch (overwritefilemsgbx.exec()) { case QMessageBox::Yes: { QApplication::quit(); return false; } case QMessageBox::No: { return true; } case QMessageBox::NoToAll: { this->ignoreoutofspace = true; return true; } default: return true; } } bool unetbootin::extractfile(QString filepath, QString destinfileL, QString archivefile) { #ifdef Q_OS_UNIX if (installType != tr("USB Drive") && filepath.contains("boot/grub")) // don't nuke grub config return false; #endif QString destindir = QFileInfo(destinfileL).dir().absolutePath(); QString destinfilename = QString("%1/%2").arg(destindir).arg(QFileInfo(destinfileL).fileName()); QString filepathfilename = QString("%1/%2").arg(destindir).arg(QFileInfo(filepath).fileName()); if (QFile::exists(filepathfilename)) { if (!overwritefileprompt(filepathfilename)) return false; } if (QFile::exists(destinfilename)) { if (!overwritefileprompt(destinfilename)) return false; } #ifdef Q_OS_WIN32 if (sevzcommand.isEmpty()) { installsvzip(); } #endif callexternapp(sevzcommand, QString("-bd -aos -o\"%1\" e \"%2\" \"%3\"").arg(QDir::toNativeSeparators(destindir), QDir::toNativeSeparators(archivefile), QDir::toNativeSeparators(filepath))); int retv; if (QFileInfo(filepathfilename).absoluteFilePath() == QFileInfo(destinfilename).absoluteFilePath()) { retv = true; } else { retv = QFile::rename(filepathfilename, destinfilename); } this->checkifoutofspace(destindir); return retv; } bool unetbootin::checkifoutofspace(QString destindir) { if (ignoreoutofspace == true) return false; bool outofspace = false; #ifdef Q_OS_UNIX struct statfs diskstatS; if (!statfs(QString(destindir+"/.").toAscii(), &diskstatS)) { if (diskstatS.f_bavail * diskstatS.f_bfree < 1024) outofspace = true; } #endif #ifdef Q_OS_WIN32 ULARGE_INTEGER FreeBytesAvailable; ULARGE_INTEGER TotalNumberOfBytes; ULARGE_INTEGER TotalNumberOfFreeBytes; if (GetDiskFreeSpaceExA(destindir.toAscii(), &FreeBytesAvailable, &TotalNumberOfBytes, &TotalNumberOfFreeBytes)) { if (FreeBytesAvailable.QuadPart < 1024) outofspace = true; } #endif if (outofspace == true) { return !ignoreoutofspaceprompt(destindir); } return false; } QString unetbootin::locatekernel(QString archivefile, QPair > archivefileconts) { pdesc1->setText(tr("Locating kernel file in %1").arg(archivefile)); if (issalt) { // The grub2 boot loader is return, // it is prepended with a Linux header, // so that syslinux can chainload to it. // The embeded configuration file will find the correct prefix using the .live file at the root of the USB key. return "boot/grub2-linux.img"; } else { QStringList kernelnames = QStringList() << "vmlinuz" << "vmlinux" << "bzImage" << "kernel" << "sabayon" << "gentoo" << "linux26" << "linux24" << "bsd" << "unix" << "linux" << "rescue" << "xpud" << "bzI" << "kexec" << "vmlinuz.efi"; QStringList tnarchivefileconts; QStringList narchivefileconts; QString curarcitm; for (int i = 0; i < archivefileconts.second.size(); ++i) { // curarcitm = archivefileconts.first.at(i).right(archivefileconts.first.at(i).size() - archivefileconts.first.at(i).lastIndexOf(QDir::toNativeSeparators("/")) - 1); // if (curarcitm.contains("isolinux", Qt::CaseInsensitive) || curarcitm.contains("memtest", Qt::CaseInsensitive) || curarcitm.contains("system.map", Qt::CaseInsensitive) || curarcitm.contains(".efimg", Qt::CaseInsensitive) || curarcitm.contains(".jpg", Qt::CaseInsensitive) || curarcitm.contains(".png", Qt::CaseInsensitive) || curarcitm.contains(".pdf", Qt::CaseInsensitive) || curarcitm.contains(".txt", Qt::CaseInsensitive) || curarcitm.contains(".pcx", Qt::CaseInsensitive) || curarcitm.contains(".rle", Qt::CaseInsensitive) || curarcitm.contains(".fnt", Qt::CaseInsensitive) || curarcitm.contains(".msg", Qt::CaseInsensitive) || curarcitm.contains(".cat", Qt::CaseInsensitive) || curarcitm.contains(".tar", Qt::CaseInsensitive) || curarcitm.contains(".psd", Qt::CaseInsensitive) || curarcitm.contains(".xcf", Qt::CaseInsensitive) || curarcitm.contains(".bmp", Qt::CaseInsensitive) || curarcitm.contains(".svg", Qt::CaseInsensitive)) // { // continue; // } // if (filteroutlist(curarcitm, ignoredtypesbothRL+ignoredtypeskernelRL).isEmpty()) // { // continue; // } if (archivefileconts.second.at(i) > 614400 && archivefileconts.second.at(i) < 20971520) // between 600 KB and 20 MB { tnarchivefileconts.append(archivefileconts.first.at(i)); } } narchivefileconts = filteroutlistL(tnarchivefileconts, ignoredtypesbothRL+ignoredtypeskernelRL); for (int i = 0; i < kernelnames.size(); ++i) { for (int j = 0; j < narchivefileconts.size(); ++j) { if (narchivefileconts.at(j).right(narchivefileconts.at(j).size() - narchivefileconts.at(j).lastIndexOf(QDir::toNativeSeparators("/")) - 1).contains(kernelnames.at(i), Qt::CaseInsensitive)) { return narchivefileconts.at(j); } } } pdesc1->setText(""); return ""; } } bool unetbootin::extractkernel(QString archivefile, QString kernoutputfile, QPair > archivefileconts) { QString kfloc = locatekernel(archivefile, archivefileconts); if (kfloc == "") return false; pdesc1->setText(tr("Copying kernel file from %1").arg(kfloc)); return extractfile(kfloc, kernoutputfile, archivefile); } QString unetbootin::locateinitrd(QString archivefile, QPair > archivefileconts) { pdesc1->setText(tr("Locating initrd file in %1").arg(archivefile)); QStringList kernelnames = QStringList() << "initrd.img.gz" << "initrd.lz" << "initrd.igz" << "initrd.gz" << "initrd.xz" << "initrd.lzma" << "initrd.img" << "initramfs.gz" << "initramfs.img" << "initrd" << "initramfs" << "minirt" << "miniroot" << "sabayon.igz" << "gentoo.igz" << "archlive.img" << "rootfs.gz" << ".igz" << ".cgz" << ".img" << "rootfs" << "fs.gz" << "root.gz" << ".gz" << "initram" << "initr" << "init" << "ram" << ".lz" << ".lzma" << ".xz"; QStringList tnarchivefileconts; QStringList narchivefileconts; QString curarcitm; for (int i = 0; i < archivefileconts.second.size(); ++i) { curarcitm = archivefileconts.first.at(i).right(archivefileconts.first.at(i).size() - archivefileconts.first.at(i).lastIndexOf(QDir::toNativeSeparators("/")) - 1); // if (curarcitm.contains("isolinux", Qt::CaseInsensitive) || curarcitm.contains("memtest", Qt::CaseInsensitive) || curarcitm.contains("system.map", Qt::CaseInsensitive) || curarcitm.contains(".efimg", Qt::CaseInsensitive) || curarcitm.contains(".jpg", Qt::CaseInsensitive) || curarcitm.contains(".png", Qt::CaseInsensitive) || curarcitm.contains(".pdf", Qt::CaseInsensitive) || curarcitm.contains(".txt", Qt::CaseInsensitive) || curarcitm.contains(".pcx", Qt::CaseInsensitive) || curarcitm.contains(".rle", Qt::CaseInsensitive) || curarcitm.contains(".fnt", Qt::CaseInsensitive) || curarcitm.contains(".msg", Qt::CaseInsensitive) || curarcitm.contains(".cat", Qt::CaseInsensitive) || curarcitm.contains(".tar", Qt::CaseInsensitive) || curarcitm.contains(".psd", Qt::CaseInsensitive) || curarcitm.contains(".xcf", Qt::CaseInsensitive) || curarcitm.contains(".bmp", Qt::CaseInsensitive) || curarcitm.contains(".svg", Qt::CaseInsensitive)) // { // continue; // } // if (filteroutlist(curarcitm, ignoredtypesbothRL+ignoredtypesinitrdRL).isEmpty()) // { // continue; // } if (archivefileconts.second.at(i) >= 128000 && archivefileconts.second.at(i) < 314572800) // between 128 KB and 300 MB { tnarchivefileconts.append(archivefileconts.first.at(i)); } } narchivefileconts = filteroutlistL(tnarchivefileconts, ignoredtypesbothRL+ignoredtypesinitrdRL); for (int i = 0; i < kernelnames.size(); ++i) { for (int j = 0; j < narchivefileconts.size(); ++j) { if (narchivefileconts.at(j).right(narchivefileconts.at(j).size() - narchivefileconts.at(j).lastIndexOf(QDir::toNativeSeparators("/")) - 1).contains(kernelnames.at(i), Qt::CaseInsensitive)) { return narchivefileconts.at(j); } } } pdesc1->setText(""); return ""; } bool unetbootin::extractinitrd(QString archivefile, QString kernoutputfile, QPair > archivefileconts) { QString kfloc = locateinitrd(archivefile, archivefileconts); if (kfloc == "") return false; pdesc1->setText(tr("Copying initrd file from %1").arg(kfloc)); return extractfile(kfloc, kernoutputfile, archivefile); } QString unetbootin::extractcfg(QString archivefile, QStringList archivefileconts) { pdesc1->setText(tr("Extracting bootloader configuration")); QString saltpcfg; QString grubpcfg; QString syslinuxpcfg; QStringList saltdetectfiles = QStringList() << "boot/grub2-linux.img" << "boot/grub/salt.env"; QStringList grubcfgtypes = QStringList() << "menu.lst" << "grub.conf"; QStringList mlstfoundfiles; int saltDetected = 0; // must be equals to saltdetectfiles.size() to be considered as detected for (int i = 0; i < saltdetectfiles.size(); ++i) { mlstfoundfiles = archivefileconts.filter(saltdetectfiles.at(i), Qt::CaseInsensitive); if (!mlstfoundfiles.isEmpty()) { saltDetected++; } } if (saltDetected == saltdetectfiles.size()) { saltpcfg = SALT_DETECTED; // not a real config, but used to inform that SaLT has been detected. } else { for (int i = 0; i < grubcfgtypes.size(); ++i) { mlstfoundfiles = archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive); if (!mlstfoundfiles.isEmpty()) { for (int j = 0; j < mlstfoundfiles.size(); ++j) { randtmpfile mlstftf(ubntmpf, "lst"); extractfile(archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive).at(j), mlstftf.fileName(), archivefile); grubpcfg = getgrubcfgargs(mlstftf.fileName()).trimmed(); rmFile(mlstftf); if (!grubpcfg.isEmpty()) break; } } if (!grubpcfg.isEmpty()) break; } QStringList syslinuxcfgtypes = QStringList() << "syslinux.cfg" << "isolinux.cfg" << "extlinux.cfg" << "pxelinux.cfg" << "grubenv" << "menu_en.cfg" << "en.cfg" << "extlinux.conf" << "grub.cfg" << ".cfg"; QStringList lcfgfoundfiles; for (int i = 0; i < syslinuxcfgtypes.size(); ++i) { lcfgfoundfiles = archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive); if (!lcfgfoundfiles.isEmpty()) { for (int j = 0; j < lcfgfoundfiles.size(); ++j) { randtmpfile ccfgftf(ubntmpf, "cfg"); extractfile(archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive).at(j), ccfgftf.fileName(), archivefile); if (lcfgfoundfiles.at(j).contains("grubenv")) loadgrub2env(ccfgftf.fileName()); else if (lcfgfoundfiles.at(j).contains("grub")) syslinuxpcfg = getgrub2cfgargs(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)).trimmed(); else syslinuxpcfg = getcfgkernargs(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)).trimmed(); rmFile(ccfgftf); if (!syslinuxpcfg.isEmpty()) break; } } if (!syslinuxpcfg.isEmpty()) break; } } if (!saltpcfg.isEmpty()) { return saltpcfg; } else if (syslinuxpcfg.isEmpty()) { return grubpcfg; } else { return syslinuxpcfg; } } QPair, QPair > unetbootin::extractcfgL(QString archivefile, QStringList archivefileconts) { pdesc1->setText(tr("Extracting bootloader configuration")); QPair, QPair > grubpcfgPL; QPair, QPair > syslinuxpcfgPL; QPair, QPair > combinedcfgPL; QPair, QPair > filteredcfgPL; QStringList grubcfgtypes = QStringList() << "menu.lst" << "grub.conf"; QStringList mlstfoundfiles; for (int i = 0; i < grubcfgtypes.size(); ++i) { mlstfoundfiles = archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive); if (!mlstfoundfiles.isEmpty()) { for (int j = 0; j < mlstfoundfiles.size(); ++j) { randtmpfile mlstftf(ubntmpf, "lst"); extractfile(archivefileconts.filter(grubcfgtypes.at(i), Qt::CaseInsensitive).at(j), mlstftf.fileName(), archivefile); grubpcfgPL = getgrubcfgargsL(mlstftf.fileName()); rmFile(mlstftf); combinedcfgPL.first.first += grubpcfgPL.first.first; combinedcfgPL.first.second += grubpcfgPL.first.second; combinedcfgPL.second.first += grubpcfgPL.second.first; combinedcfgPL.second.second += grubpcfgPL.second.second; // if (!grubpcfg.isEmpty()) // break; } } // if (!grubpcfg.isEmpty()) // break; } QStringList syslinuxcfgtypes = QStringList() << "syslinux.cfg" << "isolinux.cfg" << "extlinux.cfg" << "pxelinux.cfg" << "grubenv" << "extlinux.conf" << "grub.cfg"; QStringList lcfgfoundfiles; for (int i = 0; i < syslinuxcfgtypes.size(); ++i) { lcfgfoundfiles = archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive); if (!lcfgfoundfiles.isEmpty()) { for (int j = 0; j < lcfgfoundfiles.size(); ++j) { randtmpfile ccfgftf(ubntmpf, "cfg"); extractfile(archivefileconts.filter(syslinuxcfgtypes.at(i), Qt::CaseInsensitive).at(j), ccfgftf.fileName(), archivefile); if (lcfgfoundfiles.at(j).contains("grubenv")) loadgrub2env(ccfgftf.fileName()); else if (lcfgfoundfiles.at(j).contains("grub")) syslinuxpcfgPL = getgrub2cfgargsL(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)); else syslinuxpcfgPL = getcfgkernargsL(ccfgftf.fileName(), archivefile, archivefileconts, QStringList() << lcfgfoundfiles.at(j)); rmFile(ccfgftf); combinedcfgPL.first.first += syslinuxpcfgPL.first.first; combinedcfgPL.first.second += syslinuxpcfgPL.first.second; combinedcfgPL.second.first += syslinuxpcfgPL.second.first; combinedcfgPL.second.second += syslinuxpcfgPL.second.second; // if (!syslinuxpcfg.isEmpty()) // break; } } // if (!syslinuxpcfg.isEmpty()) // break; } /* if (syslinuxpcfg.isEmpty()) { return grubpcfg; } else { return syslinuxpcfg; } */ #ifdef NOINITRD for (int i = 0; i < combinedcfgPL.first.second.size(); ++i) { combinedcfgPL.first.second[i] = ""; } for (int i = 0; i < combinedcfgPL.second.second.size(); ++i) { combinedcfgPL.second.second[i] = ""; } #endif for (int i = 0; i < combinedcfgPL.first.first.size(); ++i) { bool isduplicate = false; for (int j = 0; j < filteredcfgPL.second.first.size(); ++j) { if (filteredcfgPL.second.first.at(j) == combinedcfgPL.second.first.at(i)) // duplicate title { isduplicate = true; break; } } if (isduplicate) continue; if (combinedcfgPL.first.first.at(i) == kernelLoc && combinedcfgPL.first.second.at(i) == initrdLoc && combinedcfgPL.second.first.at(i).contains("Untitled Entry") && combinedcfgPL.second.second.at(i).isEmpty()) continue; // else if (filteredcfgPL.second.first.contains(combinedcfgPL.second.first.at(i))) // continue; else { if (combinedcfgPL.first.first.at(i).isEmpty()) filteredcfgPL.first.first.append(kernelLoc); else { QString indvkrnloc = getfullarchivepath(combinedcfgPL.first.first.at(i), archivefileconts); if (indvkrnloc.isEmpty()) filteredcfgPL.first.first.append(kernelLoc); else filteredcfgPL.first.first.append(indvkrnloc); } // filteredcfgPL.first.first.append(combinedcfgPL.first.first.at(i)); if (combinedcfgPL.first.second.at(i).isEmpty()) filteredcfgPL.first.second.append(kernelLoc); else { QString indvitrloc = getfullarchivepath(combinedcfgPL.first.second.at(i), archivefileconts); if (indvitrloc.isEmpty()) { filteredcfgPL.first.second.append(initrdLoc); } else filteredcfgPL.first.second.append(indvitrloc); } // filteredcfgPL.first.second.append(combinedcfgPL.first.second.at(i)); filteredcfgPL.second.first.append(combinedcfgPL.second.first.at(i)); filteredcfgPL.second.second.append(combinedcfgPL.second.second.at(i)); } } if (redundanttopleveldir && !redundantrootdirname.isEmpty()) { for (int i = 0; i < filteredcfgPL.first.second.size(); ++i) { if (filteredcfgPL.first.second.at(i).startsWith(redundantrootdirname)) { filteredcfgPL.first.second[i] = filteredcfgPL.first.second[i].mid(redundantrootdirname.length()); } if (filteredcfgPL.first.second.at(i).startsWith("/" + redundantrootdirname)) { filteredcfgPL.first.second[i] = filteredcfgPL.first.second[i].mid(redundantrootdirname.length() + 1); } } } return filteredcfgPL; } QString unetbootin::getfullarchivepath(QString relativefilepath, QStringList archivefile) { QStringList pfoundmatches; relativefilepath = QDir::fromNativeSeparators(relativefilepath); if (relativefilepath.endsWith('/')) relativefilepath = relativefilepath.left(relativefilepath.size()-1); if (!relativefilepath.startsWith('/')) relativefilepath = QString("/%1").arg(relativefilepath); // if (!relativefilepath.endsWith('/')) // relativefilepath = QString("%1/").arg(relativefilepath); for (int i = 0; i < archivefile.size(); ++i) { QString curarchiveitem = QDir::fromNativeSeparators(archivefile.at(i)); if (curarchiveitem.endsWith('/')) curarchiveitem = curarchiveitem.left(curarchiveitem.size()-1); if (!curarchiveitem.startsWith('/')) curarchiveitem = QString("/%1").arg(curarchiveitem); // if (!curarchiveitem.endsWith('/')) // curarchiveitem = QString("%1/").arg(curarchiveitem); if (curarchiveitem.contains(QRegExp(relativefilepath+"$", Qt::CaseInsensitive))) pfoundmatches.append(curarchiveitem); } if (pfoundmatches.isEmpty()) return ""; else { return filteroutlist(pfoundmatches, ignoredtypesbothRL); } } QString unetbootin::filteroutlist(QString listofdata, QList listofmatches) { if (listofdata.isEmpty()) return ""; return filteroutlist(QStringList() << listofdata, listofmatches); } QString unetbootin::filteroutlist(QStringList listofdata, QList listofmatches) { if (listofdata.isEmpty()) return ""; QStringList fldatalist = filteroutlistL(listofdata, listofmatches); if (!fldatalist.isEmpty()) return fldatalist.at(0); else return ""; } QStringList unetbootin::filteroutlistL(QStringList listofdata, QList listofmatches) { if (listofdata.isEmpty()) return QStringList(); if (listofmatches.isEmpty()) return listofdata; if (listofdata.size() == 1) return listofdata; QStringList newlistofdata; for (int i = 0; i < listofdata.size(); ++i) { if (!listofdata.at(i).contains(listofmatches.at(0))) newlistofdata.append(listofdata.at(i)); } // QStringList newlistofdata = QStringList(listofdata).filter(listofmatches.at(0)); listofmatches.removeAt(0); if (newlistofdata.isEmpty()) { return filteroutlistL(listofdata, listofmatches); } else { return filteroutlistL(newlistofdata, listofmatches); } } void unetbootin::extractiso(QString isofile) { if (!sdesc2->text().contains(trcurrent)) { sdesc1->setText(QString(sdesc1->text()).remove("").replace(trcurrent+"", trdone)); sdesc2->setText(QString("%1 %2").arg(sdesc2->text()).arg(trcurrent)); } tprogress->setValue(0); QPair >, QStringList> listfilesizedirpair = listarchiveconts(isofile); if (listfilesizedirpair.first.first.size() == 1) { QString subarchivename = listfilesizedirpair.first.first.at(0); randtmpfile tmpoutsubarchive(ubntmpf, subarchivename.right(3)); pdesc1->setText(tr("Extracting compressed iso: %1").arg(subarchivename)); extractfile(subarchivename, tmpoutsubarchive.fileName(), isofile); return extractiso(tmpoutsubarchive.fileName()); } if (listfilesizedirpair.first.first.contains(QDir::toNativeSeparators("rescue/KRD.VERSION"), Qt::CaseInsensitive)) { return extractiso_krd10(isofile); } QFileInfo isofileFI(isofile); qint64 isofileSize = isofileFI.size(); if (listfilesizedirpair.first.first.size() < 10 && isofileSize > 12) { bool foundiso = false; quint64 isofileSizeOneFourth = isofileSize / 4; quint64 isofileSizeThreeFourth = isofileSizeOneFourth * 3; for (int i = 0; i < listfilesizedirpair.first.first.size() && i < listfilesizedirpair.first.second.size(); ++i) { if (listfilesizedirpair.first.first.at(i).contains(QRegExp(".iso$", Qt::CaseInsensitive))) { if (foundiso) break; foundiso = true; if (listfilesizedirpair.first.second.at(i) > isofileSizeThreeFourth) { QString subarchivename = listfilesizedirpair.first.first.at(i); randtmpfile tmpoutsubarchive(ubntmpf, subarchivename.right(3)); pdesc1->setText(tr("Extracting compressed iso: %1").arg(subarchivename)); extractfile(subarchivename, tmpoutsubarchive.fileName(), isofile); return extractiso(tmpoutsubarchive.fileName()); } } } } QStringList filepathnames = listfilesizedirpair.first.first; QStringList directorypathnames; if (listfilesizedirpair.second.size() > 0) { redundanttopleveldir = true; redundantrootdirname = listfilesizedirpair.second.at(0); for (int i = 0; i < listfilesizedirpair.second.size(); ++i) { if (listfilesizedirpair.second.at(i).size() < redundantrootdirname.size()) redundantrootdirname = listfilesizedirpair.second.at(i); } if (redundantrootdirname == "boot" || redundantrootdirname == "syslinux" || redundantrootdirname == "grub" || redundantrootdirname == "isolinux" || redundantrootdirname == "extlinux" || redundantrootdirname == "pxelinux") redundanttopleveldir = false; for (int i = 0; i < listfilesizedirpair.second.size(); ++i) // redundant toplevel path in dirs { if (!listfilesizedirpair.second.at(i).startsWith(redundantrootdirname)) redundanttopleveldir = false; } if (redundanttopleveldir) { for (int i = 0; i < listfilesizedirpair.first.first.size(); ++i) // redundant toplevel path in files { if (!listfilesizedirpair.first.first.at(i).startsWith(redundantrootdirname)) redundanttopleveldir = false; } } if (redundanttopleveldir) { int rmnumcharsrootdir = redundantrootdirname.size(); for (int i = 0; i < listfilesizedirpair.second.size(); ++i) { QString tmpdirectpath = listfilesizedirpair.second[i]; tmpdirectpath.remove(0, rmnumcharsrootdir); if (tmpdirectpath.startsWith("/") || tmpdirectpath.startsWith(QDir::toNativeSeparators("/"))) { tmpdirectpath.remove(0, 1); } if (!tmpdirectpath.isEmpty()) { directorypathnames.append(tmpdirectpath); } } for (int i = 0; i < listfilesizedirpair.first.first.size(); ++i) { filepathnames[i].remove(0, rmnumcharsrootdir); if (filepathnames[i].startsWith("/") || filepathnames[i].startsWith(QDir::toNativeSeparators("/"))) { filepathnames[i].remove(0, 1); } } } else { directorypathnames = listfilesizedirpair.second; } } if (installType == tr("USB Drive")) { QStringList syslinuxfilepaths = QStringList() << "boot/syslinux/syslinux.cfg" << "syslinux/syslinux.cfg" << "syslinux.cfg" << "isolinux.cfg" << "extlinux.conf"; if (QString(QDir::toNativeSeparators("/")) != QString("/")) { syslinuxfilepaths << QString("boot%1syslinux%1syslinux.cfg").arg(QDir::toNativeSeparators("/")) << QString("syslinux%1syslinux.cfg").arg(QDir::toNativeSeparators("/")); } for (int j = 0; j < syslinuxfilepaths.size(); ++j) { rmFile(QString("%1%2").arg(targetPath).arg(syslinuxfilepaths.at(j))); for (int i = 0; i < filepathnames.size(); ++i) { if (filepathnames.at(i) == syslinuxfilepaths.at(j)) { dontgeneratesyslinuxcfg = true; locatedsyslinuxcfgfiles.append(syslinuxfilepaths.at(j)); } } } } if (!dontgeneratesyslinuxcfg) { kernelOpts = extractcfg(isofile, listfilesizedirpair.first.first); issalt = (kernelOpts == SALT_DETECTED); if (issalt) { QStringList mlstfoundfiles = listfilesizedirpair.second.filter(QRegExp("/modules$", Qt::CaseInsensitive)); if (!mlstfoundfiles.isEmpty()) { QString match = mlstfoundfiles.at(0); saltRootDir = match.replace(QRegExp("(.*)/modules"), "\\1"); } kernelLine = "linux"; kernelOpts = ""; initrdLoc = ""; initrdOpts = ""; initrdLine = ""; slinitrdLine = ""; } else { extraoptionsPL = extractcfgL(isofile, listfilesizedirpair.first.first); } #ifndef NOEXTRACTKERNEL extractkernel(isofile, QString("%1ubnkern").arg(targetPath), listfilesizedirpair.first); #endif #ifndef NOEXTRACTINITRD if (!issalt) { extractinitrd(isofile, QString("%1ubninit").arg(targetPath), listfilesizedirpair.first); } #endif } QStringList createdpaths = makepathtree(targetDrive, directorypathnames); QFile ubnpathlF(QDir::toNativeSeparators(QString("%1ubnpathl.txt").arg(targetPath))); if (ubnpathlF.exists()) { rmFile(ubnpathlF); } ubnpathlF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnpathlS(&ubnpathlF); for (int i = createdpaths.size() - 1; i > -1; i--) { ubnpathlS << createdpaths.at(i) << endl; } ubnpathlF.close(); QStringList extractedfiles = extractallfiles(isofile, targetDrive, listfilesizedirpair.first, filepathnames); QFile ubnfilelF(QDir::toNativeSeparators(QString("%1ubnfilel.txt").arg(targetPath))); if (ubnfilelF.exists()) { rmFile(ubnfilelF); } ubnfilelF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnfilelS(&ubnfilelF); for (int i = 0; i < extractedfiles.size(); ++i) { ubnfilelS << extractedfiles.at(i) << endl; } ubnfilelF.close(); #ifdef XPUD rmFile(QString("%1boot.cat").arg(targetPath)); rmFile(QString("%1isolinux.bin").arg(targetPath)); rmFile(QString("%1syslinux.cfg").arg(targetPath)); QFile::rename(QString("%1isolinux.cfg").arg(targetPath), QString("%1syslinux.cfg").arg(targetPath)); if (installType == tr("USB Drive")) { rmFile(QString("%1ubnfilel.txt").arg(targetPath)); rmFile(QString("%1ubnpathl.txt").arg(targetPath)); } #endif } void unetbootin::extractiso_krd10(QString isofile) { if (!sdesc2->text().contains(trcurrent)) { sdesc1->setText(QString(sdesc1->text()).remove("").replace(trcurrent+"", trdone)); sdesc2->setText(QString("%1 %2").arg(sdesc2->text()).arg(trdone)); } tprogress->setValue(0); QPair >, QStringList> listfilesizedirpair = listarchiveconts(isofile); kernelLoc = QDir::fromNativeSeparators(locatekernel(isofile, listfilesizedirpair.first)); if (!kernelLoc.startsWith("/")) kernelLoc.prepend("/"); initrdLoc = QDir::fromNativeSeparators(locateinitrd(isofile, listfilesizedirpair.first)); if (!initrdLoc.startsWith("/")) initrdLoc.prepend("/"); kernelOpts = extractcfg(isofile, listfilesizedirpair.first.first); extraoptionsPL.first.first.clear(); extraoptionsPL.first.second.clear(); extraoptionsPL.second.first.clear(); extraoptionsPL.second.second.clear(); QPair, QPair > tmpoptionsL = extractcfgL(isofile, listfilesizedirpair.first.first); for (int i = 0; i < tmpoptionsL.second.second.size(); ++i) { if (!tmpoptionsL.second.second.at(i).isEmpty()) { extraoptionsPL.first.first.append(tmpoptionsL.first.first.at(i)); extraoptionsPL.first.second.append(tmpoptionsL.first.second.at(i)); extraoptionsPL.second.first.append(tmpoptionsL.second.first.at(i)); extraoptionsPL.second.second.append(tmpoptionsL.second.second.at(i)); } } QPair > bootfiles; for (int i = 0; i < listfilesizedirpair.first.first.size(); ++i) { if (listfilesizedirpair.first.first.at(i).startsWith("boot", Qt::CaseInsensitive)) { bootfiles.first.append(listfilesizedirpair.first.first.at(i)); bootfiles.second.append(listfilesizedirpair.first.second.at(i)); } } QStringList bootpaths; for (int i = 0; i < listfilesizedirpair.second.size(); ++i) { if (listfilesizedirpair.second.at(i).startsWith("boot", Qt::CaseInsensitive)) { bootpaths.append(listfilesizedirpair.second.at(i)); } } if (!bootpaths.contains("rescue")) bootpaths.append("rescue"); QStringList createdpaths = makepathtree(targetDrive, bootpaths); QFile ubnpathlF(QDir::toNativeSeparators(QString("%1ubnpathl.txt").arg(targetPath))); if (ubnpathlF.exists()) { rmFile(ubnpathlF); } ubnpathlF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnpathlS(&ubnpathlF); for (int i = createdpaths.size() - 1; i > -1; i--) { ubnpathlS << createdpaths.at(i) << endl; } ubnpathlF.close(); QStringList extractedfiles = extractallfiles(isofile, targetDrive, bootfiles, listfilesizedirpair.first.first); if (QFile::exists(QString("%1liveusb").arg(targetDrive))) overwritefileprompt(QString("%1liveusb").arg(targetDrive)); else extractedfiles.append(QString("%1liveusb").arg(targetDrive)); QFile(QString("%1liveusb").arg(targetDrive)).open(QIODevice::WriteOnly); pdesc1->setText(QString("Copying %1 to %2").arg(isofile).arg(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/")))); if (QFile::exists(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/")))) overwritefileprompt(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); else extractedfiles.append(QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); //QFile::copy(isofile, QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); copyfilegui(isofile, QString("%1rescue%2rescue.iso").arg(targetDrive).arg(QDir::toNativeSeparators("/"))); QFile ubnfilelF(QDir::toNativeSeparators(QString("%1ubnfilel.txt").arg(targetPath))); if (ubnfilelF.exists()) { rmFile(ubnfilelF); } ubnfilelF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream ubnfilelS(&ubnfilelF); for (int i = 0; i < extractedfiles.size(); ++i) { ubnfilelS << extractedfiles.at(i) << endl; } ubnfilelF.close(); } void unetbootin::copyfilegui(QString src, QString dst) { pdesc5->setText(""); pdesc4->setText(tr("Copying file, please wait...")); pdesc3->setText(tr("Source: %1").arg(src)); pdesc2->setText(tr("Destination: %1").arg(dst)); pdesc1->setText(tr("Copied: 0 bytes")); QEventLoop cpfw; copyfileT cpft; cpft.source = src; cpft.destination = dst; connect(&cpft, SIGNAL(datacopied64(qint64,qint64)), this, SLOT(cpprogressupdate64(qint64,qint64))); connect(&cpft, SIGNAL(finished()), &cpfw, SLOT(quit())); cpft.start(); cpfw.exec(); pdesc4->setText(""); pdesc3->setText(""); pdesc2->setText(""); pdesc1->setText(""); tprogress->setValue(0); } QStringList unetbootin::makepathtree(QString dirmkpathw, QStringList pathlist) { QStringList createdpaths; QDir dir(dirmkpathw); for (int i = 0; i < pathlist.size(); ++i) { if (dir.mkdir(pathlist.at(i))) { createdpaths.append(pathlist.at(i)); } } return createdpaths; } QStringList unetbootin::extractallfiles(QString archivefile, QString dirxfilesto, QPair > filesizelist, QStringList outputfilelist) { QStringList filelist = filesizelist.first; QStringList extractedfiles; QProgressDialog xprogress; tprogress->setMaximum(filelist.size()); tprogress->setMinimum(0); tprogress->setValue(0); pdesc5->setText(tr("Extracting files, please wait...")); pdesc4->setText(tr("Archive: %1").arg(archivefile)); pdesc3->setText(tr("Source:")); pdesc2->setText(tr("Destination:")); pdesc1->setText(tr("Extracted: 0 of %1 files").arg(filelist.size())); for (int i = 0; i < filelist.size(); ++i) { pdesc3->setText(tr("Source: %1 (%2)").arg(filelist.at(i)).arg(displayfisize(filesizelist.second.at(i)))); pdesc2->setText(tr("Destination: %1%2").arg(dirxfilesto).arg(outputfilelist.at(i))); pdesc1->setText(tr("Extracted: %1 of %2 files").arg(i).arg(filelist.size())); tprogress->setValue(i); if (extractfile(filelist.at(i), QString("%1%2").arg(dirxfilesto).arg(outputfilelist.at(i)), archivefile)) { extractedfiles.append(filelist.at(i)); } } pdesc5->setText(""); pdesc4->setText(""); pdesc3->setText(""); pdesc2->setText(""); pdesc1->setText(""); tprogress->setValue(0); return extractedfiles; } QString unetbootin::getgrubcfgargs(QString cfgfile) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { return fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))); } } return ""; } QPair, QPair > unetbootin::getgrubcfgargsL(QString cfgfile) { QPair kernelandinitrd; QPair titleandparams; int curindex = 0; bool kernelpassed = false; QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains(QRegExp("^title\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); kernelpassed = false; } titleandparams.first[curindex] = QString(cfgfileCL).remove("title", Qt::CaseInsensitive).trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^initrd\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^initrd", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; continue; } // if (cfgfileCL.contains(QRegExp("^module\\s{1,}\\S{1,}", Qt::CaseInsensitive))) // { // kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^module", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; // } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); // kernelpassed = false; } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { titleandparams.second[curindex] = fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^kernel\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))); } kernelandinitrd.first[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^kernel", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.first.at(curindex).isEmpty()) // kernelandinitrd.first[curindex] = kernelLoc; kernelpassed = true; continue; } } return qMakePair(kernelandinitrd, titleandparams); } QString unetbootin::getFirstTextBlock(QString fulltext) { QStringList textblockL = fulltext.split(QRegExp("\\s{1,}")).filter(QRegExp("\\S{1,}")); if (textblockL.isEmpty()) return ""; else { return textblockL.at(0); } } void unetbootin::loadgrub2env(QString cfgfile) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains("${")) { for (QMap::const_iterator i = grub2vars.begin(); i != grub2vars.end(); ++i) { if (cfgfileCL.contains(QString("${%1}").arg(i.key()))) cfgfileCL.replace(QString("${%1}").arg(i.key()), i.value()); } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\".{1,}\""))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}\"(.{1,})\""); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\\S{1,}"))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}(\\S{1,})"); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.count("=") == 1) { QStringList splp = cfgfileCL.split("="); if (splp.size() == 2) { grub2vars[splp.at(0).trimmed()] = QString(splp.at(1)).remove("\"").trimmed(); } } } } QString unetbootin::getgrub2cfgargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; QString includesfile; QString searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains("${")) { for (QMap::const_iterator i = grub2vars.begin(); i != grub2vars.end(); ++i) { if (cfgfileCL.contains(QString("${%1}").arg(i.key()))) cfgfileCL.replace(QString("${%1}").arg(i.key()), i.value()); } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\".{1,}\""))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}\"(.{1,})\""); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\\S{1,}"))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}(\\S{1,})"); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (!archivefileconts.isEmpty() && QRegExp("^configfile\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^configfile\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } if (!archivefileconts.isEmpty() && QRegExp("^source\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^source\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } if (cfgfileCL.contains(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { return fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))).remove(QRegExp("initrd=\\S{0,}")).trimmed(); } } return ""; } QPair, QPair > unetbootin::getgrub2cfgargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { QPair kernelandinitrd; QPair titleandparams; int curindex = 0; bool kernelpassed = false; QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); QString includesfile; QPair, QPair > searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (cfgfileCL.contains("${")) { for (QMap::const_iterator i = grub2vars.begin(); i != grub2vars.end(); ++i) { if (cfgfileCL.contains(QString("${%1}").arg(i.key()))) cfgfileCL.replace(QString("${%1}").arg(i.key()), i.value()); } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\".{1,}\""))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}\"(.{1,})\""); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (cfgfileCL.contains(QRegExp("^set\\s{1,}\\S{1,}\\s{0,}=\\s{0,}\\S{1,}"))) { QRegExp setrg("^set\\s{1,}(\\S{1,})\\s{0,}=\\s{0,}(\\S{1,})"); setrg.indexIn(cfgfileCL); QStringList captxt = setrg.capturedTexts(); if (captxt.size() >= 2) { grub2vars[captxt.at(captxt.size()-2)] = captxt.at(captxt.size()-1); continue; } } if (!archivefileconts.isEmpty() && QRegExp("^configfile\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^configfile\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (!archivefileconts.isEmpty() && QRegExp("^source\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^source\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforgrub2includesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (cfgfileCL.contains(QRegExp("^menuentry\\s{1,}\".{1,}\"", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); kernelpassed = false; } titleandparams.first[curindex] = QString(cfgfileCL).remove("menuentry", Qt::CaseInsensitive).remove("\"").remove("{").remove("}").trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^initrd\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^initrd", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; continue; } // if (cfgfileCL.contains(QRegExp("^module\\s{1,}\\S{1,}", Qt::CaseInsensitive))) // { // kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^module", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; // } if (cfgfileCL.contains(QRegExp("^linux\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); // kernelpassed = false; } if (cfgfileCL.contains(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { titleandparams.second[curindex] = fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("^linux\\s{1,}\\S{1,}\\s{1,}", Qt::CaseInsensitive))).remove(QRegExp("initrd=\\S{0,}")).trimmed(); } kernelandinitrd.first[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^linux", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.first.at(curindex).isEmpty()) // kernelandinitrd.first[curindex] = kernelLoc; kernelpassed = true; continue; } } return qMakePair(kernelandinitrd, titleandparams); } QString unetbootin::getcfgkernargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; QString includesfile; QString searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (!archivefileconts.isEmpty() && QRegExp("^include\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^include\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } if (!archivefileconts.isEmpty() && QRegExp("^append\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^append\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfile(includesfile, archivefile, archivefileconts, visitedincludes).trimmed(); if (!searchincfrs.isEmpty()) return searchincfrs; } else if (cfgfileCL.contains(QRegExp("^\\s{0,}append\\s{1,}", Qt::CaseInsensitive))) { return fixkernelbootoptions(QString(cfgfileCL).remove(QRegExp("\\s{0,}append\\s{1,}", Qt::CaseInsensitive)).remove(QRegExp("\\s{0,1}initrd=\\S{0,}", Qt::CaseInsensitive))); } } return ""; } QPair, QPair > unetbootin::getcfgkernargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { /* QString cfgfiledir; if (cfgfile.contains(QDir::toNativeSeparators("/"))) cfgfiledir = QDir::fromNativeSeparators(QString(cfgfile).left(cfgfile.lastIndexOf(QDir::toNativeSeparators("/")) + 1)); if (!cfgfiledir.isEmpty()) { if (!cfgfiledir.startsWith('/')) cfgfiledir = QString("/%1").arg(cfgfiledir); if (!cfgfiledir.endsWith('/')) cfgfiledir = QString("%1/").arg(cfgfiledir); } */ QPair kernelandinitrd; QPair titleandparams; int curindex = 0; bool kernelpassed = false; QFile cfgfileF(cfgfile); cfgfileF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream cfgfileS(&cfgfileF); QString cfgfileCL; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Grub %1").arg(curindex)); titleandparams.second.append(""); QString includesfile; QPair, QPair > searchincfrs; while (!cfgfileS.atEnd()) { cfgfileCL = cfgfileS.readLine().trimmed(); if (cfgfileCL.contains("#")) { cfgfileCL = cfgfileCL.left(cfgfileCL.indexOf("#")).trimmed(); } if (!archivefileconts.isEmpty() && QRegExp("^include\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^include\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (!archivefileconts.isEmpty() && QRegExp("^append\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) { includesfile = QDir::toNativeSeparators(QString(cfgfileCL).remove(QRegExp("^append\\s{1,}", Qt::CaseInsensitive))).trimmed(); searchincfrs = searchforincludesfileL(includesfile, archivefile, archivefileconts, visitedincludes); if (!searchincfrs.first.first.isEmpty()) { kernelandinitrd.first += searchincfrs.first.first; kernelandinitrd.second += searchincfrs.first.second; titleandparams.first += searchincfrs.second.first; titleandparams.second += searchincfrs.second.second; } continue; } if (cfgfileCL.contains(QRegExp("^menu label\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { titleandparams.first[curindex] = QString(cfgfileCL).remove(QRegExp("^menu label", Qt::CaseInsensitive)).trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^append\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { QString appendoptsL = QString(cfgfileCL).remove(QRegExp("^append", Qt::CaseInsensitive)).trimmed(); if (appendoptsL.contains(QRegExp("initrd=\\S{0,}", Qt::CaseInsensitive))) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(appendoptsL).remove(QRegExp(".{0,}initrd=", Qt::CaseInsensitive))); appendoptsL = QString(appendoptsL).remove(QRegExp("initrd=\\S{0,}", Qt::CaseInsensitive)); // if (kernelandinitrd.second.at(curindex).isEmpty()) // kernelandinitrd.second[curindex] = initrdLoc; // else if (!kernelandinitrd.second.at(curindex).contains('/')) // kernelandinitrd.second[curindex] = QString("%1%2").arg(cfgfiledir, kernelandinitrd.second.at(curindex)); } titleandparams.second[curindex] = fixkernelbootoptions(appendoptsL); continue; } if (cfgfileCL.contains(QRegExp("^label\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Syslinux %1").arg(curindex)); titleandparams.second.append(""); kernelpassed = false; } titleandparams.first[curindex] = QString(cfgfileCL).remove(QRegExp("^label", Qt::CaseInsensitive)).trimmed(); continue; } if (cfgfileCL.contains(QRegExp("^kernel\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelpassed) { ++curindex; kernelandinitrd.first.append(kernelLoc); kernelandinitrd.second.append(initrdLoc); titleandparams.first.append(QString("Untitled Entry Syslinux %1").arg(curindex)); titleandparams.second.append(""); // kernelpassed = false; } kernelandinitrd.first[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^kernel", Qt::CaseInsensitive)).trimmed()); // if (kernelandinitrd.first.at(curindex).isEmpty()) // kernelandinitrd.first[curindex] = kernelLoc; // else if (!kernelandinitrd.first.at(curindex).contains('/')) // kernelandinitrd.first[curindex] = QString("%1%2").arg(cfgfiledir, kernelandinitrd.first.at(curindex)); kernelpassed = true; continue; } if (cfgfileCL.contains(QRegExp("^initrd\\s{1,}\\S{1,}", Qt::CaseInsensitive))) { if (kernelandinitrd.second[curindex] == initrdLoc) { kernelandinitrd.second[curindex] = getFirstTextBlock(QString(cfgfileCL).remove(QRegExp("^initrd", Qt::CaseInsensitive)).trimmed()); } continue; } } return qMakePair(kernelandinitrd, titleandparams); } QString unetbootin::searchforincludesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QString extractcfgtmp = getcfgkernargs(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude).trimmed(); rmFile(tmpoutputcfgf); if (!extractcfgtmp.isEmpty()) { return extractcfgtmp; } } } return ""; } QPair, QPair > unetbootin::searchforincludesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QPair, QPair > extractcfgtmp = getcfgkernargsL(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude); rmFile(tmpoutputcfgf); if (!extractcfgtmp.first.first.isEmpty()) { return extractcfgtmp; } } } return QPair, QPair >(); } QString unetbootin::searchforgrub2includesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QString extractcfgtmp = getgrub2cfgargs(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude).trimmed(); rmFile(tmpoutputcfgf); if (!extractcfgtmp.isEmpty()) { return extractcfgtmp; } } } return ""; } QPair, QPair > unetbootin::searchforgrub2includesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes) { if (includesfile.startsWith(QDir::toNativeSeparators("/"))) { includesfile = includesfile.right(includesfile.size() - 1).trimmed(); } QStringList includesfileL; for (int i = 0; i < archivefileconts.size(); ++i) { QString curentry = archivefileconts.at(i); if (curentry.endsWith("/") || curentry.endsWith(QDir::toNativeSeparators("/"))) { curentry = curentry.left(curentry.size() - 1).trimmed(); } if (curentry.contains("/")) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf("/")); } else if (curentry.contains(QDir::toNativeSeparators("/"))) { curentry = curentry.right(curentry.size() - 1 - curentry.indexOf(QDir::toNativeSeparators("/"))); } if (includesfile.compare(curentry, Qt::CaseInsensitive) == 0) { includesfileL.append(archivefileconts.at(i)); } } if (includesfileL.isEmpty()) { includesfileL = archivefileconts.filter(includesfile, Qt::CaseInsensitive); } if (!includesfileL.isEmpty()) { for (int i = 0; i < includesfileL.size(); ++i) { if (visitedincludes.contains(includesfileL.at(i))) continue; randtmpfile tmpoutputcfgf(ubntmpf, "cfg"); extractfile(includesfileL.at(i), tmpoutputcfgf.fileName(), archivefile); QStringList nextinclude = visitedincludes; nextinclude.append(includesfileL.at(i)); QPair, QPair > extractcfgtmp = getgrub2cfgargsL(tmpoutputcfgf.fileName(), archivefile, archivefileconts, nextinclude); rmFile(tmpoutputcfgf); if (!extractcfgtmp.first.first.isEmpty()) { return extractcfgtmp; } } } return QPair, QPair >(); } void unetbootin::downloadfile(QString fileurl, QString targetfile, int minsize=524288) { if (fileurl.isEmpty()) { showDownloadFailedScreen(fileurl); return; } if (QFile::exists(targetfile)) { rmFile(targetfile); } QUrl dlurl(fileurl); bool isftp = false; if (dlurl.scheme() == "ftp") { isftp = true; } QHttp dlhttp; QFtp dlftp; QEventLoop dlewait; pdesc5->setText(""); pdesc4->setText(tr("Downloading files, please wait...")); pdesc3->setText(tr("Source: %1").arg(fileurl)); pdesc2->setText(tr("Destination: %1").arg(targetfile)); pdesc1->setText(tr("Downloaded: 0 bytes")); QString realupath = QString(fileurl).remove(0, fileurl.indexOf(QString("://%1").arg(dlurl.host())) + QString("://%1").arg(dlurl.host()).length()); if (isftp) { connect(&dlftp, SIGNAL(done(bool)), &dlewait, SLOT(quit())); connect(&dlftp, SIGNAL(dataTransferProgress(qint64, qint64)), this, SLOT(dlprogressupdate64(qint64, qint64))); } else { connect(&dlhttp, SIGNAL(done(bool)), &dlewait, SLOT(quit())); connect(&dlhttp, SIGNAL(dataReadProgress(int, int)), this, SLOT(dlprogressupdate(int, int))); } QFile dloutfile; if (installType == tr("USB Drive")) { dloutfile.setFileName(randtmpfile::getrandfilename(ubntmpf, "tmp")); } else { dloutfile.setFileName(targetfile); } dloutfile.open(QIODevice::WriteOnly); if (isftp) { dlftp.connectToHost(dlurl.host()); dlftp.login(); dlftp.get(realupath, &dloutfile); } else { dlhttp.setHost(dlurl.host()); ubngetrequestheader dlrequest(dlurl.host(), realupath); dlhttp.request(dlrequest, 0, &dloutfile); } dlewait.exec(); if (!isftp) { QHttpResponseHeader dlresponse(dlhttp.lastResponse()); int dlrstatus = dlresponse.statusCode(); if (dlrstatus >= 300 && dlrstatus < 400 && dlresponse.hasKey("Location")) { dloutfile.close(); rmFile(dloutfile); downloadfile(dlresponse.value("Location"), targetfile, minsize); return; } } if (isftp) { dlftp.close(); } else { dlhttp.close(); } dloutfile.close(); if (installType == tr("USB Drive")) { dloutfile.rename(targetfile); } if (QFile(targetfile).size() <= 4096) { QString redirectTargetURL; QFile seeRedirect(targetfile); seeRedirect.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream seeRedirectTextStream(&seeRedirect); while (!seeRedirectTextStream.atEnd()) { QString curline = seeRedirectTextStream.readLine(); if (curline.contains("content=\"0;url=")) { int urlstartidx = curline.indexOf("content=\"0;url=") + QString("content=\"0;url=").size(); redirectTargetURL = curline.mid(urlstartidx); if (redirectTargetURL.contains("\"")) { redirectTargetURL = redirectTargetURL.left(redirectTargetURL.indexOf("\"")); } break; } if (curline.contains("content='0;url=")) { int urlstartidx = curline.indexOf("content='0;url=") + QString("content='0;url=").size(); redirectTargetURL = curline.mid(urlstartidx); if (redirectTargetURL.contains("'")) { redirectTargetURL = redirectTargetURL.left(redirectTargetURL.indexOf("'")); } break; } } seeRedirect.close(); if (!redirectTargetURL.isEmpty()) { rmFile(targetfile); downloadfile(redirectTargetURL, targetfile, minsize); return; } } if (QFile(targetfile).size() < minsize) { // download failed showDownloadFailedScreen(fileurl); return; } pdesc4->setText(""); pdesc3->setText(""); pdesc2->setText(""); pdesc1->setText(""); tprogress->setValue(0); if (testingDownload) { // Note that this only tests that the first download succeeds printf("exitstatus:downloadcomplete\n"); QApplication::exit(); exit(0); } } void unetbootin::showDownloadFailedScreen(const QString &fileurl) { progresslayer->setEnabled(false); progresslayer->hide(); rebootlayer->setEnabled(true); rebootlayer->show(); rebootmsgtext->setText(tr("Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option.").arg(nameDistro).arg(nameVersion).arg(fileurl)); this->frebootbutton->setEnabled(false); this->frebootbutton->hide(); this->downloadFailed = true; if (exitOnCompletion) { printf("exitstatus:downloadfailed\n"); QApplication::exit(); exit(0); } } void unetbootin::dlprogressupdate(int dlbytes, int maxbytes) { QTime time = QTime::currentTime(); static int oldsec = 0; // refresh the progress bar every second if(oldsec != time.second()) { oldsec = time.second(); tprogress->setValue(dlbytes); tprogress->setMaximum(maxbytes); // display the downloaded size with suffix pdesc1->setText(tr("Downloaded: %1 of %2").arg(displayfisize(dlbytes)).arg(displayfisize(maxbytes))); } } void unetbootin::dlprogressupdate64(qint64 dlbytes, qint64 maxbytes) { QTime time = QTime::currentTime(); static int oldsec = 0; // refresh the progress bar every second if(oldsec != time.second()) { oldsec = time.second(); tprogress->setValue(dlbytes); tprogress->setMaximum(maxbytes); // display the downloaded size with suffix pdesc1->setText(tr("Downloaded: %1 of %2").arg(displayfisize(dlbytes)).arg(displayfisize(maxbytes))); } } void unetbootin::cpprogressupdate64(qint64 dlbytes, qint64 maxbytes) { QTime time = QTime::currentTime(); static int oldsec = 0; // refresh the progress bar every second if(oldsec != time.second()) { oldsec = time.second(); tprogress->setValue(dlbytes); tprogress->setMaximum(maxbytes); // display the downloaded size with suffix pdesc1->setText(tr("Copied: %1 of %2").arg(displayfisize(dlbytes)).arg(displayfisize(maxbytes))); } } QString unetbootin::downloadpagecontents(QString pageurl) { QUrl pgurl(pageurl); QHttp pghttp; QEventLoop pgwait; connect(&pghttp, SIGNAL(done(bool)), &pgwait, SLOT(quit())); pghttp.setHost(pgurl.host()); QString realpgupath = QString(pageurl).remove(0, pageurl.indexOf(QString("://%1").arg(pgurl.host())) + QString("://%1").arg(pgurl.host()).length()); ubngetrequestheader pgrequest(pgurl.host(), realpgupath); pghttp.request(pgrequest); pgwait.exec(); QHttpResponseHeader pgresponse(pghttp.lastResponse()); int pgrstatus = pgresponse.statusCode(); if (pgrstatus >= 300 && pgrstatus < 400 && pgresponse.hasKey("Location")) { return downloadpagecontents(pgresponse.value("Location")); } else { return QString(pghttp.readAll()); } } QStringList unetbootin::lstFtpDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize) { QUrl ldfDirUrl(ldfDirStringUrl); QFtp ldfFtp; QEventLoop ldfWait; nDirListStor nDirListStorL; nDirListStorL.nMinFileSizeBytes = ldfMinSize; nDirListStorL.nMaxFileSizeBytes = ldfMaxSize; nDirListStorL.searchsymlinks = this->searchsymlinks; connect(&ldfFtp, SIGNAL(done(bool)), &ldfWait, SLOT(quit())); connect(&ldfFtp, SIGNAL(listInfo(QUrlInfo)), &nDirListStorL, SLOT(sAppendSelfUrlInfoList(QUrlInfo))); ldfFtp.connectToHost(ldfDirUrl.host()); ldfFtp.login(); ldfFtp.list(ldfDirUrl.path()); ldfWait.exec(); ldfFtp.close(); return nDirListStorL.nDirFileListSL; } QStringList unetbootin::lstHttpDirFiles(QString ldfDirStringUrl) { QStringList relativefilelinksL; QStringList relativelinksLPreFilter = downloadpagecontents(ldfDirStringUrl) .replace(">", ">\n") .replace("<", "\n<") .split("\n"); QStringList relativelinksLPart1 = relativelinksLPreFilter .filter(QRegExp("", Qt::CaseInsensitive)) .replaceInStrings(QRegExp("", ""); QStringList relativelinksLPart2 = relativelinksLPreFilter .filter(QRegExp("", Qt::CaseInsensitive)) .replaceInStrings(QRegExp("", ""); QStringList relativelinksL = relativelinksLPart1 << relativelinksLPart2; for (int i = 0; i < relativelinksL.size(); ++i) { if (!relativelinksL.at(i).endsWith('/')) relativefilelinksL.append(relativelinksL.at(i)); } return relativefilelinksL; } QStringList unetbootin::lstNetDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize) { if (!ldfDirStringUrl.endsWith('/')) ldfDirStringUrl += '/'; if (ldfDirStringUrl.startsWith("ftp")) { return lstFtpDirFiles(ldfDirStringUrl, ldfMinSize, ldfMaxSize); } else { return lstHttpDirFiles(ldfDirStringUrl); } } QPair unetbootin::weightedFilterNetDir(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp) { if (!ldfDirStringUrl.endsWith('/')) ldfDirStringUrl += '/'; pdesc1->setText(tr("Searching in %1").arg(ldfDirStringUrl)); QPair relativeFileUrl = filterBestMatch(lstNetDirFiles(ldfDirStringUrl, ldfMinSize, ldfMaxSize), ldfFileMatchExp); if (relativeFileUrl.first.startsWith('/')) ldfDirStringUrl = ldfDirStringUrl.left(ldfDirStringUrl.indexOf('/', 8)); pdesc2->setText(tr("%1/%2 matches in %3").arg(relativeFileUrl.second).arg(ldfFileMatchExp.size()).arg(ldfDirStringUrl)); return qMakePair(ldfDirStringUrl+relativeFileUrl.first, relativeFileUrl.second); } QString unetbootin::fileFilterNetDir(QStringList ldfDirStringUrlList, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp) { QPair curRemoteFileUrlSP; int hRegxMatch = 0; QString hRegxMatchString; for (int i = 0; i < ldfDirStringUrlList.size(); ++i) { curRemoteFileUrlSP = weightedFilterNetDir(ldfDirStringUrlList.at(i), ldfMinSize, ldfMaxSize, ldfFileMatchExp); if (curRemoteFileUrlSP.second == ldfFileMatchExp.size()) return curRemoteFileUrlSP.first; if (curRemoteFileUrlSP.second > hRegxMatch) { hRegxMatch = curRemoteFileUrlSP.second; hRegxMatchString = curRemoteFileUrlSP.first; } } return hRegxMatchString; } QPair unetbootin::filterBestMatch(QStringList ufStringList, QList filterExpList) { QString hRegxMatchString, hRegxMatchStringEnd; int hRegxMatch = 0; for (int i = 0; i < ufStringList.size(); ++i) { int regxmatches = 0; hRegxMatchStringEnd = ufStringList.at(i).right(ufStringList.at(i).size() - ufStringList.at(i).lastIndexOf('/') - 1); for (int j = 0; j < filterExpList.size(); ++j) { if (hRegxMatchStringEnd.contains(filterExpList.at(j))) ++regxmatches; } if (regxmatches >= hRegxMatch) { hRegxMatchString = ufStringList.at(i); hRegxMatch = regxmatches; } } return qMakePair(hRegxMatchString, hRegxMatch); } void unetbootin::sysreboot() { #ifdef Q_OS_WIN32 HANDLE hToken; TOKEN_PRIVILEGES tkp; OpenProcessToken(GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY, &hToken); LookupPrivilegeValue(NULL, SE_SHUTDOWN_NAME, &tkp.Privileges[0].Luid); tkp.PrivilegeCount = 1; tkp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; AdjustTokenPrivileges(hToken, FALSE, &tkp, 0, (PTOKEN_PRIVILEGES)NULL, 0); ExitWindowsEx(EWX_REBOOT, EWX_FORCE); #endif #ifdef Q_OS_LINUX callexternapp("init", "6 &"); #endif #ifdef Q_OS_MAC callexternapp("shutdown", "-r now &"); #endif } QString unetbootin::callexternapp(QString xexecFile, QString xexecParm) { QEventLoop cxaw; callexternappT cxat; connect(&cxat, SIGNAL(finished()), &cxaw, SLOT(quit())); cxat.execFile = xexecFile; cxat.execParm = xexecParm; cxat.start(); cxaw.exec(); return cxat.retnValu; } QString unetbootin::callexternappWriteToStdin(QString xexecFile, QString xexecParm, QString xwriteToStdin) { QEventLoop cxaw; callexternappWriteToStdinT cxat; connect(&cxat, SIGNAL(finished()), &cxaw, SLOT(quit())); cxat.execFile = xexecFile; cxat.execParm = xexecParm; cxat.writeToStdin = xwriteToStdin; cxat.start(); cxaw.exec(); return cxat.retnValu; } QString unetbootin::getdevluid(QString voldrive) { #ifdef Q_OS_MAC QString diskutilinfo = callexternapp("diskutil", "info " + voldrive); QString uuidS = getuuid(voldrive, diskutilinfo); if (uuidS == "None") { return QString("LABEL=%1").arg(getlabel(voldrive, diskutilinfo)); } else { return QString("UUID=%1").arg(uuidS); } #endif #ifndef Q_OS_MAC QString uuidS = getuuid(voldrive); if (uuidS == "None") { return QString("LABEL=%1").arg(getlabel(voldrive)); } else { return QString("UUID=%1").arg(uuidS); } #endif } #ifdef Q_OS_MAC QString unetbootin::getlabel(QString voldrive, QString diskutilinfo) { QStringList diskutiloutput = diskutilinfo.split("\n"); QStringList labelLines = diskutiloutput.filter("Volume Name"); if (labelLines.size() == 0) return "None"; QStringList labelAtEnd = labelLines.at(0).split(":"); if (labelAtEnd.size() < 2) return "None"; return labelAtEnd.at(labelAtEnd.size()-1).trimmed(); } #endif QString unetbootin::getlabel(QString voldrive) { #ifdef Q_OS_MAC return getlabel(voldrive, callexternapp("diskutil", "info " + voldrive)); #endif #ifdef Q_OS_WIN32 voldrive.append("\\"); wchar_t vollabel[50]; GetVolumeInformation(LPWSTR(voldrive.utf16()), vollabel, 50, NULL, NULL, NULL, NULL, NULL); QString vollabelS = QString::fromWCharArray(vollabel); if (vollabelS.isEmpty()) { return "None"; } else { return vollabelS; } #endif #ifdef Q_OS_LINUX QString volidpS = ""; if (!volidcommand.isEmpty()) volidpS = QString(callexternapp(volidcommand, QString("-l %1").arg(voldrive))).remove("\r").remove("\n").trimmed(); else { QString tstrblk = QString(callexternapp(blkidcommand, QString("-s LABEL %1").arg(voldrive))); if (tstrblk.contains('=')) volidpS = tstrblk.section('=', -1, -1).remove('"').remove("\r").remove("\n").trimmed(); } if (volidpS.isEmpty()) { return "None"; } else { return volidpS; } #endif } #ifdef Q_OS_MAC QString unetbootin::getuuid(QString voldrive, QString diskutilinfo) { QStringList diskutiloutput = diskutilinfo.split("\n"); QStringList uuidList = diskutiloutput.filter("UUID"); // TODO untested if (uuidList.size() > 0) { uuidList = uuidList.at(0).split(" "); return uuidList.at(uuidList.size()-1).trimmed(); } // otherwise FAT32 or FAT16; return serial number bool isFat32 = diskutiloutput.filter("FAT32").size() > 0; if (!isFat32) { if (diskutiloutput.filter("FAT16").size() == 0 && diskutiloutput.filter("FAT12").size() == 0) return "None"; } callexternapp("diskutil", "umount "+targetDev); QFile rawDevice(voldrive); rawDevice.open(QIODevice::ReadOnly); if (isFat32) { rawDevice.seek(67); } else // FAT16 or FAT12 { rawDevice.seek(39); } unsigned char pserial[4]; rawDevice.read((char*)pserial, 4); QString serialNumber = QString::number(pserial[3], 16).rightJustified(2, '0')+QString::number(pserial[2], 16).rightJustified(2, '0')+"-"+QString::number(pserial[1], 16).rightJustified(2, '0')+QString::number(pserial[0], 16).rightJustified(2, '0'); rawDevice.close(); callexternapp("diskutil", "mount "+targetDev); return serialNumber.toUpper(); } #endif QString unetbootin::getuuid(QString voldrive) { #ifdef Q_OS_MAC return getuuid(voldrive, callexternapp("diskutil", "info " + voldrive)); #endif #ifdef Q_OS_WIN32 voldrive.append("\\"); DWORD volserialnum; GetVolumeInformation(LPWSTR(voldrive.utf16()), NULL, NULL, &volserialnum, NULL, NULL, NULL, NULL); if (!volserialnum >= 1) { return "None"; } QString tvolsernum = QString::number(volserialnum, 16).toUpper(); if (tvolsernum.size() == 8) { return QString("%1-%2").arg(tvolsernum.left(4), tvolsernum.right(4)); } else { return tvolsernum; } #endif #ifdef Q_OS_LINUX QString volidpS = ""; if (!volidcommand.isEmpty()) volidpS = QString(callexternapp(volidcommand, QString("-u %1").arg(voldrive))).remove("\r").remove("\n").trimmed(); else { QString tstrblk = QString(callexternapp(blkidcommand, QString("-s UUID %1").arg(voldrive))); if (tstrblk.contains('=')) volidpS = tstrblk.section('=', -1, -1).remove('"').remove("\r").remove("\n").trimmed(); } if (volidpS.isEmpty()) { return "None"; } else { return volidpS; } #endif } #ifdef Q_OS_UNIX QString unetbootin::locatecommand(QString commandtolocate, QString reqforinstallmode, QString packagename) { QString commandbinpath = callexternapp("which", commandtolocate).trimmed(); if (!commandbinpath.isEmpty() && QFile::exists(commandbinpath)) return commandbinpath; if (packagename == "silent") return ""; // QString commandbinpath = callexternapp("whereis", commandtolocate); // QStringList commandbinpathL = commandbinpath.split(" ").join("\n").split("\t").join("\n").split("\n"); // for (int i = 0; i < commandbinpathL.size(); ++i) // { // if (commandbinpathL.at(i).contains("bin/")) // { // return commandbinpathL.at(i); // } // } QMessageBox errorcmdnotfoundmsgbx; errorcmdnotfoundmsgbx.setIcon(QMessageBox::Warning); errorcmdnotfoundmsgbx.setWindowTitle(QString(tr("%1 not found")).arg(commandtolocate)); errorcmdnotfoundmsgbx.setText(QString(tr("%1 not found. This is required for %2 install mode.\nInstall the \"%3\" package or your distribution's equivalent.")).arg(commandtolocate, reqforinstallmode, packagename)); errorcmdnotfoundmsgbx.setStandardButtons(QMessageBox::Ok); switch (errorcmdnotfoundmsgbx.exec()) { case QMessageBox::Ok: break; default: break; } return commandtolocate; } QString unetbootin::locatedevicenode(QString mountpoint) { QStringList rawdeviceL = QString(callexternapp("mount", "")).replace("\t", " ").split("\n").filter("/dev/").filter(QString(" %1 ").arg(mountpoint)); if (rawdeviceL.isEmpty()) { return "NOT FOUND"; } else { return QFileInfo(rawdeviceL.at(0).split(" ").at(0)).canonicalFilePath(); } } QString unetbootin::locatemountpoint(QString devicenode) { QStringList procmountsL = callexternapp("mount", "").split("\n"); for (int i = 0; i < procmountsL.size(); ++i) { QString mountinfo = procmountsL.at(i).split("\t").join(" "); QStringList deviceAndRest = mountinfo.split(" on "); if (deviceAndRest.size() < 2) continue; if (deviceAndRest.at(0).trimmed() != devicenode) continue; QStringList mountpointAndOptions = deviceAndRest.at(1).split(" (").join(" type ").split(" type "); if (mountpointAndOptions.size() < 1) continue; QString mountpoint = mountpointAndOptions.at(0).trimmed(); if (QDir(mountpoint).exists()) return mountpoint; } return "NOT MOUNTED"; } QString unetbootin::getGrubNotation(QString devicenode) { return QString("(hd%1,%2)").arg(getDiskNumber(devicenode)).arg(getPartitionNumber(devicenode)); } QString unetbootin::getGrub2Notation(QString devicenode) { return QString("(hd%1,%2)").arg(getDiskNumber(devicenode)).arg(getPartitionNumber(devicenode)+1); } int unetbootin::letterToNumber(QChar lettertoconvert) { if (lettertoconvert.isLower()) { return static_cast(lettertoconvert.toAscii() - 'a'); } if (lettertoconvert.isUpper()) { return static_cast(lettertoconvert.toAscii() - 'A'); } else { return 999; } } int unetbootin::getDiskNumber(QString devicenode) { QChar disknumchar(devicenode.at(devicenode.size() - 2)); if (disknumchar.isLetter()) { return letterToNumber(disknumchar); } else { return disknumchar.digitValue() - 1; } } int unetbootin::getPartitionNumber(QString devicenode) { QChar partitionchar(devicenode.at(devicenode.size() - 1)); if (partitionchar.isLetter()) { return letterToNumber(partitionchar); } else { return partitionchar.digitValue() - 1; } } #endif #ifdef Q_OS_WIN32 void unetbootin::installsvzip() { if (QFile::exists(QString("%1\\7z.dll").arg(ubntmpf))) { rmFile(QString("%1\\7z.dll").arg(ubntmpf)); } instIndvfl("sevnz.dll", QString("%1\\7z.dll").arg(ubntmpf)); if (QFile::exists(QString("%1sevnz.exe").arg(ubntmpf))) { rmFile(QString("%1sevnz.exe").arg(ubntmpf)); } instIndvfl("sevnz.exe", QString("%1sevnz.exe").arg(ubntmpf)); sevzcommand = QString("%1sevnz.exe").arg(ubntmpf); } void unetbootin::configsysEdit() { SetFileAttributesA(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)).toAscii(), FILE_ATTRIBUTE_NORMAL); QFile::copy(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)), QString("%1config.sys").arg(targetPath)); QFile::copy(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)), QString("%1confignw.txt").arg(targetPath)); QFile confignwFile(QString("%1confignw.txt").arg(targetPath)); QFile configsysFile(QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive))); confignwFile.open(QIODevice::ReadWrite | QIODevice::Text); configsysFile.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream confignwOut(&confignwFile); QTextStream configsysOut(&configsysFile); QString configsysText = QString("[menu]\n" "menucolor=15,0\n" "menuitem=windows,Windows\n" "menuitem=grub,"UNETBOOTINB"\n" "menudefault=windows,30\n" "[grub]\n" "device=ubnldr.exe\n" "[windows]\n%1").arg(configsysOut.readAll()); confignwOut << configsysText << endl; if (!QFile::copy(QString("%1confignw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive)))) { rmFile(configsysFile); QFile::copy(QString("%1confignw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1config.sys").arg(targetDrive))); } } void unetbootin::bootiniEdit() { SetFileAttributesW(LPWSTR(QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive)).utf16()), FILE_ATTRIBUTE_NORMAL); QFile::copy(QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive)), QString("%1boot.ini").arg(targetPath)); QFile::copy(QDir::toNativeSeparators(QString("%1bootnw.ini").arg(targetDrive)), QString("%1bootnw.txt").arg(targetPath)); QFile bootnwFile(QString("%1bootnw.txt").arg(targetPath)); QFile bootiniFile(QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive))); bootnwFile.open(QIODevice::ReadWrite | QIODevice::Text); bootiniFile.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream bootnwOut(&bootnwFile); QTextStream bootiniOut(&bootiniFile); QStringList bootiniCurTextL; bool btimustreplacetimeout = true; QRegExp btichkistimeout("\\s{0,}timeout.{0,}", Qt::CaseInsensitive); QString bootiniCurLine; while (!bootiniOut.atEnd()) { bootiniCurLine = bootiniOut.readLine(); if (btimustreplacetimeout && btichkistimeout.exactMatch(bootiniCurLine)) { bootiniCurTextL.append("timeout=15"); btimustreplacetimeout = false; } else { bootiniCurTextL.append(bootiniCurLine); } } QString bootiniCurText = bootiniCurTextL.join("\n"); QString bootiniText = QString("%1\n%2=\""UNETBOOTINB"\"").arg(bootiniCurText).arg(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(targetDrive))); bootnwOut << bootiniText << endl; if (!QFile::copy(QString("%1bootnw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive)))) { rmFile(bootiniFile); QFile::copy(QString("%1bootnw.txt").arg(targetPath), QDir::toNativeSeparators(QString("%1boot.ini").arg(targetDrive))); } } void unetbootin::vistabcdEdit() { bool warch64 = false; if (!QProcess::systemEnvironment().filter("ProgramW6432").isEmpty()) warch64 = true; instIndvfl("emtxfile.exe", QString("%1emtxfile.exe").arg(targetPath)); QFile vbcdEditF1(QString("%1vbcdedit.bat").arg(targetPath)); vbcdEditF1.open(QIODevice::ReadWrite | QIODevice::Text); QTextStream vbcdEditS1(&vbcdEditF1); vbcdEditS1 << QString("bcdedit /create /d \""UNETBOOTINB"\" /application bootsector > %1tmpbcdid").arg(targetPath) << endl; vbcdEditF1.close(); if (!warch64) callexternapp(QString("%1vbcdedit.bat").arg(targetPath), ""); QFile vbcdTmpInF(QString("%1tmpbcdid").arg(targetPath)); vbcdTmpInF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream vbcdTmpInS(&vbcdTmpInF); QString qstmpvbcdin = vbcdTmpInS.readAll(); vbcdTmpInF.close(); QString vbcdIdTL; QStringList vbcdIdTLSL; if (!warch64) { vbcdIdTLSL = qstmpvbcdin.replace("{", "\n").replace("}", "\n").split("\n").filter("-"); if (!vbcdIdTLSL.isEmpty()) vbcdIdTL = vbcdIdTLSL.at(0); } else { callexternapp(QString("%1emtxfile.exe").arg(targetPath), QString("%1vbcdedit.bat runas").arg(targetPath)); vbcdTmpInF.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream vbcdTmpInS2(&vbcdTmpInF); vbcdIdTLSL = vbcdTmpInS2.readAll().replace("{", "\n").replace("}", "\n").split("\n").filter("-"); if (!vbcdIdTLSL.isEmpty()) vbcdIdTL = vbcdIdTLSL.at(0); vbcdTmpInF.close(); } QSettings vdtistor("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); vdtistor.setValue("WArch64", warch64); QFile vbcdEditF2(QString("%1vbcdedt2.bat").arg(targetPath)); vbcdEditF2.open(QIODevice::ReadWrite | QIODevice::Text); QTextStream vbcdEditS2(&vbcdEditF2); vbcdEditS2 << QString("bcdedit /set {%1} device boot\n" "bcdedit /set {%1} path \\ubnldr.mbr\n" "bcdedit /set {%1} device partition=%2\n" "bcdedit /displayorder {%1} /addlast\n" "bcdedit /timeout 30").arg(vbcdIdTL).arg(targetDev) << endl; vbcdEditF2.close(); if (warch64) { callexternapp(QString("%1emtxfile.exe").arg(targetPath), QString("%1vbcdedt2.bat runas").arg(targetPath)); } else { callexternapp(QString("%1vbcdedt2.bat").arg(targetPath), ""); } QFile vbcdundoF(QString("%1vbcdundo.bat").arg(targetPath)); vbcdundoF.open(QIODevice::ReadWrite | QIODevice::Text); QTextStream vbcdundoS(&vbcdundoF); vbcdundoS << QString("bcdedit /delete {%1}").arg(vbcdIdTL) << endl; vbcdundoF.close(); } #endif void unetbootin::instIndvfl(QString srcfName, QString dstfName) { if (QFile::exists(dstfName)) { if (!overwritefileprompt(dstfName)) return; } QFile dstF(dstfName); dstF.open(QIODevice::WriteOnly); QFile srcF(QString(":/%1").arg(srcfName)); #ifdef NOSTATIC if (srcfName == "memdisk") srcF.setFileName(QFile::exists("/usr/share/syslinux/memdisk") ? "/usr/share/syslinux/memdisk" : "/usr/lib/syslinux/memdisk"); else if (srcfName == "menu.c32") srcF.setFileName(QFile::exists("/usr/share/syslinux/menu.c32") ? "/usr/share/syslinux/menu.c32" : "/usr/lib/syslinux/menu.c32"); else if (srcfName == "mbr.bin") srcF.setFileName(QFile::exists("/usr/share/syslinux/mbr.bin") ? "/usr/share/syslinux/mbr.bin" : "/usr/lib/syslinux/mbr.bin"); else if (srcfName == "ubnsylnx") srcF.setFileName("/usr/bin/syslinux"); // else // srcF.setFileName(QString("/usr/lib/unetbootin/%1").arg(srcfName)); #endif srcF.open(QIODevice::ReadOnly); dstF.write(srcF.readAll()); dstF.close(); srcF.close(); } QString unetbootin::instTempfl(QString srcfName, QString dstfType) { QString dstfName = randtmpfile::getrandfilename(ubntmpf, dstfType); instIndvfl(srcfName, dstfName); return dstfName; } void unetbootin::runinst() { this->trcurrent = tr("(Current)"); this->trdone = tr("(Done)"); firstlayer->setEnabled(false); firstlayer->hide(); secondlayer->setEnabled(true); secondlayer->show(); rebootlayer->setEnabled(false); rebootlayer->hide(); progresslayer->setEnabled(true); progresslayer->show(); sdesc1->setText(QString("%1 %2").arg(sdesc1->text()).arg(trcurrent)); tprogress->setValue(0); installType = typeselect->currentText(); targetDrive = driveselect->currentText(); persistenceSpaceMB = this->persistencevalue->value(); QString ginstallDir; QString installDir; QString isotmpf = randtmpfile::getrandfilename(ubntmpf, "iso"); #ifdef Q_OS_WIN32 if (installType == tr("Hard Disk")) { ginstallDir = "unetbtin/"; } if (installType == tr("USB Drive")) { ginstallDir = ""; } installDir = ginstallDir; targetDev = QString("%1").arg(targetDrive).remove("\\"); rawtargetDev = targetDev; #endif #ifdef Q_OS_UNIX if (installType == tr("Hard Disk")) { QString devnboot = locatedevicenode("/boot"); if (devnboot == "NOT FOUND") { ginstallDir = "boot/"; installDir = ginstallDir; targetDev = locatedevicenode("/"); } else { ginstallDir = ""; installDir = "boot/"; targetDev = devnboot; } devluid = getdevluid(targetDev); } if (installType == tr("USB Drive")) { targetDev = driveselect->currentText(); devluid = getdevluid(targetDev); ginstallDir = ""; installDir = ginstallDir; targetDrive = QString("%1/").arg(locatemountpoint(targetDev)); } #ifdef Q_OS_LINUX if (targetDev.contains(QRegExp("p\\d$"))) rawtargetDev = QString(targetDev).remove(QRegExp("p\\d$")); else rawtargetDev = QString(targetDev).remove(QRegExp("\\d$")); #endif #ifdef Q_OS_MAC rawtargetDev = QString(targetDev).remove(QRegExp("s\\d$")); #endif #endif #ifndef Q_OS_UNIX devluid = getdevluid(targetDev); #endif kernelLine = "kernel"; kernelLoc = QString("/%1ubnkern").arg(ginstallDir); initrdLine = "initrd"; slinitrdLine = "initrd="; initrdLoc = QString("/%1ubninit").arg(ginstallDir); #ifdef NOINITRD initrdLoc = ""; initrdOpts = ""; initrdLine = ""; slinitrdLine = ""; #endif #ifdef NODEFAULTKERNEL kernelLoc = ""; #endif targetPath = QDir::toNativeSeparators(QString("%1%2").arg(targetDrive).arg(installDir)); QDir dir; if (!dir.exists(targetPath)) { dir.mkpath(targetPath); } if (QFile::exists(QString("%1ubnkern").arg(targetPath))) { overwritefileprompt(QString("%1ubnkern").arg(targetPath)); } if (QFile::exists(QString("%1ubninit").arg(targetPath))) { overwritefileprompt(QString("%1ubninit").arg(targetPath)); } if (radioFloppy->isChecked()) { if (diskimagetypeselect->currentIndex() == diskimagetypeselect->findText(tr("Floppy"))) { instIndvfl("memdisk", QString("%1ubnkern").arg(targetPath)); if (!FloppyPath->text().startsWith("http://") && !FloppyPath->text().startsWith("ftp://")) QFile::copy(FloppyPath->text(), QString("%1ubninit").arg(targetPath)); else downloadfile(FloppyPath->text(), QString("%1ubninit").arg(targetPath)); } if (diskimagetypeselect->currentIndex() == diskimagetypeselect->findText(tr("ISO"))) { if (!FloppyPath->text().startsWith("http://") && !FloppyPath->text().startsWith("ftp://")) extractiso(FloppyPath->text()); else { downloadfile(FloppyPath->text(), isotmpf); extractiso(isotmpf); } if (QFile::exists(QString("%1sevnz.exe").arg(ubntmpf))) { rmFile(QString("%1sevnz.exe").arg(ubntmpf)); } if (QFile::exists(QString("%1\\7z.dll").arg(ubntmpf))) { rmFile(QString("%1\\7z.dll").arg(ubntmpf)); } } } else if (radioManual->isChecked()) { if (!KernelPath->text().startsWith("http://") && !KernelPath->text().startsWith("ftp://")) QFile::copy(KernelPath->text(), QString("%1ubnkern").arg(targetPath)); else downloadfile(KernelPath->text(), QString("%1ubnkern").arg(targetPath)); if (!InitrdPath->text().startsWith("http://") && !InitrdPath->text().startsWith("ftp://")) QFile::copy(InitrdPath->text(), QString("%1ubninit").arg(targetPath)); else downloadfile(InitrdPath->text(), QString("%1ubninit").arg(targetPath)); kernelOpts = OptionEnter->text(); } else if (radioDistro->isChecked()) { nameDistro = distroselect->currentText(); nameVersion = dverselect->currentText(); if (nameVersion.contains("_Live")) { nameVersion.remove("_Live"); islivecd = true; } else { islivecd = false; } if (nameVersion.contains("_NetInstall")) { nameVersion.remove("_NetInstall"); isnetinstall = true; } if (nameVersion.contains("_HdMedia")) { nameVersion.remove("_HdMedia"); ishdmedia = true; } if (nameVersion.contains("_x64")) { nameVersion.remove("_x64"); isarch64 = true; } else { isarch64 = false; } QString cpuarch; QString relname = nameVersion.toLower(); #include "customdistrolst.cpp" if (QFile::exists(QString("%1sevnz.exe").arg(ubntmpf))) { rmFile(QString("%1sevnz.exe").arg(ubntmpf)); } if (QFile::exists(QString("%1\\7z.dll").arg(ubntmpf))) { rmFile(QString("%1\\7z.dll").arg(ubntmpf)); } if (downloadFailed) { return; } } if (!sdesc1->text().contains(trdone)) { sdesc1->setText(QString(sdesc1->text()).remove("").replace(trcurrent+"", trdone)); } if (sdesc2->text().contains(trcurrent)) { sdesc2->setText(QString(sdesc2->text()).remove("").replace(trcurrent+"", trdone)); } else { sdesc2->setText(QString("%1 %2").arg(sdesc2->text()).arg(trdone)); } sdesc3->setText(QString("%1 %2").arg(sdesc3->text()).arg(trcurrent)); tprogress->setValue(0); if (this->persistenceSpaceMB > 0 && !issalt) { this->kernelOpts += " persistent"; for (int i = 0; i < this->extraoptionsPL.second.second.size(); ++i) { this->extraoptionsPL.second.second[i] += " persistent"; } } instDetType(); } void unetbootin::instDetType() { if (installType == tr("Hard Disk")) { runinsthdd(); } if (installType == tr("USB Drive")) { runinstusb(); } } #ifdef Q_OS_UNIX void unetbootin::writegrub2cfg() { QFile menulst; menulst.setFileName("/boot/grub/grub.cfg"); if (QFile::exists(QString("%1.bak").arg(menulst.fileName()))) rmFile(QString("%1.bak").arg(menulst.fileName())); QFile::copy(menulst.fileName(), QString("%1.bak").arg(menulst.fileName())); QFile bkmenulst(QString("%1.bak").arg(menulst.fileName())); bkmenulst.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream bkmenulstout(&bkmenulst); menulst.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream menulstout(&menulst); QRegExp mlstchkistimeout("\\s{0,}set\\s{1,}timeout=\\d{1,}.{0,}", Qt::CaseInsensitive); QStringList ecurmenulstTextL; bool mlstmustreplacetimeout = true; QString menulstCurLine; while (!bkmenulstout.atEnd()) { menulstCurLine = bkmenulstout.readLine(); if (mlstmustreplacetimeout && mlstchkistimeout.exactMatch(menulstCurLine)) { ecurmenulstTextL.append("set timeout=15"); mlstmustreplacetimeout = false; } else { ecurmenulstTextL.append(menulstCurLine); } } QString ecurmenulstText = ecurmenulstTextL.join("\n"); QString menulstxt = QString( "%9\n\n" #ifndef NODEFAULTBOOT "\nmenuentry \""UNETBOOTINB"\" {\n" "\tset root=%8\n" "\t%1 %2 %3 %4\n" "\t%5 %6 %7\n" "}\n" #endif ).arg(kernelLine.replace("kernel", "linux")).arg(kernelParam).arg(kernelLoc).arg(kernelOpts).arg(initrdLine).arg(initrdLoc).arg(initrdOpts) .arg(getGrub2Notation(targetDev)).arg(ecurmenulstText) ; if (!extraoptionsPL.first.first.isEmpty()) { for (int i = 0; i < extraoptionsPL.first.first.size(); ++i) { menulstxt.append(QString("\nmenuentry \"%1\" {\n" "\tset root=%5\n" "\tlinux %2 %4\n" "\tinitrd %3\n" "}\n").arg(QString(extraoptionsPL.second.first.at(i)).remove("^")).arg(extraoptionsPL.first.first.at(i)).arg(extraoptionsPL.first.second.at(i)).arg(extraoptionsPL.second.second.at(i)) .arg(getGrubNotation(targetDev)) ); } } menulstout << menulstxt << endl; menulst.close(); } #endif void unetbootin::runinsthdd() { this->tprogress->setValue(this->tprogress->maximum()/3); #ifdef Q_OS_UNIX if (QFile::exists("/boot/grub/grub.cfg")) // has grub2 { pdesc1->setText(tr("Configuring grub2 on %1").arg(targetDev)); writegrub2cfg(); if (!QFile::exists("/boot/grub/menu.lst")) // grub2-only { QSettings install(QSettings::SystemScope, "UNetbootin"); install.setValue("Location", "/"); fininstall(); return; } } #endif #ifdef Q_OS_WIN32 pdesc1->setText(tr("Configuring grldr on %1").arg(targetDev)); if (QFile::exists(QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive)))) { rmFile(QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); } QFile::copy(appLoc, QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); QFile::setPermissions(QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive)), QFile::ReadOther|QFile::WriteOther|QFile::ExeOther); if (QFile::exists(QDir::toNativeSeparators(QString("%1ubnldr").arg(targetDrive)))) { overwritefileprompt(QDir::toNativeSeparators(QString("%1ubnldr").arg(targetDrive))); } instIndvfl("ubnldr", QString("%1ubnldr").arg(targetDrive)); if (QFile::exists(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(targetDrive)))) { overwritefileprompt(QDir::toNativeSeparators(QString("%1ubnldr.mbr").arg(targetDrive))); } instIndvfl("ubnldr.mbr", QString("%1ubnldr.mbr").arg(targetDrive)); if (QFile::exists(QDir::toNativeSeparators(QString("%1ubnldr.exe").arg(targetDrive)))) { overwritefileprompt(QDir::toNativeSeparators(QString("%1ubnldr.exe").arg(targetDrive))); } instIndvfl("ubnldr.exe", QString("%1ubnldr.exe").arg(targetDrive)); #endif QFile menulst; #ifdef Q_OS_WIN32 menulst.setFileName(QString("%1menu.lst").arg(targetPath)); #endif #ifdef Q_OS_UNIX pdesc1->setText(tr("Configuring grub on %1").arg(targetDev)); menulst.setFileName("/boot/grub/menu.lst"); if (QFile::exists(QString("%1.bak").arg(menulst.fileName()))) rmFile(QString("%1.bak").arg(menulst.fileName())); QFile::copy(menulst.fileName(), QString("%1.bak").arg(menulst.fileName())); QFile bkmenulst(QString("%1.bak").arg(menulst.fileName())); bkmenulst.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream bkmenulstout(&bkmenulst); #endif menulst.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream menulstout(&menulst); #ifdef Q_OS_UNIX QRegExp mlstchkistimeout("\\s{0,}timeout\\s{1,}\\d{1,}.{0,}", Qt::CaseInsensitive); QRegExp mlstchkishiddenmenu("\\s{0,}hiddenmenu.{0,}", Qt::CaseInsensitive); QStringList ecurmenulstTextL; bool mlstmustreplacetimeout = true; bool mlstmustreplacehiddenmenu = true; QString menulstCurLine; while (!bkmenulstout.atEnd()) { menulstCurLine = bkmenulstout.readLine(); if (mlstmustreplacehiddenmenu && mlstchkishiddenmenu.exactMatch(menulstCurLine)) { ecurmenulstTextL.append("#hiddenmenu"); mlstmustreplacehiddenmenu = false; } else if (mlstmustreplacetimeout && mlstchkistimeout.exactMatch(menulstCurLine)) { ecurmenulstTextL.append("timeout\t\t15"); mlstmustreplacetimeout = false; } else { ecurmenulstTextL.append(menulstCurLine); } } QString ecurmenulstText = ecurmenulstTextL.join("\n"); #endif QString menulstxt = QString( #ifdef Q_OS_UNIX "%9\n\n" #endif #ifdef Q_OS_WIN32 "default 0\n" "timeout 10\n" #endif #ifndef NODEFAULTBOOT "\ntitle "UNETBOOTINB"\n" #ifdef Q_OS_WIN32 "find --set-root %3\n" #endif #ifdef Q_OS_UNIX "root %8\n" #endif "%1 %2 %3 %4\n" "%5 %6 %7\n" "boot\n" #endif ).arg(kernelLine).arg(kernelParam).arg(kernelLoc).arg(kernelOpts).arg(initrdLine).arg(initrdLoc).arg(initrdOpts) #ifdef Q_OS_UNIX .arg(getGrubNotation(targetDev)).arg(ecurmenulstText) #endif ; if (!extraoptionsPL.first.first.isEmpty()) { for (int i = 0; i < extraoptionsPL.first.first.size(); ++i) { menulstxt.append(QString("\ntitle %1\n" #ifdef Q_OS_WIN32 "find --set-root %2\n" #endif #ifdef Q_OS_UNIX "root %5\n" #endif "kernel %2 %4\n" "initrd %3\n" "boot\n").arg(QString(extraoptionsPL.second.first.at(i)).remove("^")).arg(extraoptionsPL.first.first.at(i)).arg(extraoptionsPL.first.second.at(i)).arg(extraoptionsPL.second.second.at(i)) #ifdef Q_OS_UNIX .arg(getGrubNotation(targetDev)) #endif ); } } menulstout << menulstxt << endl; menulst.close(); #ifdef Q_OS_WIN32 QSettings install("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UNetbootin", QSettings::NativeFormat); install.setValue("Location", targetDrive); install.setValue("DisplayName", "UNetbootin"); install.setValue("UninstallString", QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); //QSettings runonce("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", QSettings::NativeFormat); //runonce.setValue("UNetbootin Uninstaller", QDir::toNativeSeparators(QString("%1unetbtin.exe").arg(targetDrive))); if (QSysInfo::WindowsVersion == QSysInfo::WV_32s || QSysInfo::WindowsVersion == QSysInfo::WV_95 || QSysInfo::WindowsVersion == QSysInfo::WV_98 || QSysInfo::WindowsVersion == QSysInfo::WV_Me) { configsysEdit(); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_NT || QSysInfo::WindowsVersion == QSysInfo::WV_2000 || QSysInfo::WindowsVersion == QSysInfo::WV_XP || QSysInfo::WindowsVersion == QSysInfo::WV_2003 ) { bootiniEdit(); } else if (QSysInfo::WindowsVersion == QSysInfo::WV_VISTA) //|| QSysInfo::WindowsVersion == QSysInfo::WV_WINDOWS7) // TODO when upgrading to latest Qt { vistabcdEdit(); } else { configsysEdit(); bootiniEdit(); vistabcdEdit(); } #endif #ifdef Q_OS_UNIX QSettings install(QSettings::SystemScope, "UNetbootin"); install.setValue("Location", "/"); #endif fininstall(); } void unetbootin::rmFile(QFile &fn) { if (!fn.exists()) return; fn.setPermissions(QFile::WriteUser); fn.remove(); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::rmFile(const QString &fn) { if (!QFile::exists(fn)) return; QFile::setPermissions(fn, QFile::WriteUser); QFile::remove(fn); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::mvFile(QFile &fn, QFile &outfn) { rmFile(outfn); fn.rename(outfn.fileName()); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::mvFile(const QString &fn, const QString &outfn) { rmFile(outfn); QFile::rename(fn, outfn); #ifdef Q_OS_UNIX callexternapp("sync", ""); #endif } void unetbootin::replaceTextInFile(QString repfilepath, QRegExp replaceme, QString replacewith) { QFile repfileF(repfilepath); randtmpfile nrepfileF(QFileInfo(repfilepath).canonicalPath(), "cfg"); QString nrepfilepath = QFileInfo(nrepfileF).canonicalFilePath(); repfileF.open(QIODevice::ReadOnly | QIODevice::Text); nrepfileF.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream repfileTS(&repfileF); QTextStream nrepfileTS(&nrepfileF); while (!repfileTS.atEnd()) { nrepfileTS << repfileTS.readLine().replace(replaceme, replacewith) << "\n"; } repfileF.close(); rmFile(repfilepath); nrepfileF.rename(repfilepath); nrepfileF.close(); //mvFile(nrepfilepath, repfilepath); } void unetbootin::setLabel(QString devname, QString newlabel) { #ifdef Q_OS_LINUX if (isext2) { callexternapp(e2labelcommand, devname+" "+newlabel); } else { callexternapp(mlabelcommand, "-i "+devname+" ::"+newlabel); } #endif #ifdef Q_OS_MAC callexternapp("diskutil", "rename "+devname+" "+newlabel); #endif #ifdef Q_OS_WIN32 callexternapp("label", devname+" "+newlabel); #endif this->devlabel = QString(newlabel); if (this->devluid.startsWith("LABEL=")) this->devluid = "LABEL="+newlabel; #ifdef Q_OS_MAC this->targetPath = this->locatemountpoint(devname) + "/"; this->targetDrive = this->targetPath; #endif } QString unetbootin::fixkernelbootoptions(const QString &cfgfileCL) { if (cfgfileCL.contains("archisolabel=") && (this->devlabel == "" || this->devlabel == "None")) { this->devlabel = this->getlabel(this->targetDev); if (this->installType == tr("USB Drive") && (this->devlabel == "" || this->devlabel == "None")) { QString isolabelopt = QString(cfgfileCL).trimmed(); int startIdx = isolabelopt.indexOf("archisolabel="); if (startIdx >= 0) { isolabelopt = isolabelopt.right(isolabelopt.size() - startIdx - QString("archisolabel=").size()).trimmed(); int endIdx = isolabelopt.indexOf(" "); if (endIdx > 0) { isolabelopt = isolabelopt.left(endIdx); setLabel(this->targetDev, isolabelopt); } } } } if ((this->devlabel == "" || this->devlabel == "None") && devluid.contains("LABEL") && (cfgfileCL.contains(QRegExp("root=\\S{0,}LABEL=\\S{0,}")) || cfgfileCL.contains(QRegExp("root=\\S{0,}CDLABEL=\\S{0,}")))) { setLabel(this->targetDev, "LIVE"); } QString ncfgfileCL = cfgfileCL; if (ncfgfileCL.contains("root=live:CDLABEL")) { ncfgfileCL = QString(ncfgfileCL) .replace(QRegExp("root=\\S{0,}LABEL=\\S{0,}"), QString("root=live:%1").arg(devluid)) .replace(QRegExp("root=\\S{0,}CDLABEL=\\S{0,}"), QString("root=live:%1").arg(devluid)); } else { ncfgfileCL = QString(ncfgfileCL) .replace(QRegExp("root=\\S{0,}LABEL=\\S{0,}"), QString("root=%1").arg(devluid)) .replace(QRegExp("root=\\S{0,}CDLABEL=\\S{0,}"), QString("root=%1").arg(devluid)); } return QString(ncfgfileCL) .replace("rootfstype=iso9660", "rootfstype=auto") .replace("theme:sabayon", "theme:sabayon cdroot_type=vfat") .replace("pmedia=cd", "pmedia=usbflash") .replace(QRegExp("archisolabel=\\S{0,}"), QString("archisolabel=%1").arg(devlabel)) .trimmed(); } void unetbootin::runinstusb() { this->tprogress->setValue(this->tprogress->maximum()/3); pdesc1->setText(tr("Installing syslinux to %1").arg(targetDev)); #ifdef Q_OS_WIN32 QString sysltfloc = instTempfl("syslinux.exe", "exe"); callexternapp(sysltfloc, QString("-ma %1").arg(targetDev)); rmFile(sysltfloc); #endif #ifdef STATICLINUX if (QFile::exists(syslinuxcommand)) rmFile(syslinuxcommand); instIndvfl("ubnsylnx", syslinuxcommand); QFile::setPermissions(syslinuxcommand, QFile::ReadOwner|QFile::ExeOwner|QFile::ReadGroup|QFile::ExeGroup|QFile::ReadOther|QFile::ExeOther|QFile::WriteOwner); // chmod(syslinuxcommand, S_IRUSR|S_IRGRP|S_IROTH|S_IRWXU); if (QFile::exists(extlinuxcommand)) rmFile(extlinuxcommand); instIndvfl("ubnexlnx", extlinuxcommand); QFile::setPermissions(extlinuxcommand, QFile::ReadOwner|QFile::ExeOwner|QFile::ReadGroup|QFile::ExeGroup|QFile::ReadOther|QFile::ExeOther|QFile::WriteOwner); #endif #ifdef Q_OS_LINUX isext2 = false; if (!volidcommand.isEmpty()) { if (callexternapp(volidcommand, QString("-t %2").arg(targetDev)).contains(QRegExp("(ext2|ext3|ext4)"))) isext2 = true; } else { QString tstrblk = callexternapp(blkidcommand, QString("-s TYPE %2").arg(targetDev)); if (tstrblk.contains('=')) { if (tstrblk.contains(QRegExp("(ext2|ext3|ext4)"))) isext2 = true; } } if (isext2) { pdesc1->setText(tr("Installing extlinux to %1").arg(targetDev)); callexternapp(extlinuxcommand, QString("-i \"%1\"").arg(targetPath)); } else callexternapp(syslinuxcommand, targetDev); if (rawtargetDev != targetDev) { // make active if (sfdiskcommand != "") { // use sfdisk if available callexternapp(sfdiskcommand, QString("%1 -A%2").arg(rawtargetDev, QString(targetDev).remove(rawtargetDev).remove("p"))); } else { // use fdisk if sfdisk is unavailable bool isOk = false; int partitionNumber = QString(targetDev).remove(rawtargetDev).remove("p").toInt(&isOk, 10); if (isOk) { QString output = callexternapp("fdisk", "-l"); QStringList outputL = output.split('\n'); outputL = outputL.filter(targetDev); if (outputL.size() > 0) { outputL = outputL.filter("*"); bool isActive = outputL.size() > 0; if (!isActive) { QString fdiskWriteToStdin = "a\n"; fdiskWriteToStdin += (QString::number(partitionNumber) + "\n"); fdiskWriteToStdin += "w\n"; callexternappWriteToStdin("fdisk", rawtargetDev, fdiskWriteToStdin); } } } } QFile usbmbrF(rawtargetDev); QFile mbrbinF(":/mbr.bin"); #ifdef NOSTATIC mbrbinF.setFileName(QFile::exists("/usr/share/syslinux/mbr.bin") ? "/usr/share/syslinux/mbr.bin" : "/usr/lib/syslinux/mbr.bin"); #endif usbmbrF.open(QIODevice::WriteOnly); mbrbinF.open(QIODevice::ReadOnly); usbmbrF.write(mbrbinF.readAll()); mbrbinF.close(); usbmbrF.close(); } #endif #ifdef Q_OS_MAC callexternapp(syslinuxcommand, targetDev); callexternapp("diskutil", "umount "+targetDev); QFile usbmbrF(rawtargetDev); QFile mbrbinF(resourceDir.absoluteFilePath("mbr.bin")); usbmbrF.open(QIODevice::WriteOnly); mbrbinF.open(QIODevice::ReadOnly); usbmbrF.write(mbrbinF.readAll()); mbrbinF.close(); usbmbrF.close(); callexternapp("diskutil", "umount "+targetDev); // make active bool isOk = false; int partitionNumber = QString(targetDev).remove(rawtargetDev).remove("s").toInt(&isOk, 10); if (isOk) { QString output = callexternapp("diskutil", "list"); QStringList outputL = output.split('\n'); outputL = outputL.filter(QString(targetDev).replace("/dev/", "")); if (outputL.size() > 0) { outputL = outputL.filter("*"); bool isActive = outputL.size() > 0; if (!isActive) { QString fdiskWriteToStdin = ("flag "+QString::number(partitionNumber)+"\n"); fdiskWriteToStdin += "write\n"; fdiskWriteToStdin += "quit\n"; callexternappWriteToStdin("fdisk", "-e "+rawtargetDev, fdiskWriteToStdin); } } } callexternapp("diskutil", "mount "+targetDev); #endif #ifndef XPUD if (!dontgeneratesyslinuxcfg) { QFile syslinuxcfg(QString("%1syslinux.cfg").arg(targetPath)); if (syslinuxcfg.exists()) { rmFile(syslinuxcfg); } syslinuxcfg.open(QIODevice::WriteOnly | QIODevice::Text); QTextStream syslinuxcfgout(&syslinuxcfg); QString syslinuxcfgtxt = QString("default menu.c32\n" "prompt 0\n" "menu title UNetbootin\n" "timeout 100\n\n" #ifndef NODEFAULTBOOT "label unetbootindefault\n" "menu label Default\n" "kernel %1\n" "append %4%2 %3\n" #endif ).arg(kernelLoc, initrdLoc, kernelOpts, slinitrdLine); if (!extraoptionsPL.first.first.isEmpty()) { for (int i = 0; i < extraoptionsPL.first.first.size(); ++i) { syslinuxcfgtxt.append(QString("\nlabel %5\n" "menu label %1\n" "kernel %2\n" "append %6%3 %4\n").arg(extraoptionsPL.second.first.at(i)).arg(extraoptionsPL.first.first.at(i)).arg(extraoptionsPL.first.second.at(i)).arg(extraoptionsPL.second.second.at(i)).arg(QString("ubnentry%1").arg(i)).arg(slinitrdLine)); } } syslinuxcfgout << syslinuxcfgtxt << endl; syslinuxcfg.close(); } else { for (int j = 0; j < locatedsyslinuxcfgfiles.size(); ++j) { QString syslpathloc = QFileInfo(locatedsyslinuxcfgfiles.at(j)).path(); if (syslpathloc == ".") syslpathloc = ""; if (syslpathloc.contains(QDir::toNativeSeparators("/"))) { if (!syslpathloc.endsWith(QDir::toNativeSeparators("/"))) syslpathloc.append(QDir::toNativeSeparators("/")); } else { if (!syslpathloc.endsWith("/")) syslpathloc.append("/"); } QString abssyslpathloc = QDir::fromNativeSeparators(QString(syslpathloc)); if (!abssyslpathloc.startsWith("/")) abssyslpathloc.prepend("/"); instIndvfl("menu.c32", QString("%1%2menu.c32").arg(targetPath).arg(syslpathloc)); QString syslrealcfgloc = QString(locatedsyslinuxcfgfiles.at(j)).replace("isolinux.cfg", "syslinux.cfg").replace("extlinux.conf", "syslinux.cfg"); if (syslrealcfgloc != locatedsyslinuxcfgfiles.at(j)) { QFile::copy(QString("%1%2").arg(targetPath).arg(locatedsyslinuxcfgfiles.at(j)), QString("%1%2").arg(targetPath).arg(syslrealcfgloc)); } replaceTextInFile(QString("%1%2").arg(targetPath).arg(syslrealcfgloc), QRegExp("\\S{0,}vesamenu.c32"), QString("%1menu.c32").arg(abssyslpathloc)); #ifdef Q_OS_UNIX if (isext2) { QFile::copy(QString("%1%2").arg(targetPath).arg(locatedsyslinuxcfgfiles.at(j)), QString("%1%2extlinux.conf").arg(targetPath).arg(syslpathloc)); QString extlpathloc = QString(syslpathloc).replace("syslinux", "extlinux"); if (syslpathloc != extlpathloc) callexternapp("ln", QString("-s %1 %2").arg(syslpathloc).arg(extlpathloc)); } #endif } } #endif #ifdef Q_OS_UNIX if (!dontgeneratesyslinuxcfg && isext2) QFile::copy(QString("%1syslinux.cfg").arg(targetPath), QString("%1extlinux.conf").arg(targetPath)); #endif if (!dontgeneratesyslinuxcfg) instIndvfl("menu.c32", QString("%1menu.c32").arg(targetPath)); fininstall(); } void unetbootin::killApplication() { exit(0); } void unetbootin::fininstall() { #ifdef Q_OS_UNIX this->tprogress->setValue(this->tprogress->maximum()*2/3); pdesc1->setText(tr("Syncing filesystems")); callexternapp("sync", ""); #endif if (this->persistenceSpaceMB > 0) { pdesc1->setText(tr("Setting up persistence")); this->tprogress->setMaximum(persistenceSpaceMB); this->tprogress->setValue(0); QString persfile = "casper-rw"; if (issalt && !saltRootDir.isEmpty()) { QStringList persistencedir; persistencedir.append("persistence"); makepathtree(QString("%1%2").arg(targetPath).arg(saltRootDir), persistencedir); persfile = QString("%1/persistence/%1.save").arg(saltRootDir); } #ifdef Q_OS_WIN32 QString mke2fscommand = instTempfl("mke2fs.exe", "exe"); #endif if (QFile::exists(QString("%1%2").arg(targetPath).arg(persfile))) { rmFile(QString("%1%2").arg(targetPath).arg(persfile)); } QFile persistenceFile(QString("%1%2").arg(targetPath).arg(persfile)); persistenceFile.open(QFile::WriteOnly); int bytesWritten = 1048576; char writeEmpty[1048576]; memset(writeEmpty, 0, 1048576); for (int i = 0; i < persistenceSpaceMB && bytesWritten == 1048576; ++i) { this->tprogress->setValue(i); bytesWritten = persistenceFile.write(writeEmpty, 1048576); } this->tprogress->setValue(this->tprogress->maximum()); #ifdef Q_OS_UNIX callexternapp(mke2fscommand, QString("-F \"%1%2\"").arg(targetPath).arg(persfile)); #endif #ifdef Q_OS_WIN32 callexternappWriteToStdin(mke2fscommand, QString("\"%1%2\"").arg(targetPath).arg(persfile), "\n"); rmFile(mke2fscommand); #endif } pdesc1->setText(""); progresslayer->setEnabled(false); progresslayer->hide(); rebootlayer->setEnabled(true); rebootlayer->show(); sdesc3->setText(QString(sdesc3->text()).remove("").replace(trcurrent+"", trdone)); sdesc4->setText(QString("%1 %2").arg(sdesc4->text()).arg(trcurrent)); if (installType == tr("Hard Disk")) { rebootmsgtext->setText(tr("After rebooting, select the "UNETBOOTINB" menu entry to boot.%1\nReboot now?").arg(postinstmsg)); } if (installType == tr("USB Drive")) { #ifndef Q_OS_MAC rebootmsgtext->setText(tr("After rebooting, select the USB boot option in the BIOS boot menu.%1\nReboot now?").arg(postinstmsg)); #endif #ifdef Q_OS_MAC rebootmsgtext->setText(tr("The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1").arg(postinstmsg)); this->frebootbutton->setEnabled(false); this->frebootbutton->hide(); #endif } if (exitOnCompletion) { printf("exitstatus:success\n"); QApplication::exit(); exit(0); } } unetbootin.h0000664000175000017500000002613512000415375012061 0ustar gezageza/* unetbootin.h from UNetbootin Copyright (C) 2007-2008 Geza Kovacs This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at for more details. */ #ifndef UNETBOOTIN_H #define UNETBOOTIN_H #include #include #include #include //#include #include "ui_unetbootin.h" #ifdef Q_OS_WIN32 #define WIN32_LEAN_AND_MEAN #define _WIN32_WINNT 0x0500 #include #include #endif #ifdef Q_OS_MACX #include #include #include #endif #ifdef Q_OS_LINUX #include #endif #ifdef AUTOSUPERGRUBDISK #define UNETBOOTINB "Auto Super Grub Disk" #define NOEXTERN //#define NOISO #define HDDINSTALL #endif #ifdef EEEPCLOS #define UNETBOOTINB "UNetbootin-EeePCLinuxOS" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef EEEUBUNTU #define UNETBOOTINB "UNetbootin-Ubuntu Eee" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef ELIVE #define UNETBOOTINB "Elive USB Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef GNEWSENSE #define UNETBOOTINB "FUSBi" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef KIWILINUX #define UNETBOOTINB "Kiwi pe USB" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef NIMBLEX #define UNETBOOTINB "NimbleX Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef SLITAZ #define UNETBOOTINB "SliTaz Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #endif #ifdef XPUD #define UNETBOOTINB "xPUD USB Installer" #define NOMANUAL #define NOFLOPPY //#define USBINSTALL #define NOEXTRACTKERNEL #define NOEXTRACTINITRD #define NODEFAULTBOOT #define NODEFAULTKERNEL #define NOINITRD #endif #ifndef UNETBOOTINB #define UNETBOOTINB "UNetbootin" #define STDUNETBOOTIN //#define USBINSTALL #endif class customver : public QObject { Q_OBJECT }; class uninstaller : public QObject { Q_OBJECT }; class callexternappT : public QThread { public: QString execFile; QString execParm; QString retnValu; void run(); }; class callexternappWriteToStdinT : public QThread { public: QString execFile; QString execParm; QString writeToStdin; QString retnValu; void run(); }; class copyfileT : public QThread { Q_OBJECT public: QString source; QString destination; void run(); signals: void datacopied64(qint64 dlbytes, qint64 maxbytes); void finished(); }; class ubngetrequestheader : public QHttpRequestHeader { public: ubngetrequestheader(QString urhost, QString urpath); }; class randtmpfile : public QFile { public: randtmpfile(QString rfpath, QString rfextn); static QString getrandfilename(QString rfpath, QString rfextn); }; class nDirListStor : public QObject { Q_OBJECT public: QStringList nDirFileListSL; int nMinFileSizeBytes; int nMaxFileSizeBytes; bool searchsymlinks; public slots: void sAppendSelfUrlInfoList(QUrlInfo curDirUrl); }; class unetbootin : public QWidget, private Ui::unetbootinui { Q_OBJECT public: unetbootin(QWidget *parent = 0); QString trcurrent; QString trdone; QString appNlang; QString appDir; QString appLoc; QString ubntmpf; QString nameDistro; QString nameVersion; bool isarch64; bool islivecd; bool isnetinstall; bool ishdmedia; bool overwriteall; bool searchsymlinks; bool ignoreoutofspace; bool dontgeneratesyslinuxcfg; bool downloadFailed; bool exitOnCompletion; bool testingDownload; bool issalt; bool redundanttopleveldir; QString redundantrootdirname; QString saltRootDir; int persistenceSpaceMB; QString extraBootOptions; QStringList locatedsyslinuxcfgfiles; QString targetDrive; QString targetPath; QString installType; QString targetDev; QString rawtargetDev; QString devluid; QString devlabel; QString devuuid; QString postinstmsg; QString kernelLine, kernelParam, kernelLoc, kernelOpts, initrdLine, initrdLoc, initrdOpts; QString slinitrdLine; QString sevzcommand; QPair, QPair > extraoptionsPL; QMap grub2vars; #ifdef Q_OS_UNIX QString fdiskcommand; QString sfdiskcommand; QString dfcommand; QString blkidcommand; QString volidcommand; QString syslinuxcommand; QString extlinuxcommand; QString mke2fscommand; QString mlabelcommand; QString e2labelcommand; bool isext2; #endif #ifdef Q_OS_MAC QDir resourceDir; #endif bool ubninitialize(QList > oppairs); QString displayfisize(quint64 fisize); QPair >, QStringList> listarchiveconts(QString archivefile); bool overwritefileprompt(QString ovwfileloc); bool ignoreoutofspaceprompt(QString destindir); bool extractfile(QString filepath, QString destinfileL, QString archivefile); bool checkifoutofspace(QString destindir); QString locatekernel(QString archivefile, QPair > archivefileconts); bool extractkernel(QString archivefile, QString kernoutputfile, QPair > archivefileconts); QString locateinitrd(QString archivefile, QPair > archivefileconts); bool extractinitrd(QString archivefile, QString initoutputfile, QPair > archivefileconts); QString extractcfg(QString archivefile, QStringList archivefileconts); QPair, QPair > extractcfgL(QString archivefile, QStringList archivefileconts); QString getfullarchivepath(QString relativefilepath, QStringList archivefile); QString filteroutlist(QString listofdata, QList listofmatches); QString filteroutlist(QStringList listofdata, QList listofmatches); QStringList filteroutlistL(QStringList listofdata, QList listofmatches); void extractiso(QString isofile); void extractiso_krd10(QString isofile); void copyfilegui(QString src, QString dst); QStringList makepathtree(QString dirmkpathw, QStringList pathlist); QStringList extractallfiles(QString archivefile, QString dirxfilesto, QPair > filesizelist, QStringList outputfilelist); QString getgrubcfgargs(QString cfgfile); QPair, QPair > getgrubcfgargsL(QString cfgfile); QString getFirstTextBlock(QString fulltext); void loadgrub2env(QString cfgfile); QString getgrub2cfgargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > getgrub2cfgargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QString getcfgkernargs(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > getcfgkernargsL(QString cfgfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QString searchforincludesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > searchforincludesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QString searchforgrub2includesfile(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); QPair, QPair > searchforgrub2includesfileL(QString includesfile, QString archivefile, QStringList archivefileconts, QStringList visitedincludes); void downloadfile(QString fileurl, QString targetfile, int minsize); QString downloadpagecontents(QString pageurl); QStringList lstFtpDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize); QStringList lstHttpDirFiles(QString ldfDirStringUrl); QStringList lstNetDirFiles(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize); QPair weightedFilterNetDir(QString ldfDirStringUrl, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp); QString fileFilterNetDir(QStringList ldfDirStringUrlList, int ldfMinSize, int ldfMaxSize, QList ldfFileMatchExp); QPair filterBestMatch(QStringList ufStringList, QList filterExpList); void sysreboot(); static QString callexternapp(QString xexecFile, QString xexecParm); static QString callexternappWriteToStdin(QString xexecFile, QString xexecParm, QString xwriteToStdin); QString getdevluid(QString voldrive); QString getlabel(QString voldrive); QString getuuid(QString voldrive); #ifdef Q_OS_MAC QString getlabel(QString voldrive, QString diskutilinfo); QString getuuid(QString voldrive, QString diskutilinfo); #endif void refreshdriveslist(); QStringList listcurdrives(); QStringList listsanedrives(); QStringList listalldrives(); void replaceTextInFile(QString repfilepath, QRegExp replaceme, QString replacewith); QString fixkernelbootoptions(const QString &cfgfileCL); void setLabel(QString devname, QString newlabel); #ifdef Q_OS_UNIX QString locatecommand(QString commandtolocate, QString reqforinstallmode, QString packagename); QString locatedevicenode(QString mountpoint); QString locatemountpoint(QString devicenode); QString getGrubNotation(QString devicenode); QString getGrub2Notation(QString devicenode); int letterToNumber(QChar lettertoconvert); int getDiskNumber(QString devicenode); int getPartitionNumber(QString devicenode); #endif #ifdef Q_OS_WIN32 void installsvzip(); void configsysEdit(); void bootiniEdit(); void vistabcdEdit(); #endif void instIndvfl(QString srcfName, QString dstfName); QString instTempfl(QString srcfName, QString dstfType); void runinst(); void instDetType(); #ifdef Q_OS_UNIX void writegrub2cfg(); #endif void runinsthdd(); void runinstusb(); void fininstall(); void rmFile(const QString &fn); void rmFile(QFile &fn); void mvFile(const QString &fn, const QString &outfn); void mvFile(QFile &fn, QFile &outfn); void showDownloadFailedScreen(const QString &fileurl); private slots: void on_distroselect_currentIndexChanged(int distroselectIndex); void on_typeselect_currentIndexChanged(int typeselectIndex); void on_dverselect_currentIndexChanged(); void on_diskimagetypeselect_currentIndexChanged(); void on_FloppyFileSelector_clicked(); void on_KernelFileSelector_clicked(); void on_InitrdFileSelector_clicked(); void on_CfgFileSelector_clicked(); void on_cancelbutton_clicked(); void on_frebootbutton_clicked(); void on_fexitbutton_clicked(); public slots: void dlprogressupdate(int dlbytes, int maxbytes); void dlprogressupdate64(qint64 dlbytes, qint64 maxbytes); void cpprogressupdate64(qint64 dlbytes, qint64 maxbytes); void on_okbutton_clicked(); void killApplication(); }; #endif unetbootin.ui0000664000175000017500000005636211756175074012274 0ustar gezageza unetbootinui 0 0 524 360 524 360 Unetbootin 0 0 0 120 0 Select from a list of supported distributions &Distribution true 0 0 Select from a list of supported distributions -1 0 0 Select the distribution version -1 0 0 0 30 background-color: transparent; QFrame::NoFrame QFrame::Plain true 0 25 Specify a disk image file to load Disk&image 0 30 Manually specify a kernel and initrd to load &Custom Qt::Vertical QSizePolicy::Preferred 20 28 false 0 Select the disk image type 0 0 50 0 Specify a kernel file to load &Kernel: KernelPath 50 0 Specify parameters and options to pass to the kernel &Options: OptionEnter Specify a floppy/hard disk image, or CD image (ISO) file to load 0 0 Specify a kernel file to load 25 25 25 25 false Select kernel file ... Specify an initrd file to load Init&rd: InitrdPath 0 20 Specify an initrd file to load Specify parameters and options to pass to the kernel 25 25 25 25 false Select disk image file ... 25 25 25 25 false Select initrd file ... 25 25 25 25 false Select syslinux.cfg or isolinux.cfg file ... Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): 0 0 Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. 9999 MB Select the installation target type &Type: typeselect 0 0 Select the installation target type Select the target drive to install to Dri&ve: driveselect 0 0 Select the target drive to install to OK Return Cancel Esc false background-color: transparent; QFrame::NoFrame QFrame::Plain 0 true 300 Reboot Now Exit false true true true true true 0 0 0 20 24 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot radioDistro distroselect dverselect radioFloppy diskimagetypeselect FloppyPath FloppyFileSelector radioManual KernelPath KernelFileSelector InitrdPath InitrdFileSelector OptionEnter CfgFileSelector typeselect driveselect okbutton cancelbutton frebootbutton fexitbutton intromessage rebootmsgtext unetbootin.pro0000664000175000017500000000300712164750560012434 0ustar gezagezaTEMPLATE = app TARGET = unetbootin DEPENDPATH += . INCLUDEPATH += . CONFIG += release \ static HEADERS += unetbootin.h FORMS += unetbootin.ui SOURCES += main.cpp \ unetbootin.cpp \ distrolst.cpp \ distrover.cpp \ distrovercust.cpp QT += core \ gui \ network ICON = unetbootin.icns TRANSLATIONS += unetbootin.ts \ unetbootin_am.ts \ unetbootin_ar.ts \ unetbootin_ast.ts \ unetbootin_bg.ts \ unetbootin_bn.ts \ unetbootin_pt_BR.ts \ unetbootin_cs.ts \ unetbootin_ur.ts \ unetbootin_da.ts \ unetbootin_es.ts \ unetbootin_et.ts \ unetbootin_el.ts \ unetbootin_eo.ts \ unetbootin_eu.ts \ unetbootin_fi.ts \ unetbootin_fo.ts \ unetbootin_gl.ts \ unetbootin_hr.ts \ unetbootin_ru.ts \ unetbootin_ro.ts \ unetbootin_tr.ts \ unetbootin_de.ts \ unetbootin_he.ts \ unetbootin_hu.ts \ unetbootin_id.ts \ unetbootin_it.ts \ unetbootin_lt.ts \ unetbootin_lv.ts \ unetbootin_zh_CN.ts \ unetbootin_zh_TW.ts \ unetbootin_fr.ts \ unetbootin_ja.ts \ unetbootin_vi.ts \ unetbootin_uk.ts \ unetbootin_be.ts \ unetbootin_pt.ts \ unetbootin_ms.ts \ unetbootin_ml.ts \ unetbootin_nan.ts \ unetbootin_nb.ts \ unetbootin_nl.ts \ unetbootin_nn.ts \ unetbootin_ca.ts \ unetbootin_sk.ts \ unetbootin_sl.ts \ unetbootin_sr.ts \ unetbootin_sv.ts \ unetbootin_sw.ts \ unetbootin_pl.ts \ unetbootin_fa.ts \ unetbootin_si.ts DEFINES += NOSTATIC unetbootin.ts0000664000175000017500000020102112154023700012242 0ustar gezageza QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). If interested in a LiveUSB version, see FaunOS. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. This installs the unstable version, not the <a href="http://www.elivecd.org/Download/Stable">Stable version</a>. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2009 is latest 1.0 release. <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, lightweight Slackware-based distribution featuring the KDE desktop. It is able to boot from CD or flash memory (USB pens or MP3 players), and can easily be customized.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The Unstable version, not the <a href="http://www.elivecd.org/Download/Stable">Stable version</a> is installed. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin UNetbootin Select from a list of supported distributions &Distribution Distribution Specify a disk image file to load Disk&image Diskimage Manually specify a kernel and initrd to load &Custom Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives, and SaLT-based distributions. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): Space used to preserve files across reboots (Ubuntu and SaLT only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_am.ts0000664000175000017500000016653712154035430012750 0ustar gezageza Amharic translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-04-30 09:08+0000 Last-Translator: Kidus M. Bekele <kidusmakonnen@gmail.com> Language-Team: Amharic <am@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight ከግራ ወደ ቀኝ unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive ዩ.ኤስ.ቢ ፍላሽ ዲስኩን ያስገቡ No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. ዩ.ኤስ.ቢ ፍላሽ ዲስክ አልተገኘም። ዩ.ኤስ.ቢ ፍላሽ ዲስክ ከሰኩ በFAT32 ፎርማት ያድርጉት። %1 not mounted 1% ማውንት አልተደረገም You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ar.ts0000664000175000017500000026453112154035430012746 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-04-27 18:57+0000 Last-Translator: aymhenry <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight من الشِمال إلى اليمين unetbootin Hard Disk القرص الصّلب USB Drive مشغل USB ISO ملف ISO Floppy قرص مرن either احد الامرين LiveUSB persistence قرص USB صالح للاقلاع منة FAT32-formatted USB drive قرص USB مهيأ بنظام FAT32 EXT2-formatted USB drive قرص USB مهيأ بنظام EXT2 Open Disk Image File إفتح ملف صورة القرص All Files كل الملفات All Files (*) كلّ الملفات (*) Open Kernel File إفتح ملف النواة Open Initrd File إفتح ملف قرص الذاكرة العشوائية المبدئي (initrd) Open Bootloader Config File إفتح ملف تهيئة محمل الإقلاع Insert a USB flash drive أدخل ذاكرة فلاش يو إس بي No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. لم يتم العثور على ذاكرة فلاش يو إس بي. إذا قمت بإدخال ذاكرة يو إس بي فقم بمحاولة إعادة تهيئتها إلى نوع ملفات FAT32. %1 not mounted %1 لم يركب You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. يجب عليك أولاً تركيب ذاكرة اليو إس بي %1 في مدخل USB بالكمبيوتر , مع العلم أن معظم التوزيعات تقوم بفعل ذالك ألياً بعد إزالة وإعادة إدخال ذاكرة اليو إس بي. Select a distro إختر توزيعة You must select a distribution to load. يجب عليك إختيار توزيعة ليتم تحميلها Select a disk image file إختر ملف صورة القرص You must select a disk image file to load. يجب عليك إختيار ملف صورة القرص ليتم تحميلها Select a kernel and/or initrd file قم بإختيار ملف نواة و/أو ملف قرص الذاكرة العشوائية المبدئي (initrd) You must select a kernel and/or initrd file to load. يجب عليك إختيار ملف نواة و/أو ملف قرص الذاكرة العشوائية المبدئي (initrd) ليتم تحميلها. Diskimage file not found لم يتم العثور على ملف صورة القرص The specified diskimage file %1 does not exist. ملف صورة القرص %1 اللذي تم تحديده غير موجود. Kernel file not found لم يتم العثور على ملف النواة The specified kernel file %1 does not exist. ملف النواة %1 اللذي تم تحديده غير موجود. Initrd file not found لم يتم العثور على ملف قرص الذاكرة المؤقته المبدئية (initrd) The specified initrd file %1 does not exist. ملف قرص الذاكرة المؤقته المبدئية (initrd) %1 اللذي تم تحديده غير موجود. %1 exists, overwrite? %1 موجود, هل تريد إستبداله؟ The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. الملف %1 موجود مسبقاً. قم بالضغط على 'نعم للجميع' لكي يتم الكتابة فوقه ولكي لاتسئل عن مثله مرة أخرى, أو إضغط على 'نعم' للكتابة فوق الملفات بصورة فردية, أو إضغط على 'لا' إذا اردت الإحتفاظ بنسخة الملف الموجودة. وأما إذا كنت مرتاباً في ماتختار فقم بالضغط على 'نعم للجميع'. %1 is out of space, abort installation? نفذت مساحة %1، أجهِض التثبيت؟ The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. نفذت مساحة دليل %1. أضغط 'نعم' لإجهاض التثبيت، 'لا' لتجاهل هذا الخطأ ومحاولة متابعة التثبيت، و 'لا للجميع' لتجاهل جميع اخطأ المساحات النافذة. Locating kernel file in %1 تحديد ملف kernal في %1 Copying kernel file from %1 نسخ ملف kernal من %1 Locating initrd file in %1 تحديد ملف initrd في %1 Copying initrd file from %1 نسخ ملف initrd من %1 Extracting bootloader configuration استخراج اعدادات الاقلاع <b>Extracting compressed iso:</b> %1 <b>يتم إستخراج ملف الأي إس أو المضغوط:</b> %1 Copying file, please wait... نسخ الملف, يرجى الانتظار... <b>Source:</b> <a href="%1">%1</a> <b>المصدر:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>الوجهة:</b> %1 <b>Copied:</b> 0 bytes <b>نسخ:</b> 0 بايت Extracting files, please wait... يتم إستخراج الملفات, انتظر من فضلك... <b>Archive:</b> %1 <b>الارشيف:</b> %1 <b>Source:</b> <b>المصدر:</b> <b>Destination:</b> <b>الوجهة:</b> <b>Extracted:</b> 0 of %1 files <b>تم إستخراج:</b> 0 من ملفات %1 <b>Source:</b> %1 (%2) <b>المصدر:</b> %1 (%2) <b>Destination:</b> %1%2 <b>الوجهة:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>إستخراج:</b> %1 من ملفات %2 Downloading files, please wait... يتم تنزيل الملفات, إنتظر من فضلك... <b>Downloaded:</b> 0 bytes <b>تم تنزيل:</b> 0 بايت Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>تمّ تحميل:</b> %1 من %2 <b>Copied:</b> %1 of %2 <b>نسخ:</b> %1 من %2 Searching in <a href="%1">%1</a> يتم البحث في <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 تطابق في <a href="%3">%3</a> %1 not found لم يتم العثور %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. لم يتم العثور على %1. و ﻷنه مطلوب من إجل وضعية تنصيب %2 قم بتنصيب حزمة "%3" أو مايكافئها في توزيعتك. (Current) (حالي) (Done) (أنتهى) Configuring grub2 on %1 يضبط جرب ٢ في %1 Configuring grldr on %1 يضبط grldr في %1 Configuring grub on %1 يضبط جرب في %1 Installing syslinux to %1 يثبت syslinux في %1 Installing extlinux to %1 يثبت extlinux في %1 Syncing filesystems يزامن أنظمة الملفات Setting up persistence أعداد ملفات الاقلاع After rebooting, select the بعد إعادة التشغيل قم بإختيار After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? بعد إعادة التشغيل قم بإختيار خيار الإقلاع من ذاكرة USB في قائمة الإقلاع الموجودة في نظام الادخال و الاخراج الأساسي (USB).%1 هل تريد إعادة التشغيل الأن؟ The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 جهاز USB الذى تم أعدادة لم يقوم باقلاع اجهزة MAC. أدخل الجهاز فى مقبص جهاز شخصى، أختار الاقلاع من جهاز USB و ذلك من قائمة BIOS برنامج الاقلاع فى جهازك. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *هام* قبل اﻻقﻻع، ضع نسخة من ملف ISO لنظام يوبنتو (او بديﻻ لة) على الدليل الجذر للقرص الصلب او لجهاز USB. و يمكن أن تقوم بذلك من cdimage.ubuntu.com. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا طُولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت و أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'mirrors.kernel.org' عندما تطالب بالمزود و '/centos/%1/os/%2' عندما تسئل عن المجلد. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *تنبيه* قبل إعادة التشغيل , ضع ملف إقلاع Debian في مجلد الجذر في القرص الصلب أو ال USB.تلك الملفات ممكن الخصول عليها من cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا طُولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت و أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.fedora.redhat.com' عندما تطالب بالمزود و '/pub/fedora/linux/development/%1/os' عندما تسئل عن المجلد. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا طُولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت و أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.fedora.redhat.com' عندما تطالب بالمزود و '/pub/fedora/linux/releases/%1/Fedora/%2/os' عندما تسئل عن المجلد. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا طُولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت و أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.opensuse.org' عندما تطالب بالمزود و '/factory/repo/oss' عندما تسئل عن المجلد. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* بعد إعادة تشغيل الجهاز قم بتجاهل أي رسالة خطأ قد تظهر لك وقم بإختيار خيار الرجوع إذا طُولبت بإدخال إسطوانة سي دي ثم اذهب إلى القائمة الرئيسية وختر خيار 'إبدأ التثبيت' ثم أختر 'شبكي' ليكون مصدر التثبيت و أختر 'HTTP' ليكون البروتوكول ثم قم بكتابة 'download.opensuse.org' عندما تطالب بالمزود و '/distribution/%1/repo/oss' عندما تسئل عن المجلد. == Select Distribution == == إختيار التوزيعة == == Select Version == == إختيار الإصدار == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> مرحباً بك إلى <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, برنامج التنصيب الشامل القادر على الإقلاع عن طريق الشبكة. طريقة الإستخدام:<ol><li>قم بإختيار توزيعة ونسخة ليتم تنزيلها من القائمة الموجودة في الإعلى أو حدد الملفات التي ترغب في تحميلها يديوياً بالأسفل.</li><li>ثم قم بإختيار نوع التنصيب والضغط على زر موافق لبدء التنصيب.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>الصفحة الرئيسية:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>الوصف:</b> Arch Linux هى توزيعة مختصرة تم تصميمها لتكون اﻻكتر سرعة و اﻻكثر مرونة.<br/><b>تعليمات اﻻعداد:</b> النسخة اﻻعتيادية يمكن أعدادعا من خﻻل اﻻنترنت بواسطة (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>الصفحة الرئيسية:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>الوصف:</b> BackTrack هى توزيعة تركز على تحليل الشبكات و أختبارات penetration الخاصة بالشبكات.<br/><b>تعليمات اﻻعداد:</b> BackTrack يمكن أن تعمل باالاسلوب الحىlive mode; ﻻ أعدادات مطلوبة ﻻستخدام التوزيعة. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>الصفحة الرئيسية:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>الوصف:</b> تعد توزيعة CentOS مستنسخ حر من لينيكس شركة Red Hat Enterprise. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الإفتراضية بكلا التنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب بدون إتصال شبكي عن طريق إستخدام ملفات التنصيب الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>الصفحة الرئيسية:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>الوصف:</b> تعد CloneZilla توزيعة تستخدم من أجل الحصول على نسخ إحتياطية من الأقراص وستنساخها.<br/><b>ملاحظات التثبيت:</b> يقلع ويعمل CloneZilla في الوضع الحي لذلك لا يحتاج إلى تنصيب. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>الصفحة الرئيسية:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>الوصف:</b> هي توزيعة مبنية من أدنى حد ممكن من العناصر مصممه لأجهزة الحاسوب القديمة.<br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة, لذلك التنصيب إختياري وليس إلزامي. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>الصفحة الرئيسية:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>الوصف:</b> Debian هى جمعية لتطوير توزيعات اللينكس التى تدعم نظاق واسع من الهياكل البرمجية و توفر مستودعات كبيرة من الحزم البرمجية .<br/><b>تعليمات اﻻعداد:</b> نسخةNetInstall تسمح بعمل أعداد خﻻل اﻻنترنت بواسطة FTP. اذا كنت تفضل اشتخدام نسخة محملة من الشبكة سلفا بصورة ملف iso, أستخدم خيار HdMedia, ثم ضع الملف على الدليل الجذر فى القرص الصلب او على جهاز USB <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>الصفحة الرئيسية:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>الوصف:</b> هي توزيعة سهلة الإستعمال مرتكزة على توزيعة ديبيان.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>الصفحة الرئيسية:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>الوصف:</b> هي عدة طوارئ لمكافحة الفيروسات تستخدم لإستعادة النظام اللذي حطمته البرمجيات الخبيثة.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>الصفحة الرئيسية:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>الوصف:</b> هي توزيعة مدعومة من قبل المجتمع ترعاها شركة ريدهات تقوم بعرض آخر و أحدث البرمجيات الحرة ذات المصدر المفتوح. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة, و تسمح نسخة التنصيب الشبكي بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق ملفات الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>الصفحة الرئيسية:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>الوصف:</b> هو نظام تشغيل للأغراض العامة شبيه بنظام التشغيل يونكس تم تصميمه لغرض الأداء و قابلية التدرج في الأداء حسب العمل المطلوب. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الإفتراضية بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق ملفات التنصيب الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>الصفحة الرئيسية:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>الوصف:</b> هو نظام تشغيل حر متوافق مع نظام تشغيل القرص لشركة مايكروسوفت (MS-DOS).<br/><b>ملاحظات التنصيب:</b> قم بالإطلاع على <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">الدليل</a> لتفاصيل عملية التنصيب. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>الصفحة الرئيسية:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>الوصف:</b> هي توزيعة للأغراض العامة مشتقة من توزيعة Slackware للمستخدمين المتقدمين.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الإفتراضية بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق ملفات الأي إس أو اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>الصفحة الرئيسية:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>الوصف:</b> هي توزيعة مشتقة من أوبنتو مصدقة من مؤسسة البرمجيات الحرة وخالية من جميع المكونات غير الحرة. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>الصفحة الرئيسية:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>الوصف:</b> يعد Gujin مدير إقلاع بياني بستطاعته الإقلاع المشترك للأحجام والملفات المختلفة. <br/><b>ملاحظات التنصيب:</b> يقلع ويعمل Gujin بسهولة في الوضع الحي بدون الحاجة إلى تنصيب. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>الصفحة الرئيسية:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>الوصف:</b> يقوم قرص Kaspersky للإنقاذ بالكشف عن وإزالة البرمجيات الخبيثة من تنصيبة وندوز. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية من الإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء البحث عن البرمجيات الخبيثة. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>الصفحة الرئيسية:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>الوصف:</b> تعد تعد توزيعة Linux Mint توزيعة سهلة الإستعمال مشتقة من أوبنتو مشتملة على ملفات الترميز والبرمجيات الإحتكارية الأخرى إفتراضياً. <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التثبيت عند الرغبة. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>الصفحة الرئيسية:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>الوصف:</b> تعد توزيعة Mandriva توزيعة سهلة الإستعمال كانت تعرف سابقاً بإسم Mandrake Linux. <br/><b>ملاحظات التثبيت:</b> تسمح النسخة الحية من الإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التثبيت عند الرغبة, و تسمح نسخة التنصيب الشبكي بالتنصيب عن طريق الشبكة العالمية (FTP) أو التنصيب عن طريق <a href="http://www.mandriva.com/en/download">ملفات الأي إس أو المجانية</a> اللتي تم تنزيلها مسبقاً. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>الصفحة الرئيسية:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>الوصف:</b> توزيعة MEPIS مبينة على نظام تشغيل Debian. نسخة SimplyMEPIS هي نسخة سهلة الإستعمال مرتكزة على بيئة سطح المكتب كى دي إي, بينما تعد نسخة AntiX نسخة سهلة الإستعمال للإجهزة القديمة.<br/><b>ملاحظات التنصيب:</b> تدعم توزيعة MEPIS الإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>الصفحة الرئيسية:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>الوصف:</b> توزيعة openSUSE هي توزيعة سهلة الإستعمال برعاية Novell. <br/><b>ملاحظات التثبيت:</b> تسمح النسخة الإفتراضية بكلا التثبيت عن طريق الشبكة العالمية (FTP) أو التثبيت بدون إتصال عن طريق ملفات التثبيت الأي إس أو التي تم تحميلها مسبقاً. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>الصفحة الرئيسية:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>الوصف:</b> يستطيع Ophcrack فك كلمات السر في وندوز.<br/><b>ملاحظات التثبيت:</b> يقلع ويعمل Ophcrack في الوضع الحي بدون الحاجة إلى تنصيب. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>الصفحة الرئيسية:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>الوصف:</b> هي توزيعة مشتملة على مدير التجزئة (GParted) وخدمات النظام الأخرى اللتي بوسعها تغيير حجم ونسخ وصنع نسخة إحتياطية من وتعديل أجزاء القرص.<br/><b>ملاحظات التنصيب:</b> يقلع ويعمل Parted Magic في الوضع الحي بدون الحاجة إلى تنصيب. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>الصفحة الرئيسية:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>الوصف:</b> هي توزيعة خفيفة مصممة للإستعمال مع الحواسيب القديمة. <br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة, لذلك التنصيب إختياري وليس إلزامي. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>الصفحة الرئيسية:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>الوصف:</b> هي توزيعة من النوع اللذي يكتب على إسطوانة دي في دي حية مرتكزة على توزيعة جنتو ومتسمة بمدير الحزم الثنائية إنتروبية (Entropy) بالإضافة إلى نظام إدارة الحزم المصدري (Portage).<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. مع العلم أن حجم نسخة (LiteMCE) ٢ جيجا بينما تحتاج النسخة الكاملة إلى ذاكرة يو إس بي بحجم ٨ جيجا. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>الصفحة الرئيسية:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>الوصف:</b> هي توزيعة مرتكزة على توزيعة (Slackware) متسمة ببيئة سطح المكتب كى دي إي.<br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>الصفحة الرئيسية:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>الوصف:</b><br/> هي توزيعة خفيفة مصغرة موجهة للإستخدام مع حاسوب سطح المكتب.<b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة, لذلك التنصيب إختياري وليس إلزامي. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>الصفحة الرئيسية:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>الوصف:</b> هو محمل إقلاع قادر على التغلب على بعض جوانب القصور والعلل الموجودة في نظام الادخال و الاخراج الأساسي بيوس (BIOS). <br/><b>ملاحظات التنصيب:</b> يقلع ويعمل مدير الإقلاع الذكي (SBM) بدون الحاجة إلى التنصيب. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>الصفحة الرئيسية:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>الوصف:</b> يعتبر قرص قرب الخارق محمل إقلاع قادر على القيام بالعديد من مهمات إصلاح إم بي أر و محملات الإقلاع الأخرى. <br/><b>ملاحظات التثبيت:</b> يقلع ويعمل قرص قرب الخارق مباشرة بدون الحاجة إلى التثبيت. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>الصفحة الرئيسية:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>الوصف:</b> هي توزيعة خفيفة متسمة بواجهة بسيطة شبيه بكشك ومشتملة على متصفح لشبكة ومشغل وسائط.<br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى ذاكرة الوصول العشوائي (RAM) والإقلاع من الذاكرة. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>الصفحة الرئيسية:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>الوصف:</b> هي توزيعة مرتكزة على توزيعة (Slackware) متسمة ببيئة سطح المكتب (إكسفس). <br/><b>ملاحظات التنصيب:</b> تسمح النسخة الحية بالإقلاع إلى الوضع الحي اللذي يمكن من داخله بدء برنامج التنصيب عند الرغبة. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>الصفحة الرئيسية:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>الوصف:</b> يعد نظام التشغيل EeePCLinuxOS توزيعة سهلة الإستعمال مبنية على PCLinuxOS للعمل على جهاز EeePC. <br/><b>ملاحظات التثبيت:</b> تأكد من تفريغ وإعادة تهيئة وسيط التثبيت قبل الإستمرار في عملية التثبيت. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>الصفحة الرئيسية:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>الوصف:</b> لا يعد أوبنتو إي مجرد إصدار من أوبنتو ذو تلائم أمثل مع جهاز Asus Eee PC, بل إضافة إلى ذلك يستخدم نظام التشغيل هذا واجهة Netbook Remix التي تفضل توفير أفضل البرمجيات المتوفرة عوضاً عن البرمجيات ذو المصادر المفتوحة البديلة (على سبيل المثال قيامها بتوفير Skype عوضاً عن Ekiga). <br/><b>ملاحظات التثبيت:</b> تأكد من كون وسط التثبيت فارغاً ومعاد التهيئة قبل الاستمرار في عملية التثبيت. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>الصفحة الرئيسية:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>الوصف:</b> يعد كي وي لينيكس إصدار مشتق من أوبنتو مصمم خصيصاً للمستخدمين المتحدثين باللغة الرومانية والمجرية والإنجليزية.<br/><b>ملاحظات التنصيب:</b> تأكد من تفريغ وإعادة تهيئة وسيط التنصيب قبل الإستمرار في عملية التنصيب. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>الصفحة الرئيسية:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>الوصف:</b> تعد gNewSense توزيعة جي إنْ وو لينيكس عالية الجودة حيث انه يزيد في ويطور أوبنتو من أجل أن يجعله نظام تشغيل حر تماماً بدون وجود أي نقط ثنائية أو أشجار حزم مشتملة على برمجيات احتكارية. <br/><b>ملاحظات التنصيب:</b> تأكد من تفريغ وإعادة تهيئة وسيط التنصيب قبل الإستمرار في عملية التنصيب. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>الصفحة الرئيسية:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>الوصف:</b> تعد SliTaz توزيعة مصغرة خفيفة موجهة لسطح المكتب. <br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى الذاكرة العشوائية والإقلاع من الذاكرة, لذلك التنصيب ليس لزاماً لاكنه أمر إختياري. برنامج التنصيب هذا مبني على <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>الصفحة الرئيسية:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>الوصف:</b> تعد xPUD توزيعة خفيفة تتسم بواجهة بسيطة شبيهة بكشك ومشتملة على متصفح الشبكة ومشغل وسائط.<br/><b>ملاحظات التنصيب:</b> تقوم النسخة الحية بتحميل كامل النظام إلى الذاكرة العشوائية المؤقتة والإقلاع من الذاكرة. unetbootinui Unetbootin Copy text Unetbootin Select from a list of supported distributions إختر من قائمة التوزيعات المدعومة &Distribution &توزيعة Specify a disk image file to load حدد ملف صورة القرص ليتم تحميله Disk&image قرص&صورة Manually specify a kernel and initrd to load حدد النواة وملف قرص الذاكرة المؤقته المبدئية (initrd) يديوياً ليتم تحميلهما &Custom &تخصيص Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK موافق Return رجوع Cancel إلغاء Esc خروج Reboot Now أعد التشغيل الأن Exit إخرج 1. Downloading Files ١. تنزيل الملفات 2. Extracting and Copying Files ٢. إستخراج ونسخ الملفات 3. Installing Bootloader ٣. تنصيب محمل الإقلاع 4. Installation Complete, Reboot ٤. إكتملت عملية التنصيب, إعادة التشغيل Select the target drive to install to إختر السواقة الهدف ليتم التنصيب عليها Dri&ve: سوا&قة Select the installation target type إختر نوع هدف التنصيب &Type: &نوع Select the distribution version إختر نسخة التوزيعة Select disk image file إختر ملف صورة القرص ... ... Select the disk image type إختر نوع صورة القرص Specify a floppy/hard disk image, or CD image (ISO) file to load حدد صورة قرص فلوبي أو صلب أو صورة قرص إسطوانة سي دي (أي إس أو) ليتم تحميلها Specify a kernel file to load حدد ملف النواة ليتم تحميله Select kernel file إختر ملف النواة Specify an initrd file to load حدد ملف قرص الذاكرة المؤقته المبدئية (initrd) ليتم تحميلها Select initrd file إختر ملف قرص الذاكرة المؤقته المبدئية (initrd) Select syslinux.cfg or isolinux.cfg file إختر ملف syslinux.cfg أو isolinux.cfg Specify parameters and options to pass to the kernel حدد القيم والخيارات لجتياز النواة &Kernel: &Kernel: Init&rd: Init&rd: &Options: &اختيارات: uninstaller Uninstallation Complete إكتملت عملية إزالة التنصيب %1 has been uninstalled. تم إزالة تنصيب %1 Must run as root يجب التشغيل بستخدام صلاحية الجذر %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller مزيل تنصيب %1 %1 is currently installed. Remove the existing version? %1 منصب حالياً, هل ترغب في إلغاء النسخة الموجودة؟ unetbootin_ast.ts0000664000175000017500000016743212154035430013135 0ustar gezageza Asturian translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-07-07 01:16+0000 Last-Translator: Xuacu Saturio <xuacusk8@gmail.com> Language-Team: Asturian <ast@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk Discu duru USB Drive Unidá USB ISO ISO Floppy Disquín either LiveUSB persistence FAT32-formatted USB drive Preséu USB con formatu FAT32 EXT2-formatted USB drive Preséu USB con formatu EXT2 Open Disk Image File Abrir ficheru d'imaxe de discu All Files Tolos ficheros All Files (*) Tolos ficheros (*) Open Kernel File Abrir ficheru de kernel Open Initrd File Abrir ficheru initrd Open Bootloader Config File Abrir ficheru de configuración del cargador d'arranque Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted %1 nun ta montáu You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Primero tienes de montar el preséu %1 nún puntu de montaxe. N'abondes distribuciones se fai de mou automáticu sacando y volviendo a inxertar el preséu USB. Select a distro Escoyer distribución You must select a distribution to load. Tienes d'escoyer una distribución pa cargar. Select a disk image file Escueyi un ficheru d'imaxe de discu You must select a disk image file to load. Tienes d'escoyer un ficheru d'imaxe de discu pa cargar. Select a kernel and/or initrd file Escueyi un ficheru de kernel y/o initrd You must select a kernel and/or initrd file to load. Tienes d'escoyer un ficheru de kernel y/o initrd pa cargar Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_be.ts0000664000175000017500000016562312154035430012734 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-07-09 17:08+0000 Last-Translator: Aleks <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk USB Drive USB-прывод ISO ISO Floppy Дыскета either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files Усе файлы All Files (*) Усе файлы (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro Абярыце дыстрыбутыў You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_bg.ts0000664000175000017500000020247412154035430012732 0ustar gezageza Bulgarian translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-01-27 21:18+0000 Last-Translator: Костадин Костадинов <thekoceto@mail.bg> Language-Team: Bulgarian <bg@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk Твърд диск USB Drive USB устройство ISO ISO Floppy Флопи either или LiveUSB persistence FAT32-formatted USB drive Форматиранo USB устройство в FAT32 EXT2-formatted USB drive Форматиранo USB устройство в EXT2 Open Disk Image File Отвори Disk Image файла All Files Всички Файлове All Files (*) Всички файлове (*) Open Kernel File Отвори файла на Ядрото Open Initrd File Отвори Initrd файла Open Bootloader Config File Отвори конфигурационният файл на програмата за начално зареждане Insert a USB flash drive Включи USB устройството No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Не беше намерено USB устройство. Ако устройството вече е включено, пробвайте да го форматирате във FAT32 файлова система. %1 not mounted %1 не е монтиран You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Първо трябва да монтирате устройството USB 1% към точка за монтиране. Повечето дистрибуции ще направи това автоматично, след като премахнете и поставете отново USB устройството. Select a distro Избор на дистрибуция You must select a distribution to load. Трябва да изберете дистрибуция за зареждане Select a disk image file Избор на disk image файл You must select a disk image file to load. Трябва да изберете disk image файл за зареждане. Select a kernel and/or initrd file Избери ядро и/или initrd файл You must select a kernel and/or initrd file to load. Трябва да изберете ядор и/или initrd файл за да се зареди Diskimage file not found Disk image файла не беше открит. The specified diskimage file %1 does not exist. Избраният Image файл %1 не съществува Kernel file not found Не е намерен kernel файл The specified kernel file %1 does not exist. Избраният kernel файл %1 несъществува Initrd file not found Initrd файла не беше открит The specified initrd file %1 does not exist. Избраният intrd файл %1 не съществува %1 exists, overwrite? %1 съществува, презаписване? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Файлът %1 вече съществува. Натиснете "Да за всички", за да се презапише текущия и всички останали файлове, "Да", за да се запише само текущия и "Не", за да се запази съществуващата версия. В случай на съмнение, натиснете "Да за всички". %1 is out of space, abort installation? %1 няма достатъчно пространство, прекъсване на инсталацията ? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. В директорията %1 няма налично свободно пространство. Натиснете 'Да' за прекъсване на инсталирането, 'Не' за игнориране на това съобщение и опит за довършване на инсталацията, и 'Не на всички' за игнориране на всички подобни съобщения. Locating kernel file in %1 Copying kernel file from %1 Копирам kernel файла от %1 Locating initrd file in %1 Copying initrd file from %1 Копирам initrd файла от %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... Копиране на файл, моля изчакайте... <b>Source:</b> <a href="%1">%1</a> <b>Източник:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Крайна цел:</b> %1 <b>Copied:</b> 0 bytes <b>Копирани:</b> 0 байта Extracting files, please wait... Извличане на файлове, моля, изчакайте… <b>Archive:</b> %1 <b>Архив:</b> %1 <b>Source:</b> <b>Източник:</b> <b>Destination:</b> <b>Крайна цел:</b> <b>Extracted:</b> 0 of %1 files <b>Извлечени са:</b> 0 от %1 файла <b>Source:</b> %1 (%2) <b>Източник:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Крайна цел:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Извлечени са:</b> %1 от %2 файла Downloading files, please wait... Изтегляне на файлове, моля, изчакайте… <b>Downloaded:</b> 0 bytes <b>Изтеглени са:</b> 0 байта Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Изтеглени са:</b> %1 от %2 <b>Copied:</b> %1 of %2 <b>Копирано:</b> %1 of %2 Searching in <a href="%1">%1</a> Търсене в(ъв) <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 съвпадения в <a href="%3">%3</a> %1 not found %1 не е намерен(а/о) %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 не е намерен(а/о). Изисква се за режим на инсталиране %2. Инсталирайте пакета „%3“ или неговия еквивалент за дистрибуцията Ви. (Current) (в процес) (Done) (готово) Configuring grub2 on %1 Настройване на grub2 на %1 Configuring grldr on %1 Настройване на grldr на %1 Configuring grub on %1 Настройване на grub на %1 Installing syslinux to %1 Инсталиране на syslinux в(ъв) %1 Installing extlinux to %1 Инсталиране на extlinux в(ъв) %1 Syncing filesystems Синхронизиране на файловите системи Setting up persistence After rebooting, select the След рестартиране изберете After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? След рестартиране изберете зареждане от USB менюто на BIOS.%1 Рестартиране сега? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *ВАЖНО* Преди рестарирането, сложете Ubuntu alternate (не десктоп) iso файла на главната директория на хард диска или USB устройството. Може да бъде свалено от cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *ВАЖНО* Преди рестарирането, сложете Debian install iso файла на главната директория на хард диска или USB устройството. Може да бъде свалено от cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == = Изберете дистрибуция = == Select Version == = Изберете версия = Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Здравейте от <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> - Universal Netboot Installer . Използване:<ol><li>Изберете дистрибуция и версия за изтегляне от списъка по-горе, или ръчно да укажете файлове за зареждане по-долу.</li><li> Изберете типа на инсталацията, и натиснете OK, за да започне инсталирането .</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom &Потребителски Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB МБ OK ОК Return Връщане Cancel Отказ Esc Ескейп Reboot Now Рестартирай сега Exit Изход 1. Downloading Files 1. Сваляне на файлове 2. Extracting and Copying Files 2. Извличане и копиране на файлове 3. Installing Bootloader 3. Инсталиране на Bootloader 4. Installation Complete, Reboot 4. Инсталирането завърши, рестартирайте Select the target drive to install to Dri&ve: Select the installation target type &Type: &Тип: Select the distribution version Изберете версията на дистрибуцията Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. %1 беше премахнато. Must run as root Трябва да стартирате като root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_bn.ts0000664000175000017500000017175412154035430012747 0ustar gezageza Bengali translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-03-08 23:02+0000 Last-Translator: Shoeb <Unknown> Language-Team: Bengali <bn@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight ডানে unetbootin Hard Disk তথ্যথালা USB Drive USB ড্রাইভ ISO ISO Floppy ফ্লপি either হয় LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File তথ্যথালাচিত্র খোলো All Files সব ফাইল দেখি All Files (*) সব ফাইল (*) Open Kernel File শুধু 'কার্নেল' ফাইল খোলো Open Initrd File শুধু 'Initrd' ফাইল খোলো Open Bootloader Config File বুটলোড কারুকাজের ফাইল খোলো Insert a USB flash drive USB ফ্ল্যাশ ঢুকাও No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB ফ্ল্যাশ ড্রাইভ পাওয়া যায়নি, ড্রাইভ ঢুকানোর পরেও এই লেখা দেখলে বুঝতে হবে 'ফরম্যাট' (FAT32 হিসেবে) করে USB ফ্ল্যাশ ড্রাইভটি পরিস্কার করা উচিত %1 not mounted %১ চড়তে পারেনি You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. প্রথমে USB ফ্ল্যাশ ড্রাইভ %১ টিকে চুড়ায় চড়াতে হবে, একে খুলে ঢুকালে ডিস্ট্রিবিউশনকারী আপনা আপনি এটা করবে। Select a distro বেছে নিন পছন্দের 'distro' You must select a distribution to load. ডিস্ট্রিবিউশনকারী বেছে নিতেই হবে আপনাকে Select a disk image file তথ্যথালাচিত্র বেছে নিন You must select a disk image file to load. তথ্যথালাচিত্রের ফাইল আপনাকে বেছে নিতেই হবে Select a kernel and/or initrd file কার্নেল অথবা/এবং 'initrd' বেছে নিন You must select a kernel and/or initrd file to load. আপনাকে একটি কার্নেল অথবা/এবং 'initrd' বেছে নিতেই হবে Diskimage file not found তথ্যথালাচিত্র পাওয়া যায়নি The specified diskimage file %1 does not exist. তথ্যথালাচিত্র %১ টি কথাওই নেই Kernel file not found কার্নেল ফাইল পাওয়া যায়নি The specified kernel file %1 does not exist. কার্নেল ফাইল %১ টি কথাওই নেই Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ca.ts0000664000175000017500000026262412154035430012730 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-11-01 19:44+0000 Last-Translator: Ferran Rius <frius64@hotmail.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight D'esquerra a dreta unetbootin Hard Disk Disc dur USB Drive Disc USB ISO ISO Floppy Disquet either o bé LiveUSB persistence Persistència al dispositiu USB autònom FAT32-formatted USB drive Dispositiu USB amb format FAT32 EXT2-formatted USB drive Dispositiu USB amb format EXT2 Open Disk Image File Obre un fitxer d'imatge de disc All Files Tots els fitxers All Files (*) Tots els fitxers (*) Open Kernel File Obre el fitxer de nucli Open Initrd File Obre el fitxer initrd Open Bootloader Config File Obre el fitxer de configuració del carregador de l'arrencada Insert a USB flash drive Inseriu una unitat flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. No s'ha trobat cap unitat flash USB . Si heu inserit un dispositiu USB, proveu de formatar-lo com a FAT32. %1 not mounted %1 sense muntar You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Primer munteu la unitat USB %1 a un punt de muntatge. La majoria de les distribucions ho fan automàticament si la retireu i la torneu a inserir. Select a distro Seleccioneu una distribució You must select a distribution to load. Seleccioneu una distribució per carregar Select a disk image file Seleccioneu un fitxer d'imatge de disc You must select a disk image file to load. Seleccioneu un fitxer d'imatge de disc per carregar. Select a kernel and/or initrd file Seleccioneu un nucli i/o el fitxer initrd You must select a kernel and/or initrd file to load. Seleccioneu un nucli i/o un fitxer initrd per carregar-los. Diskimage file not found No s'ha trobat el fitxer d'imatge de disc The specified diskimage file %1 does not exist. El fitxer d'imatge de disc %1 indicat no existeix. Kernel file not found No s'ha trobat el fitxer del nucli The specified kernel file %1 does not exist. El fitxer del nucli %1 indicat no existeix. Initrd file not found No s'ha trobat el fitxer initrd The specified initrd file %1 does not exist. El fitxer initrd %1 indicat no existeix. %1 exists, overwrite? %1 ja existeix. El voleu sobreescriure? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. El fitxer %1 ja existeix. Premeu «Sí a tot» per sobreescriure'l i evitar la mateixa pregunta, «Sí» per sobreescriure els fitxers individualment, i «No» per conservar la versió existent. En cas de dubte premeu «Sí a tot». %1 is out of space, abort installation? No hi ha prou espai a %1, voleu aturar la instal·lació? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. No hi ha prou espai a la carpeta %1. Premeu «Sí» per aturar la instal·lació, «No» per ignorar aquest error i intentar continuar, i «No a tot» per ignorar tots els errors de manca d'espai. Locating kernel file in %1 S'està localitzant el fitxer del nucli a %1 Copying kernel file from %1 S'està copiant el fitxer del nucli des de %1 Locating initrd file in %1 S'està localitzant el fitxer initrd a %1 Copying initrd file from %1 S'està copiant el fitxer initrd des de %1 Extracting bootloader configuration S'està extraient la configuració del carregador de l'arrencada <b>Extracting compressed iso:</b> %1 <b>S'està extraient el fitxer ISO comprimit:</b> %1 Copying file, please wait... S'està copiant els fitxers... <b>Source:</b> <a href="%1">%1</a> <b>Origen:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destinació:</b> %1 <b>Copied:</b> 0 bytes <b>S'ha copiat:</b> 0 bytes Extracting files, please wait... S'està extraient els fitxers, espereu... <b>Archive:</b> %1 <b>Arxiu:</b> %1 <b>Source:</b> <b>Origen:</b> <b>Destination:</b> <b>Destinació:</b> <b>Extracted:</b> 0 of %1 files <b>S'ha extret:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Origen:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destinació:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>S'ha extret:</b> %1 of %2 files Downloading files, please wait... S'està descarregant els fitxers, espereu... <b>Downloaded:</b> 0 bytes <b>S'ha descarregat:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Ha fallat la descàrrega de %1 %2 de %3. Intenteu baixar-vos el fitxer ISO directament des del lloc web i subministreu-lo mitjançant l'opció «diskimage». <b>Downloaded:</b> %1 of %2 <b>S'ha descarregat:</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>S'ha copiat:</b> %1 de %2 Searching in <a href="%1">%1</a> S'està cercant a <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 coincidències de <a href="%3">%3</a> %1 not found No s'ha trobat %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. No s'ha trobat %1. És necessari per al mode d'instal·lació %2. Instal·leu el paquet «%3» o l'equivalent de la vostra distribució. (Current) (Actual) (Done) (Fet) Configuring grub2 on %1 S'està configurant el grub2 a %1 Configuring grldr on %1 S'està configurant el grldr a %1 Configuring grub on %1 S'està configurant el grub a %1 Installing syslinux to %1 S'està instal·lant syslinux a %1 Installing extlinux to %1 S'està instal·lant extlinux a %1 Syncing filesystems S'està sincronitzant els fitxers de sistema Setting up persistence Configura la persistència After rebooting, select the Després d'arrencar de nou, seleccioneu la After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Després d'arrencar de nou, seleccioneu l'opció d'arrencada des de l'USB al menú de la BIOS.%1 Voleu arrencar de nou ara? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 El dispositiu USB que s'ha creat no arrencarà a un Mac. Inseriu-lo a un PC i seleccioneu l'opció d'engegada des del dispositiu USB a la BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* Abans d'arrencar de nou, col·loqueu el fitxer iso d'instal·lació de l'Ubuntu Alternate (no la versió d'escriptori) a la carpeta arrel del disc dur o de la unitat USB. Es pot aconseguir a cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «mirrors.kernel.org» quan es demani el servidor i «/centos/%1/os/%2» quan es demani la carpeta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* Abans d'arrencar de nou, situeu el fitxer iso Debian d'instal·lació a la carpeta arrel del disc dur o unitat USB. Es pot aconseguir de cdimage.debian.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «download.fedora.redhat.com» quan es demani el servidor i «/pub/fedora/linux/development/%1/os» quan es demani la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» si es demana un CD. Tot seguit, des del menú principal, trieu l'opció «Inicia la instal·lació», «Xarxa» com a origen, «HTTP» com a protocol, «download.fedora.redhat.com» quan es demani el servidor i «/pub/fedora/linux/releases/%1/Fedora/%2/os» quan es demani la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» es demana un CD, tot seguit aneu al menú principal, seleccioneu l'opció «Inicia la instal·lació», escolliu «En xarxa» com a origen, escolliu «HTTP» com a protocol, quan es demani el servidor introduïu «download.opensuse.org» i introduïu «/factory/repo/oss» quan es demani la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* Després d'arrencar de nou, ignoreu qualsevol missatge d'error i seleccioneu «Enrere» es demana un CD, tot seguit aneu al menú principal, seleccioneu l'opció «Inicia la instal·lació», escolliu «En xarxa» com a origen, escolliu «HTTP» com a protocol, quan es demani el servidor introduïu «download.opensuse.org» i introduïu «/distribution/%1/repo/oss» quan es demani la carpeta. == Select Distribution == == Trieu la distribució == == Select Version == == Trieu la versió == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Benvingut a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, l'instal·lador universal Netboot. Sintaxi:<ol><li>Seleccioneu una distribució i versió a descarregar de la llista anterior o indiqueu manualment els fitxers a carregar a baix.</li><li>Seleccioneu un tipus d'instal·lació, i premeu «D'acord» per començar la instal·lació.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Pàgina web:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descripció:</b>Arch Linux és una distribució lleugera optimitzada en velocitat i flexibilitat.<br/><b>Notes de la instal·lació:</b> La versió predeterminada permet la instal·lació per internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descripció:</b> BackTrack és una distribució enfocada a l'anàlisi de la seguretat de la xarxa.<br/><b>Notes de la instal·lació:</b> La distribució BackTrack s'executa en mode autònom i no cal instal·lació per utilitzar-la. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descripció:</b> CentOS és un clon lliure del Red Hat Enterprise Linux .<br/><b>Notes de la instal·lació:</b> La versió prdeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descripció:</b> CloneZilla és una distribució pensada per la creació i restauració de còpies de seguretat.<br/><b>Install Notes:</b> La distribució CloneZilla s'executa en mode autònom i no cal instal·lació per utilitzar-la. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pàgina web:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descripció:</b> Damn Small Linux és una distribució minimalista dissenyada per a ordinadors antics.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian és una distribució creada per la comunitat que suporta un ventall d'arquitectures i ofereix una gran quantitat de programari.<br/><b>Notes de la instal·lació:</b> La versió «NetInstall» permet ser instal·lada mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel de la unitat USB o disc dur que emprareu per a la instal·lació. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descripció:</b> Dreamlinux és una distribució amigable basada en Debian.<br/><b>Notes d'instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pàgina web:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descripció:</b> Dr.Web AntiVirus és una utilitat d'emergència en cas d'infecció vírica al vostre sistema.<br/><b>Notes de la instal·lació:</b> La versió en mode autònom us permet mitjançant aquest estat analitzar el vostre sistema sense necessitat d'instal·lar-hi res al disc dur. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descripció:</b> Elive és una distribució oficial basada en Debian que incorpora el gestor d'escriptori Enlightenment.<br/><b>Notes de la Instal·lació:</b> El mode autònom permet provar Xubuntu sense instal·lar res al vostre ordinador, amb opció a ser també instal·lada. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descripció:</b> Fedora és una distribució d'una comunitat patrocinada per Red Hat que mostra l'avantguarda més recent en programari de codi obert.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió NetInstall permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descripció:</b> FreeBSD és un sistema operatiu d'ús general semblant a l'Unix dissenyat per ser escalable i ràpid.<br/><b>Notes de la instal·lació:</b> La versió predeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Pàgina web:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descripció:</b> FreeDOS és un sistema operatiu lliure compatible amb MS-DOS.<br/><b>Notes de la instal·lació:</b> Vegeu el <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> per als detalls de la instal·lació. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Pàgina web:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descripció:</b> FreeNAS és una distribució NAS (Network-Attached Storage) de codi obert basada en FreeBSD.<br/><b>Notes d'instal·lació:</b> La versió de disc autònom crea una unitat RAM per al FreeNAS i utilitza un disquet o un disc USB en format FAT per desar el fitxer de configuració. La versió incorporada permet la instal·lació al disc dur. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descripció:</b> Frugalware és una distribució d'ús general basada en Slackware per a usuaris avançats.<br/><b>Notes de la instal·lació:</b> L'opció predeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Pàgina inicial:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descripció:</b> GeeXboX és una distribució amb el Linux Media Center incrustat.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripció:</b> gNewSense és una distribució aprovada per la FSF basada en Ubuntu amb tots els components que no són lliures suprimits.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Pàgina web:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descripció:</b> Gujin és un gestor d'arrencada gràfic que pot arrencar diversos volums i fitxers.<br/><b>Notes de la instal·lació:</b> Gujin només arrenca i executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pàgina web:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descripció:</b> Kaspersky Rescue Disk detecta i suprimeix programari maliciós de la vostra instal·lació del Windows.<br/><b>Notes d'instal·lació:<b/> La versió autònoma permet arrencar en mode autònom i executar els escanejos de programari maliciós. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descripció:</b> Kubuntu és una distribució oficial derivada d'Ubuntu que incorpora el gestor d'escriptori KDE.<br/><b>Notes de la instal·lació:</b> El mode autònom permet provar Kubuntu sense instal·lar res al vostre ordinador, amb opció a ser també instal·lada. La versió «NetInstall» permet instal·lar Kubuntu i altres derivats oficials d'Ubuntu mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel de la unitat USB o disc dur que emprareu per a la instal·lació. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descripció: Linux Mint és una distribució amigable basada en Ubuntu que inclou per defecte còdecs no lliures i d'altre programari addicionals.</b> <br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Pàgina web:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descripció:</b> Mandriva és una distribució amigable coneguda prèviament com a Mandrake Linux.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió NetInstall permet la instal·lació utilitzant internet (FTP) o amb fitxers ISO «gratuïts» descarregats prèviament <a href="http://www.mandriva.com/en/download">. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descripció:</b> MEPIS és una distribució basada en Debian. SimplyMEPIS és una versió amigable basada en KDE i AntiX és una versió lleugera per a ordinadors antics.<br/><b>Notes de la instal·lació:</b> MEPIS permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Pàgina inicial:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descripció:</b> NetbootCD és un CD d'arrencada petit que descarrega i arrenca instal·ladors basats en la xarxa per a altres distribucions.<br/><b>Notes d'instal·lació:</b> NetbootCD arrenca i s'executa en mode autònom. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Pàgina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripció:</b> NimbleX és una distribució petita i versàtil basada en Slackware. Està contruïda utilitzant els sripts linux-live i té un escriptori KDE. Es pot arrencar des d'un CD o d'una memòria flash (dispositius USB o reproductors MP3) i es pot personalitzar i ampliar fàcilment. <br/><b>Notes de la instal·lació:</b> NimbleX arrenca en mode autònom. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Pàgina inicial:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descripció:</b> Offline NT Password and Registry Editor pot reiniciar els passaports del Windows i editar el registre de Windows 2000-Vista.<br/><b>Notes d'instal·lació:</b> NTPasswd arrenca i s'executa en mode autònom; no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pàgina web:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descripció:</b> openSUSE és una distribució amigable patrocinada per Novell.<br/><b>Notes de la instal·lació:</b> La versió predeterminada permet la instal·lació utilitzant internet (FTP) o fora de línia amb fitxers ISO descarregats prèviament. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descripció:</b> Ophcrack pot desxifrar contrasenyes del Windows.<br/><b>Notes de la instal·lació:</b> Ophcrack arrenca i s'executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Pàgina web:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descripció:</b> Parted Magic inclou el gestor de particions GParted i d'altres eines del sistema que poden redimensionar, copiar, fe còpies de seguretat i manipular particions de disc.<br/><b>Notes de la instal·lació:</b> Parted Magic arrenca i s'executa en mode autònom, no cal instal·lació per utilitzar-la. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pàgina web:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descripció:</b> Puppy Linux és una distribució lleugera dissenyada per a ordinadors antics.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Pàgina web:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descripció:</b> Sabayon Linux és una distribució basada en Gentoo que implementa el gestor de paquets binaris Entropy, a més del gestor basat en codi font Portage.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. L'edició LiteMCE ocupa 2 GB, per a la versió completa cal un dispositiu USB de 8GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descripció:</b> Slax és una distribució basada en Slackware-based amb l'escriptori KDE.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pàgina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripció:</b> SliTaz és una distribució lleugera pensada per a l'ordinador de taula.<br/><b>Notes de la 'instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Pàgina web:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descripció:</b> Smart Boot Manager és un carregador de l'arrencada que pot evitar algunes limitacions i errors de la BIOS.<br/><b>Notes de la instal·lació:</b> SBM només arrenca i executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Pàgina web:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descripció:</b> Super Grub Disk és un carregador de l'arrencada que pot fer diverses tasques de recuperació del MBR i del carregador d'arrencada.<br/><b>Notes de la instal·lació:</b> SGD només arrenca i executa, no cal cap instal·lació per utilitzar-lo. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descripció:</b> Super OS és una distribució no oficial derivada d'Ubuntu que incorpora aplicacions adicionals. És necessari una unitat USB amb 2GB d'espai per poder ser instal·lada.<br/><b>Notes de la Instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descripció:</b> Ubuntu és una distribució amigable basada en Debian. Actualment és una de les distribucions més populars de Linux.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió «NetInstall» permet instal·lar Ubuntu i altres derivats com ara Kubuntu mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel de la unitat USB o disc dur que emprareu per a la instal·lació. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Pàgina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripció:</b> xPUD és una distribució lleugera amb una interfície senzilla tipus quiosc, amb un navegador i un reproductor multimèdia.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pàgina web:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descripció:</b> Xubuntu és una distribució oficial derivada d'Ubuntu que incorpora el gestor d'escriptori XFCE.<br/><b>Notes de la Instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. La versió «NetInstall» permet instal·lar Xubuntu i altres derivats oficials d'Ubuntu mitjançant FTP. Si desitgeu instal·lar-la des d'una imatge iso prèviament descarregada, seleccioneu l'opció «HdMedia» i copieu el fitxer iso a l'arrel del dispositiu USB o disc dur que utilizeu per a la instal·lació. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pàgina web:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descripció:</b> Zenwalk és una distribució basada en Slackware que utilitza l'escriptori XFCE.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Pàgina web:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descripció:</b> EeePCLinuxOS és una distribució amigable basada en PCLinuxOS per a l'EeePC.<br/><b>Notes de la instal·lació:</b> El suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Pàgina web:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descripció:</b> Ubuntu Eee no és només l'Ubuntu optimitzat per a l'Asus Eee PC. És un sistema operatiu que fa servir la interfície del Netbook Remix, que prefereix el millor programari disponible en lloc de les alternatives en programari lliure (Skype en lloc d'Ekiga, per exemple).<br/><b>Notes de la instal·lació:</b> El suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Pàgina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descripció:</b> Elive és una distribució basada en Debian que incorpora el gestor de finestres Enlightenment.<br/><b>Notes de la instal·lació:</b> La versió autònoma permet arrencar en mode autònom, des d'on hi ha l'opció d'executar l'instal·lador. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Pàgina web:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descripción:</b> Kiwi Linux és un derviat de l'Ubuntu fet principalment per a usuaris de parla romanesa, hongaresa i anglesa.<br/><b>Notes de la instal·lació:</b> l suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Pàgina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripció:</b> gNewSense és una distribució GNU/Linux que amplia i millora l'Ubuntu per crear un sistema operatiu totalment lliure sense «blobs» binaris o arbres de paquets que contenen codi propietari.<br/><b>Notes de la instal·lació:</b> El suport d'instal·lació ha d'estar buit i tenir format abans d'instal·lar-lo. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Pàgina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripció:</b> NimbleX és una distribució petita i versàtil basada en Slackware. Està contruïda utilitzant els sripts linux-live i té un escriptori KDE. Es pot arrencar des d'un CD o d'una memòria flash (dispositius USB o reproductors MP3) i es pot personalitzar i ampliar fàcilment. <br/><b>Notes de la instal·lació:</b> NimbleX arrenca en mode autònom. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Pàgina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripció:</b> SliTaz és una microdistribució lleugera orientada a l'ordinador d'escriptori.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria, per tant la instal·lació no és necessària sinó opcional. Aquest instal·lador està basat en<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><b>Pàgina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripció:</b> xPUD és una distribució lleugera amb una interfície senzilla tipus quiosc, amb un navegador i un reproductor multimèdia.<br/><b>Notes de la instal·lació:</b> La versió autònoma carrega tot el sistema a la RAM i arrenca des de la memòria. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Seleccioneu de la llista de distribucions que es dóna suport &Distribution &Distribució Specify a disk image file to load Indiqueu el fitxer d'imatge de disc que s'ha de carregar Disk&image &Imatge de dic Manually specify a kernel and initrd to load Indiqueu manualment un nucli i un initrd per carregar &Custom &Personalitzat Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK D'acord Return Torna Cancel Cancel·la Esc Esc Reboot Now Reinicia ara Exit Surt 1. Downloading Files 1. Descàrrega dels fitxers 2. Extracting and Copying Files 2. Extracció i còpia dels fitxers 3. Installing Bootloader 3. Instal·lació del carregador de l'arrencada 4. Installation Complete, Reboot 4. S'ha acabat la instal·lació, torneu a arrencar Select the target drive to install to Seleccioneu la unitat d'instal·lació Dri&ve: &Unitat: Select the installation target type Seleccioneu el tipus d'objectiu de la instal·lació &Type: &Tipus: Select the distribution version Seleccioneu la versió de la distribució Select disk image file Seleccioneu el fitxer d'imatge de disc ... ... Select the disk image type Seleccioneu el tipus d'imatge de disc Specify a floppy/hard disk image, or CD image (ISO) file to load Indiqueu la imatge de disquet/disc dur, o el fitxer d'imatge de CD (ISO) que es carregarà Specify a kernel file to load Indiqueu el fitxer del nucli que es carregarà Select kernel file Seleccioneu el fitxer del nucli Specify an initrd file to load Indiqueu el fitxer initrd que es carregarà Select initrd file Seleccioneu el fitxer initrd Select syslinux.cfg or isolinux.cfg file Seleccioneu el fitxer syslinux.cfg o isolinux.cfg Specify parameters and options to pass to the kernel Indiqueu els paràmetres i opcions que es passaran al nucli &Kernel: &Nucli: Init&rd: Init&rd: &Options: &Opcions: uninstaller Uninstallation Complete Desinstal·lació completa %1 has been uninstalled. S'ha desinstal·lat %1. Must run as root S'ha d'executar com a usuari primari %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 s'ha d'executar com a usuari primari. Tanqueu i torneu a executar-lo utilitzant <br/><b>sudo %1</b><br/>o bé<br/><b>su - -c '%1'</b> %1 Uninstaller Desinstal·lador de l'%1 %1 is currently installed. Remove the existing version? %1 ja està instal·lat. Voleu suprimir la versió actual? unetbootin_cs.ts0000664000175000017500000025135712154035430012753 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-06-04 21:21+0000 Last-Translator: David Kolibáč <david@kolibac.cz> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight LeftToRight unetbootin Hard Disk Pevný disk USB Drive USB disk ISO ISO Floppy Disketa either oba LiveUSB persistence FAT32-formatted USB drive USB disk formátovaný jako FAT32 EXT2-formatted USB drive USB disk formátovaný jako EXT2 Open Disk Image File Vybrat soubor s obrazem disku All Files Všechny soubory All Files (*) Všechny soubory (*) Open Kernel File Vybrat soubor s jádrem Open Initrd File Vybrat soubor initrd Open Bootloader Config File Vybrat soubor s nastavením zavaděče Insert a USB flash drive Vložte USB flash disk No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Žádné USB flash disky nebyly nalezeny. Pokud jste USB disk již vložili, zkuste jej naformátovat na FAT32. %1 not mounted %1 nepřipojen You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Napřed je třeba připojit USB zařízení %1. Většina distribucí to provede automaticky po odpojení a opětovném připojení zařízení. Select a distro Vyberte distribuci You must select a distribution to load. Pro spuštění musíte vybrat distribuci Select a disk image file Vyberte soubor s obrazem disku You must select a disk image file to load. Pro spuštění musíte vybrat obraz disku. Select a kernel and/or initrd file Vyberte jádro a/nebo soubor initrd You must select a kernel and/or initrd file to load. Pro spuštění musíte vybrat jádro a/nebo soubor initrd. Diskimage file not found Soubor obrazu disku nebyl nalezen The specified diskimage file %1 does not exist. Uvedený obraz disku %1 neexistuje. Kernel file not found Soubor s jádrem nebyl nalezen The specified kernel file %1 does not exist. Uvedený soubor s jádrem %1 neexistuje. Initrd file not found Soubor initrd nebyl nalezen The specified initrd file %1 does not exist. Uvedený soubor s initrd %1 neexistuje. %1 exists, overwrite? %1 již existuje, přepsat? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Soubor %1 již existuje. Zvolte 'Ano všem' pro jeho přepsání a přepsání dalších bez ptaní, 'Ano' pro přepsání souboru a 'Ne' pro zachování současné verze. Pokud nevíte, zvolte 'Ano všem'. %1 is out of space, abort installation? V %1 není dostatek místa, přerušit instalaci? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. V adresáři %1 není dostatek místa. Pro přerušení instalace zvolte 'Ano', pro ignorování této chyba a pokračování instalace zvolte 'Ne' a pro ignorování všech chyb o nedostatku místa 'Ne všem'. Locating kernel file in %1 Hledání souboru s jádrem v %1 Copying kernel file from %1 Kopírování souboru s jádrem z %1 Locating initrd file in %1 Hledání souboru initrd v %1 Copying initrd file from %1 Kopírování souboru initrd z %1 Extracting bootloader configuration Rozbalování nastavení zavaděče <b>Extracting compressed iso:</b> %1 <b>Rozbaluje se ISO obraz:</b> %1 Copying file, please wait... Kopírování souboru, prosím, čekejte... <b>Source:</b> <a href="%1">%1</a> <b>Zdroj:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cíl:</b> %1 <b>Copied:</b> 0 bytes <b>Zkopírováno:</b> 0 bytů Extracting files, please wait... Rozbalují se soubory, prosím, čekejte... <b>Archive:</b> %1 <b>Archiv:</b> %1 <b>Source:</b> <b>Zdroj:</b> <b>Destination:</b> <b>Cíl:</b> <b>Extracted:</b> 0 of %1 files <b>Rozbaleno:</b> 0 z %1 souborů <b>Source:</b> %1 (%2) <b>Zdroj:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cíl:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Rozbaleno:</b> %1 z %2 souborů Downloading files, please wait... Stahují se soubory, čekejte prosím... <b>Downloaded:</b> 0 bytes <b>Staženo:</b> 0 bajtů Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Staženo:</b> %1 z %2 <b>Copied:</b> %1 of %2 <b>Zkopírováno:</b> %1 z %2 Searching in <a href="%1">%1</a> Vyhledávání <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 souhlasí s <a href="%3">%3</a> %1 not found %1 nenalezeno %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nebylo nenalezeno. Toto je třeba pro %2 instalační režimy. Nainstalujte balík "%3" nebo ekvivalent pro vaši distribuci. (Current) (Aktuální) (Done) (Hotovo) Configuring grub2 on %1 Nastavuje se grub2 na %1 Configuring grldr on %1 Nastavuje se grldr na %1 Configuring grub on %1 Nastavuje se grub na %1 Installing syslinux to %1 Instaluje se syslinux na %1 Installing extlinux to %1 Instaluje se extlinux na %1 Syncing filesystems Synchronizují se souborové systémy Setting up persistence After rebooting, select the Po restartu zvolte After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po restartu zvolte v BIOSu možnost zavádění systému z USB. %1 Restartovat nyní The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *DŮLEŽITÉ* Před restartováním umístěte ISO soubor Ubuntu alternate CD (ne desktop) do kořenové složky vašeho pevného nebo USB disku. Alternate CD můžete stáhnout z cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *DŮLEŽITÉ* Po restartu ignorujte všechna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpět, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', při výzvě k zadání serveru zadejte 'mirrors.kernel.org' a při dotazu na adresář zadejte '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *DŮLEŽITÉ* Před restartováním umístěte instalační ISO Debianu do kořenové složky vašeho pevného nebo USB disku. Alternate CD můžete stáhnout z cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *DŮLEŽITÉ* Po restartu ignorujte všechna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpět, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', při výzvě k zadání serveru zadejte 'download.fedora.redhat.com' a při dotazu na adresář zadejte '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *DŮLEŽITÉ* Po restartu ignorujte všechna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpět, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', při výzvě k zadání serveru zadejte 'download.fedora.redhat.com' a při dotazu na adresář zadejte '/pub/fedora/linux/releases/%1/Fedora/%2/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *DŮLEŽITÉ* Po restartu ignorujte všechna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpět, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', při výzvě k zadání serveru zadejte 'download.opensuse.org' a při dotazu na adresář zadejte '/factory/repo/oss'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *DŮLEŽITÉ* Po restartu ignorujte všechna chybová hlášení a pokud jste vyzvání k vložení CD, zvolte zpět, běžte do hlavní nabídky a vyberte 'Zahájit instalaci', jako zdroj vyberte 'Síť', jako protokol zvolte 'HTTP', při výzvě k zadání serveru zadejte 'download.opensuse.org' a při dotazu na adresář zadejte '/distribution/%1/repo/oss'. == Select Distribution == == Vyberte distribuci == == Select Version == == Vyberte verzi == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Vítá vás <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Použití:<ol><li>Ze seznamu nahoře vyberte distribuci a verzi ke stažení, nebo ručně zvolte potřebné soubory níže.</li><li>Vyberte typ instalace a k zahájení klikněte na OK.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Domovská stránka:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Popis:</b> Arch Linux je nenáročná distribuce vyladěná pro rychlost a flexibilitu.<br/><b>Instalace:</b> Výchozí verze umožňuje instalaci přes Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Popis:</b> BackTrack je distribuce zaměřená na analýzu sítí a bezpečnostní testy.<br/><b>Poznámky:</b> BackTrack funguje jako živý (live) systém a nevyžaduje instalaci. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Popis:</b> CentOS je bezplatný klon Red Hat Enterprise Linux.<br/><b>Poznámky:</b> Standardní verze nabízí jak instalaci přes Internet (FTP), tak offline instalaci za pomocí dříve získaných ISO obrazů. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Popis:</b> CloneZilla je distribuce určená pro snadné zálohování.<br/><b>Poznámky:</b> CloneZilla funguje jako živý (live) systém a nevyžaduje instalaci. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Popis:</b> Damn Small Linuxje minimalistická distribuce určená pro starší počítače.<br/><b>Poznámky:</b> Spustitelná verze načte celý systém do RAM, odkud je následně zaveden, instalace tedy není nutná, ale je možná. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Popis:</b> Debian je komunitně vyvíjená linuxová distribuce podporující širokou škálu architektur, nabízející obrovský repozitář balíků.<br/><b>Poznámky:</b> NetInstall verze umožňuje instalaci přes FTP. Přejete-li si použít předem stažený instalační obraz, zvolte možnost HdMedia, pak vložte instalační ISO soubor do kořenové složky vašeho pevného disku nebo USB disku <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Popis:</b> Dreamlinux je uživatelsky přívětivá distribuce založená na Debianu.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Domovská stránka:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Popis:</b> Dr.Web AntiVirus je antivirový balík určený k opravě systému poškozeného malwarem.<br/><b>Poznámky:</b>Živá (Live) verze umožňuje spuštění systému přímo z CD a provedení skenování nainstalovaného systému. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribuce založená na Debianu přinášející správce oken Enlightenment.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Popis:</b> Fedora je komunitní distribuce sponzorovaná firmou Red Hat zaměříjící se na nejnovější free/open-source software.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. Verze NetInstall umožňuje instalaci z Internetu (FTP) nebo z předem staženého ISO obrazu. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Popis:</b> FreeBSD je unixový operační systém navržený pro stabilitu a rychlost.<br/><b>Poznámky:</b> Standardní verze umožňuje instalaci z Internetu (FTP) nebo z předem staženého ISO obrazu. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Domovská stránka:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Popis:</b> FreeDOS je svobodný operační systém kompatibilní s MS-DOS.<br/><b>Poznámky:</b> Pro více informací o instalaci navštivte <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">online manuál</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Domovská stránka:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Popis:</b> FreeNAS je open source NAS (Network-Attached Storage / Síťové úložiště) distribuce založená na FreeBSD.<br/><b>Instalační poznámky:</b> Varianta LiveCD vytvoří pro FreeNAS RAM disk a použije flash disk zformátovaný jako FAT k uložení konfigurace. Vestavěná varianta umožní instalaci na pevný disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware je distribuce odvozená od Slackwaru určená pro pokročilé uživatele.<br/><b>Poznámky:</b> Standardní verze umožňuje instalaci z Internetu (FTP) nebo z předem stažených ISO obrazů. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je na Ubuntu založená distribuce, která je podporovaná Free Software Foundation a neobsahuje žádné nesvobodné součásti.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Popis:</b> Gujin je grafický správce zavádění, schopný zavádění z rozličných zařízení a souborových systémů.<br/><b>Poznámky:</b> Gujin se jednoduše zavede a spustí - instalace není potřebná. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Domovská stránka:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Popis:</b> Kaspersky Rescue Disk slouží k nalezení a odstranění malwaru ze systému Windows.<br/><b>Poznámky:</b> Živé CD umožňuje spuštění systému, ze kterého je možné spustit skenování počítače. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Popis:</b> Kubuntu je oficiální větev ubuntu používající KDE.<br/><b>Instalační poznámky:</b> Live varianta umožní nastartovat Live režim, z kterého je možné spustit instalátor. NetInstall umožní instalaci přes FTP a zvládne instalovat Kubuntu i další větve Ubuntu. Pokud byste chtěli použít předstažený alternativní (nedesktopový) ISO obraz, vyberte možnost HdMedia a pak vložte alternativní ISO obraz do kořenového adresáře vašeho disku nebo flash disku <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Popis:</b> Linux Mint je uživatelsky přívětivá distribuce odvozená od Ubuntu, která již v základní instalaci obsahuje různé nesvobodné kodeky a další software.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Domovská stránka:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Popis:</b> Mandriva je uživatelsky přívětivá distribuce, dříve známá jako Mandrake Linux.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. Verze NetInstall umožňuje instalaci z Internetu (FTP) nebo z předem staženého <a href="http://www.mandriva.com/en/download">ISO obrazu</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Popis:</b> MEPIS je distribuce odvozená od Debianu. SimplyMEPIS je uživatelsky přívětivá distribuce založená na prostředí KDE a Antix nenáročná verze pro staré počítače.<br/><b>Popis:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Domovská stránka:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Popis:</b> NimbleX je malá, všestranná distrubuce založená na Slackware. Je sestavena pomocí linux-live skriptů a používá KDE. Může startovat z CD nebo flash disku, lze ji snadno upravovat a rozšiřovat<br/><b>Instalační poznámky:</b> NimbleX startuje v Live módu. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Popis:</b> openSUSE je uživatelsky přívětivá distribuce, sponzorovaná firmou Novell.<br/><b>Poznámky:</b> Standardní verze umoňuje jak instalaci z Internetu (FTP), tak z předem stažených instalačních ISO obrazů. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Popis:</b> Ophcrack umí získávat hesla z Windows.<br/><b>Poznámky:</b> Ophcrack se jednoduše zavede a spustí - instalace není potřebná. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Popis:</b> Parted Magic obsahuje program GParted a další nástroje určené pro změnu velikosti, kopírování, zálohu a další manipulaci s diskovými oddíly.<br/><b>Poznámky:</b> Parted Magic se jednoduše zavede a spustí - instalace není potřebná. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Popis:</b> Puppy Linux je minimalistická distribuce určená pro starší počítače.<br/><b>Poznámky:</b> Spustitelná verze načte celý systém do RAM, odkud je následně zaveden, instalace tedy není nutná, ale je možná. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Domovská stránka:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Popis:</b> Sabayon Linux je LiveDVD založené na Gentoo, přinášející správce balíků Entropy jako doplněk k Portage.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. Verze LiteMCE vyžaduje 2 GB místa, zatímco plná verze 8 GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Popis:</b> Slax je distribuce založená na Slackware, která přináší prostředí KDE.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Popis:</b> SliTaz je nenáročná mikrodistribuce zaměřená na stolní počítače.<br/><b>Poznámky:</b> Spustitelná verze načte celý systém do RAM odkud je následně zaveden, instalace tedy není nutná, ale je možná. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Popis:</b> Smart Boot Manager je zavaděč schopný překonat některé chyby a omezení BIOSu týkající se zavádění. </b> SBM se jednoduše zavede a spustí - k použití nepotřebujete instalaci. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Popis:</b> Super Grub Disk slouží ke snadné obnově MBR a různých zavaděčů systémů.<br/><b>Poznámky:</b> SGD se jednoduše zavede a spustí - k použití nepotřebujete instalaci. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Popis:</b> Super OS je neoficiální derivát Ubuntu obsahující větší výběr softwaru ve výchozí instalaci. K instalaci je potřeba minimálně 2 GB USB flash disk.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.ubuntu.cz/">http://www.ubuntu.cz</a><br/><b>Popis:</b> Ubuntu je uživatelsky přívětivá distribuce založená na Debianu. V současné době se jedná o nejpopulárnější linuxovou distribuci pro osobní počítače.<br/><b>Poznámky:</b> Živá ("Live") verze umožňuje spouštění v live módu, ze kterého je možné spustit instalátor. Verze NetInstall umožňuje instalaci přes FTP nebo instalaci Kubuntu a dalších oficiálních derivátů Ubuntu. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Domovská stránka:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Popis:</b> xPUD je nenáročná distribuce s "kioskovým" rozhraním s webovým prohlížečem a multimediálním přehrávačem.<br/><b>Install Notes:</b> Spustitelná verze načte celý systém do RAM, odkud je následně zaveden. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Popis:</b> Xubuntu je oficiální větev ubuntu používající XFCE.<br/><b>Instalační poznámky:</b> Live varianta umožní spuštit Live mód, z kterého je možné spustit instalátor. NetInstall umožní instalaci přes FTP a zvládne instalovat Xubuntu i další větve Ubuntu. Pokud byste chtěli použít předstažený alternativní (ne desktopový) ISO obraz, vyberte možnost HdMedia a pak vložte alternativní ISO obraz do kořenového adresáře vašeho disku nebo flash disku <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Popis:</b> Zenwalk je distribuce založená na Slackwaru s pracovním prostředím XFCE.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Domovská stránka:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Popis:</b> EeePCLinuxOS je uživatelsky přívětivá distribuce postavená na PCLinuxOS určená pro počítače EeePC.<br/><b>Poznámky:</b> Před odsouhlasením instalace se ujistěte, že je médium prázdné a naformátované. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Domovská stránka:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Popis:</b> Ubuntu Eee není jen Ubuntu upravené pro Asus Eee PC. Je to operační systém používající rozhraní Netbook Remix a upřednostňující nejlepší software před svobodnými alternativami (např. Skype místo Ekiga).<br/><b>Popis:</b> Před odsouhlasením instalace se ujistěte, že je médium prázdné a naformátované. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/<b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribuce založená na Debianu a přinášející správce oken Enlightenment.<br/><b>Poznámky:</b> Živá (Live) verze umožňuje spuštění systému přímo z CD s možností spuštění instalace. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Domovská stránka:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Popis:</b> Kiwi Linux je derivát Ubuntu určený převážně pro rumunsky, maďarsky a anglicky mluvící uživatele.<br/><b>Poznámky:</b> Před odsouhlasením instalace se ujistěte, že je médium prázdné a naformátované. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je velmi kvalitní linuxová distribuce, která staví na Ubuntu a přináší zcela svobodný systém prostý všech binárních součástí a licenčně problematických balíků.<br/><b>Poznámky:</b> Před odsouhlasením instalace se ujistěte, že je médium prázdné a naformátované. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Domovská stránka:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Popis:</b> NimbleX je malá, všestranná distrubuce založená na Slackware. Je sestavena pomocí linux-live skriptů a používá KDE. Může startovat z CD nebo flash disku, lze ji snadno upravovat a rozšiřovat<br/><b>Instalační poznámky:</b> NimbleX startuje v Live módu. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Domovská stránka:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Popis:</b> SliTaz je "lehkotonážní" mikrodistribuce zaměřená na desktopy. <br/><b>Poznámky:</b> Spustitelná verze načte celý systém do RAM, odkud je následně zaveden, instalace tedy není nutná, ale je možná. Instalátor je založen na <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Domovská stránka:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Popis:</b> xPUD je malá distribuce přinášející kioskové rozhraní s webovým prohlížečem a multimediálním přehrávačem.<br/><b>Poznámky:</b> Spustitelná verze načte celý systém do RAM, odkud je následně zaveden. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vyberte z nabídky podporovaných distribucí &Distribution &Distribuce Specify a disk image file to load Výběr obrazu disku Disk&image &Obraz disku Manually specify a kernel and initrd to load Ruční výběr jádra a initrd &Custom &Vlastní Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return Zpět Cancel Ukončit Esc Esc Reboot Now Restartovat nyní Exit Ukončit 1. Downloading Files 1. Stahování dat 2. Extracting and Copying Files 2. Rozbalování a kopírování dat 3. Installing Bootloader 3. Instalace zavaděče 4. Installation Complete, Reboot 4. Instalace je kompletní, restart Select the target drive to install to Vyberte zařízení pro instalaci Dri&ve: Zaříz&ení Select the installation target type Vyberte typ zařízení pro instalaci &Type: &Typ: Select the distribution version Vyberte verzi distribuce Select disk image file Vyberte soubor s obrazem disku ... ... Select the disk image type Zvolte typ obrazu disku Specify a floppy/hard disk image, or CD image (ISO) file to load Vyberte obraz disku/diskety nebo obraz CD (ISO) Specify a kernel file to load Výběr souboru s jádrem Select kernel file Vyberte soubor s jádrem Specify an initrd file to load Výběr souboru initrd Select initrd file Vyberte soubor initrd Select syslinux.cfg or isolinux.cfg file Vyberte soubor syslinux.cfg nebo isolinux.cfg Specify parameters and options to pass to the kernel Výběr parametrů a voleb jádra &Kernel: &Jádro: Init&rd: Init&rd: &Options: V&olby: uninstaller Uninstallation Complete Odinstalace byla úspěšně dokončena %1 has been uninstalled. %1byl odinstalován. Must run as root Spuštění s právy superuživatele %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 musí být spuštěn s právy superuživatele. Zavřete jej a znovu spusťte použitím:<br/><b>sudo %1</b><br/>nebo:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 odinstalátor %1 is currently installed. Remove the existing version? %1 je již nainstalován. Přejete si existující verzi odstranit? unetbootin_custom.ts0000664000175000017500000021555611730653576013701 0ustar gezageza customver iscustomver-no iscustomver-yes Custom UNetbootin Build Ubuntu LiveUSB Creator amd64 amd64 i386 i386 Distro Name 1 Ubuntu <b>Homepage:</b> <a href="http://www.distro1site.org">http://www.distro1site.org</a><br/><b>Description:</b> This distro 1 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 1. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> This version allows for booting in Live mode, from which the installer can optionally be launched. default-distro1version-1.0 8.04.1 distro1version-1.0 8.04.1 http://distro1site.org/distro-release-%1/distro-architecture%2.iso http://releases.ubuntu.com/%1/ubuntu-%1-desktop-%2.iso distro1format-iso distro1format-iso Distro Name 2 Kubuntu <b>Homepage:</b> <a href="http://www.distro2site.org">http://www.distro2site.org</a><br/><b>Description:</b> This distro 2 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 2. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop environment.<br/><b>Install Notes:</b> This version allows for booting in Live mode, from which the installer can optionally be launched. default-distro2version-1.0 8.04.1 distro2version-1.0 8.04.1 http://distro2site.org/distro-release-%1/distro-architecture%2.iso http://releases.ubuntu.com/kubuntu/%1/kubuntu-%1-desktop-%2.iso distro2format-iso distro2format-iso Distro Name 3 Xubuntu <b>Homepage:</b> <a href="http://www.distro3site.org">http://www.distro3site.org</a><br/><b>Description:</b> This distro 3 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 3. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop environment.<br/><b>Install Notes:</b> This version allows for booting in Live mode, from which the installer can optionally be launched. default-distro3version-1.0 8.04.1 distro3version-1.0 8.04.1 http://distro3site.org/distro-release-%1/distro-architecture%2.iso http://cdimages.ubuntu.com/xubuntu/releases/%1/release/xubuntu-%1-desktop-%2.iso distro3format-iso distro3format-iso Distro Name 4 Ubuntu NetInstall <b>Homepage:</b> <a href="http://www.distro4site.org">http://www.distro4site.org</a><br/><b>Description:</b> This distro 4 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 4. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> This version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. default-distro4version-1.0 hardy distro4version-1.0 hardy http://distro4site.org/distro-release-%1/distro-architecture%2.iso http://archive.ubuntu.com/ubuntu/dists/%1/main/installer-%2/current/images/netboot/boot.img.gz distro4format-iso distro4format-img Distro Name 5 <b>Homepage:</b> <a href="http://www.distro5site.org">http://www.distro5site.org</a><br/><b>Description:</b> This distro 5 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 5. default-distro5version-1.0 distro5version-1.0 http://distro5site.org/distro-release-%1/distro-architecture%2.iso distro5format-iso Distro Name 6 <b>Homepage:</b> <a href="http://www.distro6site.org">http://www.distro6site.org</a><br/><b>Description:</b> This distro 6 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 6. default-distro6version-1.0 distro6version-1.0 http://distro6site.org/distro-release-%1/distro-architecture%2.iso distro6format-iso Distro Name 7 <b>Homepage:</b> <a href="http://www.distro7site.org">http://www.distro7site.org</a><br/><b>Description:</b> This distro 7 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 7. default-distro7version-1.0 distro7version-1.0 http://distro7site.org/distro-release-%1/distro-architecture%2.iso distro7format-iso Distro Name 8 <b>Homepage:</b> <a href="http://www.distro8site.org">http://www.distro8site.org</a><br/><b>Description:</b> This distro 8 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 8. default-distro8version-1.0 distro8version-1.0 http://distro8site.org/distro-release-%1/distro-architecture%2.iso distro8format-iso Distro Name 9 <b>Homepage:</b> <a href="http://www.distro9site.org">http://www.distro9site.org</a><br/><b>Description:</b> This distro 9 is unique and great in these ways.<br/><b>Install Notes:</b> You will have to do this to install this distribution 9. default-distro9version-1.0 distro9version-1.0 http://distro9site.org/distro-release-%1/distro-architecture%2.iso distro9format-iso someotherversion1-1 someotherversion1-1_x64 8.04.1_x64 someotherversion1-1_Live someotherversion1-1_Live_x64 someotherversion1-2 7.10 someotherversion1-2_x64 7.10_x64 someotherversion1-2_Live someotherversion1-2_Live_x64 someotherversion1-3 7.04 someotherversion1-3_x64 7.04_x64 someotherversion1-3_Live someotherversion1-3_Live_x64 someotherversion1-4 6.10 someotherversion1-4_x64 6.10_x64 someotherversion1-4_Live someotherversion1-4_Live_x64 someotherversion1-5 someotherversion1-5_x64 someotherversion1-5_Live someotherversion1-5_Live_x64 someotherversion1-6 someotherversion1-6_x64 someotherversion1-6_Live someotherversion1-6_Live_x64 someotherversion1-7 someotherversion1-7_x64 someotherversion1-7_Live someotherversion1-7_Live_x64 someotherversion1-8 someotherversion1-8_x64 someotherversion1-8_Live someotherversion1-8_Live_x64 someotherversion1-9 someotherversion1-9_x64 someotherversion1-9_Live someotherversion1-9_Live_x64 someotherversion2-1 someotherversion2-1_x64 8.04.1_x64 someotherversion2-1_Live someotherversion2-1_Live_x64 someotherversion2-2 7.10 someotherversion2-2_x64 7.10_x64 someotherversion2-2_Live someotherversion2-2_Live_x64 someotherversion2-3 7.04 someotherversion2-3_x64 7.04_x64 someotherversion2-3_Live someotherversion2-3_Live_x64 someotherversion2-4 6.10 someotherversion2-4_x64 6.10_x64 someotherversion2-4_Live someotherversion2-4_Live_x64 someotherversion2-5 someotherversion2-5_x64 someotherversion2-5_Live someotherversion2-5_Live_x64 someotherversion2-6 someotherversion2-6_x64 someotherversion2-6_Live someotherversion2-6_Live_x64 someotherversion2-7 someotherversion2-7_x64 someotherversion2-7_Live someotherversion2-7_Live_x64 someotherversion2-8 someotherversion2-8_x64 someotherversion2-8_Live someotherversion2-8_Live_x64 someotherversion2-9 someotherversion2-9_x64 someotherversion2-9_Live someotherversion2-9_Live_x64 someotherversion3-1 someotherversion3-1_x64 8.04.1_x64 someotherversion3-1_Live someotherversion3-1_Live_x64 someotherversion3-2 7.10 someotherversion3-2_x64 7.10_x64 someotherversion3-2_Live someotherversion3-2_Live_x64 someotherversion3-3 7.04 someotherversion3-3_x64 7.04_x64 someotherversion3-3_Live someotherversion3-3_Live_x64 someotherversion3-4 6.10 someotherversion3-4_x64 6.10_x64 someotherversion3-4_Live someotherversion3-4_Live_x64 someotherversion3-5 someotherversion3-5_x64 someotherversion3-5_Live someotherversion3-5_Live_x64 someotherversion3-6 someotherversion3-6_x64 someotherversion3-6_Live someotherversion3-6_Live_x64 someotherversion3-7 someotherversion3-7_x64 someotherversion3-7_Live someotherversion3-7_Live_x64 someotherversion3-8 someotherversion3-8_x64 someotherversion3-8_Live someotherversion3-8_Live_x64 someotherversion3-9 someotherversion3-9_x64 someotherversion3-9_Live someotherversion3-9_Live_x64 someotherversion4-1 someotherversion4-1_x64 hardy_x64 someotherversion4-1_Live someotherversion4-1_Live_x64 someotherversion4-2 gutsy someotherversion4-2_x64 gutsy_x64 someotherversion4-2_Live someotherversion4-2_Live_x64 someotherversion4-3 feisty someotherversion4-3_x64 feisty_x64 someotherversion4-3_Live someotherversion4-3_Live_x64 someotherversion4-4 edgy someotherversion4-4_x64 edgy_x64 someotherversion4-4_Live someotherversion4-4_Live_x64 someotherversion4-5 dapper someotherversion4-5_x64 dapper_x64 someotherversion4-5_Live someotherversion4-5_Live_x64 someotherversion4-6 someotherversion4-6_x64 someotherversion4-6_Live someotherversion4-6_Live_x64 someotherversion4-7 someotherversion4-7_x64 someotherversion4-7_Live someotherversion4-7_Live_x64 someotherversion4-8 someotherversion4-8_x64 someotherversion4-8_Live someotherversion4-8_Live_x64 someotherversion4-9 someotherversion4-9_x64 someotherversion4-9_Live someotherversion4-9_Live_x64 someotherversion5-1 someotherversion5-1_x64 someotherversion5-1_Live someotherversion5-1_Live_x64 someotherversion5-2 someotherversion5-2_x64 someotherversion5-2_Live someotherversion5-2_Live_x64 someotherversion5-3 someotherversion5-3_x64 someotherversion5-3_Live someotherversion5-3_Live_x64 someotherversion5-4 someotherversion5-4_x64 someotherversion5-4_Live someotherversion5-4_Live_x64 someotherversion5-5 someotherversion5-5_x64 someotherversion5-5_Live someotherversion5-5_Live_x64 someotherversion5-6 someotherversion5-6_x64 someotherversion5-6_Live someotherversion5-6_Live_x64 someotherversion5-7 someotherversion5-7_x64 someotherversion5-7_Live someotherversion5-7_Live_x64 someotherversion5-8 someotherversion5-8_x64 someotherversion5-8_Live someotherversion5-8_Live_x64 someotherversion5-9 someotherversion5-9_x64 someotherversion5-9_Live someotherversion5-9_Live_x64 someotherversion6-1 someotherversion6-1_x64 someotherversion6-1_Live someotherversion6-1_Live_x64 someotherversion6-2 someotherversion6-2_x64 someotherversion6-2_Live someotherversion6-2_Live_x64 someotherversion6-3 someotherversion6-3_x64 someotherversion6-3_Live someotherversion6-3_Live_x64 someotherversion6-4 someotherversion6-4_x64 someotherversion6-4_Live someotherversion6-4_Live_x64 someotherversion6-5 someotherversion6-5_x64 someotherversion6-5_Live someotherversion6-5_Live_x64 someotherversion6-6 someotherversion6-6_x64 someotherversion6-6_Live someotherversion6-6_Live_x64 someotherversion6-7 someotherversion6-7_x64 someotherversion6-7_Live someotherversion6-7_Live_x64 someotherversion6-8 someotherversion6-8_x64 someotherversion6-8_Live someotherversion6-8_Live_x64 someotherversion6-9 someotherversion6-9_x64 someotherversion6-9_Live someotherversion6-9_Live_x64 someotherversion7-1 someotherversion7-1_x64 someotherversion7-1_Live someotherversion7-1_Live_x64 someotherversion7-2 someotherversion7-2_x64 someotherversion7-2_Live someotherversion7-2_Live_x64 someotherversion7-3 someotherversion7-3_x64 someotherversion7-3_Live someotherversion7-3_Live_x64 someotherversion7-4 someotherversion7-4_x64 someotherversion7-4_Live someotherversion7-4_Live_x64 someotherversion7-5 someotherversion7-5_x64 someotherversion7-5_Live someotherversion7-5_Live_x64 someotherversion7-6 someotherversion7-6_x64 someotherversion7-6_Live someotherversion7-6_Live_x64 someotherversion7-7 someotherversion7-7_x64 someotherversion7-7_Live someotherversion7-7_Live_x64 someotherversion7-8 someotherversion7-8_x64 someotherversion7-8_Live someotherversion7-8_Live_x64 someotherversion7-9 someotherversion7-9_x64 someotherversion7-9_Live someotherversion7-9_Live_x64 someotherversion8-1 someotherversion8-1_x64 someotherversion8-1_Live someotherversion8-1_Live_x64 someotherversion8-2 someotherversion8-2_x64 someotherversion8-2_Live someotherversion8-2_Live_x64 someotherversion8-3 someotherversion8-3_x64 someotherversion8-3_Live someotherversion8-3_Live_x64 someotherversion8-4 someotherversion8-4_x64 someotherversion8-4_Live someotherversion8-4_Live_x64 someotherversion8-5 someotherversion8-5_x64 someotherversion8-5_Live someotherversion8-5_Live_x64 someotherversion8-6 someotherversion8-6_x64 someotherversion8-6_Live someotherversion8-6_Live_x64 someotherversion8-7 someotherversion8-7_x64 someotherversion8-7_Live someotherversion8-7_Live_x64 someotherversion8-8 someotherversion8-8_x64 someotherversion8-8_Live someotherversion8-8_Live_x64 someotherversion8-9 someotherversion8-9_x64 someotherversion8-9_Live someotherversion8-9_Live_x64 someotherversion9-1 someotherversion9-1_x64 someotherversion9-1_Live someotherversion9-1_Live_x64 someotherversion9-2 someotherversion9-2_x64 someotherversion9-2_Live someotherversion9-2_Live_x64 someotherversion9-3 someotherversion9-3_x64 someotherversion9-3_Live someotherversion9-3_Live_x64 someotherversion9-4 someotherversion9-4_x64 someotherversion9-4_Live someotherversion9-4_Live_x64 someotherversion9-5 someotherversion9-5_x64 someotherversion9-5_Live someotherversion9-5_Live_x64 someotherversion9-6 someotherversion9-6_x64 someotherversion9-6_Live someotherversion9-6_Live_x64 someotherversion9-7 someotherversion9-7_x64 someotherversion9-7_Live someotherversion9-7_Live_x64 someotherversion9-8 someotherversion9-8_x64 someotherversion9-8_Live someotherversion9-8_Live_x64 someotherversion9-9 someotherversion9-9_x64 someotherversion9-9_Live someotherversion9-9_Live_x64 unetbootin_da.ts0000664000175000017500000024367012154035430012731 0ustar gezageza Danish translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-03-08 17:47+0000 Last-Translator: Martin Finnerup <Unknown> Language-Team: Danish <da@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Venstre mod Højre unetbootin Hard Disk Harddisk USB Drive USB-drev ISO ISO Floppy Diskette either enten LiveUSB persistence LiveUSB vedholdenhed FAT32-formatted USB drive FAT32-formateret USB drev EXT2-formatted USB drive EXT2-formateret USB drev Open Disk Image File Åben Disk Billede Fil All Files Alle filer All Files (*) Alle Filer (*) Open Kernel File Åben Kernel Fil Open Initrd File Åben Initrd Fil Open Bootloader Config File Åben Bootloaderens Konfigurationsfil Insert a USB flash drive Insæt et USB flash drev No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Der blev ikke fundet noget USB flash drev. Hvis du allerede har indsat et USB drev, så prøv at genformatere det i FAT32 filsystemet. %1 not mounted %1 ikke monteret You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du skal først montere USB drevet %1 til et monteringspunkt. De fleste distributioner vil gøre dette automatisk efter at du har fjernet og genindsat USB drevet. Select a distro Vælg en distribution You must select a distribution to load. Du skal vælge en distribution til indlæsning. Select a disk image file Vælg en disk billede fil You must select a disk image file to load. Du skal vælge en disk billede fil til indlæsning. Select a kernel and/or initrd file Vælg en kernel og/eller initrd fil You must select a kernel and/or initrd file to load. Du skal vælge en kernel og/eller initrd fil til indlæsning. Diskimage file not found Disk billede filen blev ikke fundet The specified diskimage file %1 does not exist. Den valgte disk billede fil %1 eksisterer ikke. Kernel file not found Kernel fil blev ikke fundet The specified kernel file %1 does not exist. Den valgte kernel fil %1 eksisterer ikke. Initrd file not found Initrd fil blev ikke fundet The specified initrd file %1 does not exist. Den valgte initrd fil %1 eksisterer ikke. %1 exists, overwrite? %1 findes allerede, overskriv? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Filen %1 eksisterer allerede. Tryk 'Ja til alt' for at overskrive uden at blive spurgt igen, 'Ja' for at overskrive filer på individuel basis, og 'Nej' for at beholde den eksisterende version. Er du i tvivl, så tryk 'Ja til alt'. %1 is out of space, abort installation? %1 har ikke mere plads, afbryd installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Biblioteket %1 har ikke mere plads. Tryk 'Ja' for at afslutte installationen, 'Nej' for at ignorere denne fejl og forsøg at fortsætte installationen, og 'Nej til alt' for at ignorere alle pladsmangel fejl. Locating kernel file in %1 Lokaliserer kernefil i %1 Copying kernel file from %1 Kopierer kernefil fra %1 Locating initrd file in %1 Lokaliserer initrd-fil i %1 Copying initrd file from %1 Kopierer initrd-fil fra %1 Extracting bootloader configuration Udtrækker bootloader-konfiguration <b>Extracting compressed iso:</b> %1 <b>Udpakker komprimeret iso:</b> %1 Copying file, please wait... Kopierer fil, vent venligst... <b>Source:</b> <a href="%1">%1</a> <b>Kilde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destination:</b> %1 <b>Copied:</b> 0 bytes <b>Kopieret:</b> 0 bytes Extracting files, please wait... Udpakker filer, vent venligst... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Kilde:</b> <b>Destination:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Udpakket:</b> 0 ud af %1 filer <b>Source:</b> %1 (%2) <b>Kilde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Udpakket:</b> %1 ud af %2 filer Downloading files, please wait... Henter filer, vent venligst.... <b>Downloaded:</b> 0 bytes <b>Hentet:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Download af %1 %2 fra %3 mislykkedes. Prøv venligst at downloade ISO filen direkte fra hjemmesiden, og tilføj den via "diskimage" valgmuligheden. <b>Downloaded:</b> %1 of %2 <b>Hentet:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Kopieret:</b> %1 af %2 Searching in <a href="%1">%1</a> Søger i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 fundet i <a href="%3">%3</a> %1 not found %1 ikke fundet %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ikke fundet. Denne er krævet for %2 kunne installere. Installer "%3" pakken eller den tilsvarende for din distribution. (Current) (Nuværende) (Done) (Færdig) Configuring grub2 on %1 Konfigurerer grub2 på %1 Configuring grldr on %1 Konfigurerer grldr på %1 Configuring grub on %1 Konfigurerer grub på %1 Installing syslinux to %1 Installerer syslinux på %1 Installing extlinux to %1 Installerer extlinux på %1 Syncing filesystems Synkroniserer filsystemer Setting up persistence Opsætning af vedholdenhed After rebooting, select the Efter genstart, vælg After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Efter genstart, vælg USB opstarts muligheden i BIOS boot menuen.%1 Genstart nu? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Den oprettede USB enhed vil ikke kunne starte op fra en Mac. Indsæt den i en PC, og vælg USB opstartsmulighed i BIOS opstartsmenuen.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIGTIGT* Før du genstarter, bedes du placere en Ubuntu alternate (ikke desktop) installations-iso-fil i rodkataloget på din harddisk eller USB drev. En sådan kan hentes fra cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. Gå til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'mirrors.kernel.org' når du bliver spurgt efter server, og indtast '/centos/%1/os/%2' når du bliver spurgt efter mappe. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIGTIGT* Før du genstarter, bedes du placere en Debian installations-iso-fil i rodkataloget på din harddisk eller USB drev. En sådan kan hentes fra cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. Gå til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.fedora.redhat.com' når du bliver spurgt efter server, og indtast '/pub/fedora/linux/development/%1/os' når du bliver spurgt efter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. Gå til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.fedora.redhat.com' når du bliver spurgt efter server, og indtast '/pub/fedora/linux/releases/%1/Fedora/%2/os' når du bliver spurgt efter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. Gå til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.opensuse.org' når du bliver spurgt efter server, og indtast '/factory/repo/oss' når du bliver spurgt efter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIGTIGT* Efter genstart, skal du ignorer eventuelle fejlbeskeder og vælge 'tilbage' hvis du bliver spurgt efter en CD. Gå til hovedmenuen, vælg 'Start installation', vælg 'Netværk' som kilde, vælg 'HTTP' som protokol, indtast 'download.opensuse.org' når du bliver spurgt efter server, og indtast '/distribution/%1/repo/oss' når du bliver spurgt efter mappe. == Select Distribution == == Vælg Distribution == == Select Version == == Vælg Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Velkommen til <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, den Universelle Netboot Installer. Anvendelse:<ol><li>Vælg en distribution og version fra listen oven over til download, eller specificer manuelt filer/filen neden under.</li><li>Vælg installations type, og tryk OK for at begynde installationen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Hjemmeside:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Beskrivelse:</b> Arch Linux er en letvægts-distribution optimeret for hastighed of fleksibilitet.<br/><b>Installationsnoter:</b> Standardudgaven tillader installation over internettet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beskrivelse:</b> BackTrack er en distribution, som fokuserer på netværksanalyse og indtrængningstest.<br/><b>Installationsnoter:</b> BackTrack startes op og kører i live mode; ingen installation kræves for at bruge den. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beskrivelse:</b> CentOS er en gratis Red Hat Enterprise Linux klon.<br/><b>Installations Noter:</b> Standard versionen tillader både installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beskrivelse:</b> CloneZilla er en distribution beregnet for disk backup and imaging.<br/><b>Installations Noter:</b> CloneZilla bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beskrivelse:</b> Damn Small Linux er en minimalistisk distribution designet til ældre computere.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i RAM og booter fra hukommelsen, så installation er ikke nødvendig, men kan vælges. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Beskrivelse:</b> Debian er en community-udviklet Linux distribution som understøtter et stort antal arkitekturer og tilbyder en stor samling programpakker.<br/><b>Installationsnoter:</b> NetInstall udgaven tillader installation over FTP. Hvis du ønsker at bruge en allerede downloaded installations-iso-fil, skal du benytte HdMedia valgmuligheden, og så placere installations-iso-filen i rodkataloget på din harddisk eller USB-drev. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Beskrivelse:</b> Dreamlinux er en brugervenlig Debian-baseret distribution.<br/><b>Installation Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Beskrivelse:</b> Dr.Web AntiVirus er et anti-virus emergency kit til gendannelse af systemer der er brudt ned på grund af malware.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan starte malware scanning. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Forside:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Beskrivelse:</b> Elive er en Debian-baseret distribution med Enlightenment vindues håndtering.<br/><b>Installationsnoter:</b> Live versionen tillader opstart i Live mode, hvor installationsprogrammet eventuelt kan startes. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Beskrivelse:</b> Fedora er en Red Hat sponseret community distribution indeholdende det sidste nye gratis/åbne software.<br/><b>Install Notes:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. NetInstall versionen tillader installation over FTP og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Beskrivelse:</b> FreeBSD er et alsidigt Unix-lignende operativ system designet for skalerbarhed og ydeevne.<br/><b>Install Notes:</b> Standard versionen tillader både installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Hjemmeside:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Beskrivelse:</b> FreeDOS er en fri MS-DOS Kompatibelt operativsystem.<br/><b>Installations Noter:</b> Se <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installations detaljer. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Forside:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Beskrivelse:</b> FreeNAS er en indlejret open source NAS (Network-Attached Storage) distribution baseret på FreeBSD.<br/><b>Installationsnoter:</b> LiveCD versionen opretter et RAM drev til FreeNAS, og bruger en FAT formatteret floppy disk eller USB nøgle til at gemme konfigurationsfilen. Den indlejrede version tillader installation til hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Beskrivelse:</b> Frugalware er en alsidig Slackware-baseret distribution til avancerede brugere.<br/><b>Installations Noter:</b> Standard versionen tillader både installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense er en Free Software Foundation-godkendt distribution baseret på Ubuntu hvor alle ikke-frie komponenter er fjernet. <br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Beskrivelse:</b> Gujin er en grafisk boot manager som kan bootstrappe forskellige biblioteker og filer.<br/><b>Install Notes:</b> Gujin bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Beskrivelse:</b> Kaspersky Rescue Disk finder og fjerner malware fra din Windows installation.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan starte scanning for malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Beskrivelse:</b> Linux Mint er en brugervenlig Ubuntu-baseret distribution som inkluderer ekstra proprietære codecs og andet software som standard.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Hjemmeside:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Beskrivelse:</b> Mandriva er en brugervenlig distribution tidligere kendt som Mandrake Linux.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. NetInstall versionen tillader installation over internettet (FTP) eller via forud hentede <a href="http://www.mandriva.com/en/download">"Free" ISO filer</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Beskrivelse:</b> MEPIS er en Debian-baseret distribution. SimplyMEPIS er en brugervenlig version baseret på KDE, mens AntiX er en letvægts version for ældre computere.<br/><b>Installations Noter:</b> MEPIS tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Beskrivelse:</b> openSUSE er en brugervenlig Novell sponsoreret distribution.<br/><b>Installations Noter:</b> Standard versionen tillader både installation over internettet (FTP), og offline installation ved hjælp af forud hentede installations ISO filer. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Beskrivelse:</b> Ophcrack kan bryde Windows kodeord.<br/><b>Installations Noter:</b> Ophcrack bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Beskrivelse:</b> Parted Magic indeholder GParted partition manager og andre værktøjer som kan ændre størrelse, kopiere, tage backup af og manipulere disk partitioner.<br/><b>Installations Noter:</b> Parted Magic bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Beskrivelse:</b> Puppy Linux er en letvægts distribution designet for ældre computere.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen, så installation er ikke nødvendig, men kan vælges. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Hjemmeside:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beskrivelse:</b> Sabayon Linux er en Gentoo-baset Live DVD distribution som anvender Entropy binær pakke manageren foruden den kildebaserede Portage.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. LiteMCE udgaven er på 2 GB, mens den fulde version behøver et 8 GB USB drev. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beskrivelse:</b> Slax er en Slackware-baseret distribution der anvender KDE desktoppen.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra man kan vælge at starte installation. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en letvægts, skrivebords-orienteret mikro distribution.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen, så installation er ikke nødvendig, men kan vælges. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beskrivelse:</b> Smart Boot Manager er en bootloader som kan håndtere nogle boot-relaterede BIOS begrænsninger og fejl.<br/><b>Installations Noter:</b> SBM bootes og køres i live mode; ingen installation nødvendig for brug. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beskrivelse:</b> Super Grub Disk er en bootloader som kan udføre et bredt udvalg af MBR og bootloader reparations opgaver.<br/><b>Installations Noter:</b> SGD simpelthen booter og kører; ingen installation er nødvendig for at bruge den. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er en letvægts distribution indeholdende en simpel kiosk-lignende brugerflade med webbrowser og mediespiller.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM and booter fra hukommelsen. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beskrivelse:</b> Zenwalk er en Slackware-baseret distribution indeholdende XFCE desktoppen.<br/><b>Installations Noter:</b> Live versionen tillader booting i Live mode, hvorfra du kan vælge at starte installationen. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Hjemmeside:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beskrivelse:</b> EeePCLinuxOS er en brugervenlig PCLinuxOS baseret distribution for EeePC.<br/><b>Installations Noter:</b> Vær sikker på at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Hjemmeside:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beskrivelse:</b> Ubuntu Eee er ikke kun Ubuntu optimeret for Asus Eee PC. Det er et operativsystem der bruger Netbook Remix brugerfladen, som favoriserer det bedste software tilgængeligt i stedet for open source alternatives (f.eks. Skype i stedet for Ekiga).<br/><b>Installations Noter:</b>Vær sikker på at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Hjemmeside:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beskrivelse:</b> Kiwi Linux er en Ubuntu variant primært lavet for Rumænien, Ungarn og Engelsktalende brugere.<br/><b>Installations Noter:</b> Vær sikker på at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense er en høj-kvalitets GNU/Linux distribution som udvider og forbedrer Ubuntu til et komplet fri operativsystem uden nogen binære "blobs" og uden proprietær software.<br/><b>Installations Noter:</b> Vær sikker på at installations mediet er tomt og formateret før du fortsætter med installationen. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en letvægts, desktop-orienteret micro distribution.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen, så installation er ikke nødvendig, men kan vælges. Denne installer er baseret på <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er en letvægts distribution indeholdende en simpel kiosk-lignende brugerflade med en webbrowser og medieafspiller.<br/><b>Installations Noter:</b> Live versionen læser hele systemet ind i dine RAM og booter fra hukommelsen. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vælg fra en liste af tilgængelige distributioner &Distribution &Distribution Specify a disk image file to load Vælg en disk billede fil til indlæsning Disk&image D&isk billede Manually specify a kernel and initrd to load Vælg en kernel og initrd fil til indlæsning manuelt &Custom &Brugerdefineret Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return Enter Cancel Annullér Esc Esc Reboot Now Genstart nu Exit Afslut 1. Downloading Files 1. Henter filer 2. Extracting and Copying Files 2. Udpakker og kopierer filer 3. Installing Bootloader 3. Installerer bootloader 4. Installation Complete, Reboot 4. Installation færdig, Genstart Select the target drive to install to Vælg destinations drev for installationen Dri&ve: Dre&v: Select the installation target type Vælg hvilket type medie du vil skrive til &Type: &Type: Select the distribution version Vælg distributions version Select disk image file Vælg disk billede fil ... ... Select the disk image type Vælg disk billede type Specify a floppy/hard disk image, or CD image (ISO) file to load Vælg et floppy/hard disk billede, eller CD aftryk (ISO) fil til indlæsning Specify a kernel file to load Vælg en kernel fil til indlæsning Select kernel file Vælg kernel fil Specify an initrd file to load Vælg en initrd fil til indlæsning Select initrd file Vælg initrd fil Select syslinux.cfg or isolinux.cfg file Vælg syslinux.cfg eller isolinux.cfg fil Specify parameters and options to pass to the kernel Specificer parametre og indstillinger for kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Indstillinger uninstaller Uninstallation Complete Afinstallation færdig %1 has been uninstalled. %1 er blevet afinstalleret. Must run as root Skal køre som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Afinstallation %1 is currently installed. Remove the existing version? %1 er installeret nu. Fjern den eksisterende version? unetbootin_de.ts0000664000175000017500000026674312154035430012743 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-01-27 14:48+0000 Last-Translator: Dennis Baudys <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) unetbootin You must select a distribution to load. Eine Distribution muss ausgewählt werden. Hard Disk Festplatte USB Drive USB-Laufwerk ISO ISO Floppy Diskettenlaufwerk either entweder LiveUSB persistence LiveUSB-Persistenz FAT32-formatted USB drive FAT32-formatiertes USB-Laufwerk EXT2-formatted USB drive EXT2-formatiertes USB-Laufwerk Open Disk Image File Abbilddatei öffnen All Files Alle Dateien All Files (*) Alle Dateien (*) Open Kernel File Kernel-Datei öffnen Open Initrd File Initrd-Datei öffnen Open Bootloader Config File Boot-Loader-Konfigurationsdatei öffnen Insert a USB flash drive USB-Wechseldatenträger anschließen No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Es wurden keine USB-Laufwerke gefunden. Falls bereits ein USB-Wechseldatenträger angeschlossen wurde, versuchen Sie, diesen mit FAT32 erneut zu formatieren. %1 not mounted %1 nicht eingehängt You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Sie müssen das USB-Laufwerk %1 erst einhängen. Die meisten Distributionen werden dies automatisch tun, nachdem Sie das USB-Laufwerk ausgeworfen und wieder eingesteckt haben. Select a distro Distribution wählen Select a disk image file Abbilddatei wählen You must select a disk image file to load. Sie müssen eine Abbilddatei auswählen, die geladen werden soll. Select a kernel and/or initrd file Wählen Sie eine Kernel- und/oder initrd-Datei You must select a kernel and/or initrd file to load. Sie müssen eine Kernel- und/oder initrd-Datei auswählen, die geladen werden soll. Diskimage file not found Abbilddatei nicht gefunden The specified diskimage file %1 does not exist. Die angegebene Abbilddatei %1 existiert nicht. Kernel file not found Kernel-Datei nicht gefunden The specified kernel file %1 does not exist. Die angegebene Kernel-Datei %1 existiert nicht. Initrd file not found Initrd-Datei nicht gefunden The specified initrd file %1 does not exist. Die angegebene initrd-Datei %1 existiert nicht. %1 exists, overwrite? %1 besteht bereits, überschreiben? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Die Datei %1 besteht bereits. Wählen Sie »Ja, alle«, um diese und alle weiteren bestehenden Dateien zu überschreiben, »Ja«, um diese Datei zu überschreiben und bei jeder weiteren Datei zu wählen oder »Nein«, um Ihre bestehende Version zu behalten. Im Zweifelsfall wählen Sie bitte »Ja, alle«. %1 is out of space, abort installation? %1 hat keinen Speicherplatz mehr frei, Installation abbrechen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Das Verzeichnis %1 hat keinen Speicherplatz mehr frei. Klicken Sie auf »Ja«, um die Installation abzubrechen; auf »Nein«, um diesen Fehler zu ignorieren und mit der Installation fortzufahren oder auf »Nein, alle«, um alle diese Fehler zu ignorieren. Locating kernel file in %1 Kernel-Datei wird in %1 gesucht Copying kernel file from %1 Kernel-Datei wird von %1 kopiert Locating initrd file in %1 Initrd-Datei wird in %1 gesucht Copying initrd file from %1 Initrd-Datei wird von %1 kopiert Extracting bootloader configuration Einstellung für Startverwalter wird extrahiert <b>Extracting compressed iso:</b> %1 <b>Extrahiere komprimiertes Abbild:</b> %1 Copying file, please wait... Datei wird kopiert, bitte warten … <b>Source:</b> <a href="%1">%1</a> <b>Quelle:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Ziel:</b> %1 <b>Copied:</b> 0 bytes <b>Kopiert:</b> 0 byte Extracting files, please wait... Extrahiere Dateien, bitte warten … <b>Archive:</b> %1 <b>Archiv:</b> %1 <b>Source:</b> <b>Quelle:</b> <b>Destination:</b> <b>Ziel:</b> <b>Extracted:</b> 0 of %1 files <b>Extrahiert:</b> 0 von %1 Dateien <b>Source:</b> %1 (%2) <b>Quelle:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Ziel:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extrahiert:</b> %1 von %2 Dateien Downloading files, please wait... Dateien werden heruntergeladen. Bitte warten ... <b>Downloaded:</b> 0 bytes <b>Heruntergeladen:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Herunterladen von %1 %2 von %3 gescheitert. Versuchen Sie bitte, die ISO-Datei direkt von der Webseite herunterzuladen und via Diskimage-Option bereitzustellen. <b>Downloaded:</b> %1 of %2 <b>Heruntergeladen:</b> %1 von %2 <b>Copied:</b> %1 of %2 <b>Kopiert:</b> %1 von %2 Searching in <a href="%1">%1</a> Suche in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 Übereinstimmungen in <a href="%3">%3</a> %1 not found %1 nicht gefunden %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nicht gefunden. Dies wird jedoch für %2 Installationsmodus benötigt. Installieren Sie das Paket »%3« oder das entsprechende Paket Ihrer Distribution. (Current) (Aktuell) (Done) (Erledigt) Configuring grub2 on %1 Konfiguriere Grub2 auf %1 Configuring grldr on %1 Konfiguriere Grldr auf %1 Configuring grub on %1 Konfiguriere Grub auf %1 Installing syslinux to %1 Installiere Syslinux auf %1 Installing extlinux to %1 Installiere Extlinux auf %1 Syncing filesystems Gleiche Dateisysteme ab Setting up persistence Einstellen der Persistenz After rebooting, select the Wählen Sie nach dem Neustart After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Wählen Sie nach dem Neustart die USB-Startoption im BIOS-Startmenü aus.%1 Jetzt neustarten? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Das erstellte USB Gerät wird nicht auf einem Mac booten. Schließen Sie es an einem PC an und wählen sie die USB-Boot-Option im BIOS-Menü.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *WICHTIG* Speichern Sie vor dem Neustart bitte eine Abbild-Datei von Ubuntu Alternate (nicht Desktop) im Stammverzeichnis Ihrer Festplatte oder Ihres USB-Laufwerks. Sie können diese von cdimage.ubuntu.com herunterladen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«; wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll, geben Sie »mirrors.kernel.org« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/centos/%1/os/%2« ein wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *WICHTIG* Speichern Sie vor dem Neustart bitte eine Abbild-Datei von Debian im Stammverzeichnis Ihrer Festplatte oder Ihres USB-Laufwerks. Sie können diese von cdimage.debian.com herunterladen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.fedora.redhat.com« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/pub/fedora/linux/development/%1/os« ein, wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.fedora.redhat.com« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/pub/fedora/linux/releases/%1/Fedora/%2/os« ein, wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.opensuse.org« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/factory/repo/oss« ein, wenn Sie nach dem Verzeichnis gefragt werden. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *WICHTIG* Ignorieren Sie nach dem Neustart alle Fehlermeldungen und gehen Sie zurück, falls Sie nach einer CD gefragt werden. Gehen Sie dann ins Hauptmenü und wählen Sie »Beginne Installation«. Wählen Sie »Netzwerk« als Quelle und »HTTP« als Protokoll. Geben Sie »download.opensuse.org« ein, wenn Sie nach einem Server gefragt werden und geben Sie »/distribution/%1/repo/oss« ein, wenn Sie nach dem Verzeichnis gefragt werden. == Select Distribution == == Distribution auswählen == == Select Version == == Version auswählen == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Willkommen zu <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, dem Universal Netboot Installer. Benutzung:<ol><li>Wählen Sie eine Distribution und Version aus obiger Liste zum Download oder geben Sie die zu ladenden Dateien manuell an.</li><li>Wählen Sie eine Installationsart aus und drücken Sie OK, um die Installation zu beginnen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Webseite:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Beschreibung:</b> Eine leichtgewichtige Distribution, die für Geschwindigkeit und Flexibilität optimiert ist.<br/><b>Installationshinweise:</b> Diese Version ermöglicht die Installation über das Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beschreibung:</b> BackTrack ist eine Distribution zur Netzwerkanalyse und Sicherheitsprüfung.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beschreibung:</b> CentOS ist ein freier Klon von Red Hat Enterprise-Linux.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beschreibung:</b> CloneZilla ist eine Distribution für Festplattensicherungen und -Abbilder.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webseite:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beschreibung:</b> Damn Small Linux ist eine minimalistische Distribution für ältere Rechner.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Beschreibung:</b> Debian ist eine gemeinschaftlich entwickelte Linux-Distribution und bietet eine große Auswahl an Architekturen und Software-Paketen.<br/><b>Installationshinweise:</b> Die NetInstall-Version ermöglicht die Installation über das Internet (FTP). Wenn Sie eine zuvor heruntergeladene Abbild-Datei benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Beschreibung:</b> Dreamlinux ist eine benutzerfreundliche Distribution basierend auf Debian.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Webseite:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Beschreibung:</b> Dr.Web AntiVirus ist ein Antivirus-Notfallpaket, um ein System wiederherzustellen, das durch Malware beschädigt wurde.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch und die Suche nach Schad-Software (Malware) nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Beschreibung:</b> Elive ist eine auf Debian basierende Distribution, die den Fenstermanager Enlightenment als Arbeitsumgebung benutzt.<br/><b>Installationshinweis:</b> Elive läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Beschreibung:</b> Fedora ist eine von Red Hat geförderte, gemeinschaftliche Distribution mit der neusten freien und quelloffenen Software.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Beschreibung:</b> FreeBSD ist ein universelles, Unix-artiges Betriebssystem, entwickelt für Erweiterbarkeit und Performance.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über Internet (FTP) oder durch zuvor heruntergeladenen Abbild-Dateien. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Webseite:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Beschreibung:</b> FreeDOS ist ein freies, MS-DOS kompatibles Betriebssystem.<br/><b>Installationshinweise:</b> Die Installationsdetails befinden sich in der <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">Anleitung (englisch)</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Webseite:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Beschreibung:</b> FreeNAS ist eine quelloffene, eingebettete NAS (Network Attached Storage)-Disribution basierend auf FreeBSD.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Sie nutzt eine mit FAT formatierte Diskette oder ein USB-Laufwerk, um die Konfigurationsdatei zu speichern. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Beschreibung:</b> Frugalware ist eine universelle Distribution für fortgeschrittende Benutzer, welche auf Slackware basiert.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Webseite:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Beschreibung:</b> GeeXboX ist eine Embedded Linux-Media-Center-Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beschreibung:</b> gNewSense ein von der Free Software Foundation unterstütztes Ubuntu-Derivat, welches keine unfreien und proprietären Komponenten besitzt.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Webseite:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Beschreibung:</b> Gujin ist eine grafische Auswahl zum Start von Betriebssystemen, die verschiedene Laufwerke und Dateien starten kann.<br/><b>Installationshinweis:</b> Gujin läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Webseite:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Beschreibung:</b> Die Kaspersky Rescue Disk findet und entfernt Schad-Software (Malware) von Ihrer Windows-Installation.<br/><b>Installationshinweis:</b> Die Kaspersky Rescue Disk läuft im Live-Modus; eine Installation ist für den Gebrauch und die Durchführung von Malware-Scans nicht notwendig. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Beschreibung:</b> Kubuntu ist ein offizielles Ubuntu-Derivat mit KDE als Arbeitsumgebung.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP, kann auch andere offizielle Ubuntu-Derivate installieren) oder durch zuvor heruntergeladene Abbild-Dateien. Wenn Sie ein Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Website:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Beschreibung:</b> LinuxConsole ist eine Linux-Distribution für Arbeitsplatzrechner, gedacht zum Spielen, einfach installierbar zu sein, einfach zu benutzen und schnell beim Starten.<br/><b>Installationshinweise:</b> Die aktuellste Version der Serie 1.0 ist Version 1.0.2010, die jetzt kontinuierlich ausgeliefert wird (führen Sie »liveupdate« aus, um die Module und den Kernel zu aktualisieren). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Beschreibung:</b> Linux Mint ist ein benutzerfreundliches Ubuntu-Derivat, welches zusätzliche proprietäre Codecs und weitere Software beinhaltet.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Beschreibung:</b> Lubuntu ist ein offizielles Ubuntu-Derivat mit LXDE als Arbeitsumgebung.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP, kann auch andere offizielle Ubuntu-Derivate installieren, wie z.B. Kubuntu) oder durch zuvor heruntergeladene Abbild-Dateien. Wenn Sie ein Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Webseite:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Beschreibung:</b> Mandriva ist eine benutzerfreundliche Distribution, früher bekannt als Mandrake Linux.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich.Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene <a href="http://www.mandriva.com/en/download">Abbild-Dateien</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS ist eine auf Debian basierende Distribution. SimplyMEPIS ist eine benutzerfreundliche Version basierend auf KDE, während AntiX eine schlanke Version für ältere Rechner ist.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Webseite:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Beschreibung:</b> NetbootCD ist eine kleine Boot-CD, die netzwerkbasierte Installationsprogramme für andere Distributionen herunterlädt und bootet.<br/><b>Installationshinweise:</b> NetbootCD bootet und läuft im Live-Modus. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Webseite:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Beschreibung:</b> NimbleX ist eine kleine, vielseitige, auf Slackware basierende Distribution. Sie wird mittels Linux-live Scripte erstellt, und verwendet die KDE Arbeitsumgebung. Sie kann von CD oder Flash-Laufwerken (USB-Sticks oder MP3-Player) geladen werden sowie einfach angepasst und erweitert werden.<br/><b>Installationshinweis:</b> NimbleX läuft im Live-Modus. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Beschreibung:</b> Der Offline NT Passwort- und Registrierdatenbank-Editor kann Windows-Passwörter zurücksetzen und die Registrierdatenbank von Windows 2000-Vista bearbeiten.<br/><b>Installationshinweise:</b> NTPasswd wird gebootet und läuft im Live-Modus; zum Verwenden ist keine Installation notwendig. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webseite:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Beschreibung:</b> openSUSE ist eine benutzerfreundliche, von Novell geföderte Distribution.<br/><b>Installationshinweise:</b> Die Standardversion ermöglicht die Installation über das Internet (FTP) oder durch zuvor heruntergeladene Abbild-Dateien. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Beschreibung:</b> Ophcrack kann Windows-Passwörter knacken.<br/><b>Installationshinweis:</b> Ophcrack läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Webseite:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Beschreibung:</b> Parted Magic beinhaltet den Partitionsverwalter GParted und andere Systemwerkzeuge, welche die Größe von Partitionen ändern, Sicherungen erstellen und manipulieren können.<br/><b>Installationshinweis:</b> Parted Magic läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webseite:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Beschreibung:</b> Puppy Linux ist eine schlanke Distribution für ältere Computer.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Webseite:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beschreibung:</b> Sabayon Linux ist eine Gentoo-basierte Distribution mit Live-DVD, welche den Binärpaketmanager Entropy zusätzlich zum quellenbasierten Manager Portage nutzt.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die LiteMCE Edition benötigt ein USB-Laufwerk mit 2 GB, die komplette Edition benötigt eines mit 8 GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Website:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Beschreibung:</b> Salix ist eine GNU/Linux-Distribution, die auf Slackware basiert (vollständig kompatibel) und simpel, schnell und einfach zu benutzen ist.<br/>Salix ist klein, leichtgewichtig und das Ergebnis unendlicher Pflege, genau wie ein Bonsai.<br/><b>Installationshinweise:</b> Die Live-Version ermöglicht den Start im Live-Modus, aus dem das Installationsprogramm bei Bedarf heraus gestartet werden kann.<br/>Das Standardpasswort für den Systemverwalter »root« lautet: <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beschreibung:</b> Slax ist eine Slackware-basierte Distribution mit KDE als Arbeitsumgebung.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webseite:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschreibung:</b> SliTaz ist eine schlanke, Desktop-orientierte Distribution.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Webseite:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beschreibung:</b> Smart Boot Manager ist ein Startverwalter, der einige BIOS-Beschränkungen und Fehler im während des Startvorgangs übergehen kann.<br/><b>Installationshinweis:</b> SBM läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Webseite:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beschreibung:</b> Super Grub Disk ist ein Startverwalter, der eine Vielzahl an Reparaturen am Master Boot Record und Startvorgang reparieren kann. <br/><b>Installationshinweis:</b> SGD läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Beschreibung:</b> Super OS ist ein inoffizielles Ubuntu-Derivat mit weiterer enthaltener Software. Sie benötigt ein USB-Laufwerk mit 2 GB.<br/><b>Installationshinweis:</b> Super OS läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Website:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Beschreibung:</b> Ubuntu ist eine benutzerfreundliche, auf Debian basierende Distribution. Es ist die bekannteste und beliebteste Linux-Distribution.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) und kann auch andere offizielle Ubuntu-Derivate installieren. Wenn Sie ein zuvor heruntergeladenes Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Webseite:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschreibung:</b> xPUD ist eine schlanke Distribution mit einer einfachen, Kiosk-artigen Oberfläche inklusive Webbrowser und Mediaplayer.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webseite:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Beschreibung:</b> Xubuntu ist ein offizielles Ubuntu-Derivat mit XFCE als Arbeitsumgebung.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Die NetInstall-Version ermöglicht die Installation über das Internet (FTP) und kann auch andere offizielle Ubuntu-Derivate installieren. Wenn Sie ein zuvor heruntergeladenes Alternate-Abbild (nicht Desktop) benutzen wollen, wählen Sie die HdMedia-Option und speichern Sie die Abbild-Datei im Stammverzeichnis der Festplatte oder des USB-Laufwerks. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webseite:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beschreibung:</b> Zenwalk ist eine auf Slackware basierende Distribution mit XFCE als Arbeitsumgebung.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Webseite:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beschreibung:</b> EeePCLinuxOS ist eine benutzerfreundliche, auf PCLinuxOS basierende Distribution für den EeePC.<br/><b>Installationshinweis:</b> Vergewisseren Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Website:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beschreibung:</b> Ubuntu Eee ist nicht nur ein optimiertes Ubuntu für den Asus Eee PC. Es besitzt die Oberfläche des Netbook Remix, welches die beste verfügbare Software an Stelle von quelloffenen Alternativen verwendet (z. B. Skype statt Ekiga).<br/><b>Installationshinweis:</b> Vergewisseren Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Webseite:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Beschreibung:</b> Elive ist eine auf Debian basierende Distribution, die den Enlightenment Fenstermanager als Arbeitsumgebung benutzt.<br/><b>Installationshinweis:</b> Elive läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Webseite:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beschreibung:</b> Kiwi Linux ist ein Ubuntu-Derivat, welches hauptsächlich für Rumänisch, Ungarisch und Englisch sprechende Benutzer gemacht wurde.<br/><b>Installationshinweis:</b> Vergewissern Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Webseite:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beschreibung:</b> gNewSense ist eine hochqualitative GNU/Linux-Distribution, die Ubuntu erweitert und verbessert, um ein komplett freies Betriebssystem ohne jegliche proprietäre Software zu ermöglichen.<br/><b>Installationshinweis:</b> Vergewisseren Sie sich, dass das Installationsmedium leer und formatiert ist, bevor Sie mit der Installation fortfahren. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Webseite:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Beschreibung:</b> NimbleX ist eine kleine, vielseitige, auf Slackware basierende Distribution. Sie wird mittels Linux-live Scripte erstellt, und verwendet die KDE Arbeitsumgebung. Sie kann von CD oder Flash-Laufwerken (USB-Sticks oder MP3-Player) geladen werden sowie einfach angepasst und erweitert werden.<br/><b>Installationshinweis:</b> NimbleX läuft im Live-Modus. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Webseite:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschreibung:</b> SliTaz ist eine schlanke mikro-Distribution.<br/><b>Installationshinweise:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. Dieser Installer basiert auf <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Webseite:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschreibung:</b> xPUD ist eine schlanke Distribution mit einer einfachen, Kiosk-artigen Oberfläche inklusive Webbrowser und Mediaplayer.<br/><b>Installationshinweis:</b> Diese Distribution läuft im Live-Modus; eine Installation ist für den Gebrauch nicht notwendig, aber aus dem Live-Modus möglich. QObject LeftToRight LinksNachRechts unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Wählen Sie aus der Liste der unterstützten Distributionen &Distribution &Distribution Specify a disk image file to load Wählen Sie eine Abbild-Datei zum Laden Disk&image Abb&ild Manually specify a kernel and initrd to load Geben Sie manuell einen Kernel und initrd zum Laden an &Custom &Angepasst Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Reservierter Speicherplatz für Benutzerdateien, die zwischen Neustarts erhalten bleiben. Funktioniert nur bei LiveUSBs für Ubuntu und dessen Derivate. Wenn der Wert die Kapazität des Mediums überschreitet, wird der maximal verfügbare Speicher verwendet. Space used to preserve files across reboots (Ubuntu only): Platz um Dateien zwischen Neustarts zu erhalten (nur Ubuntu): MB MB OK OK Return Zurück Cancel Abbrechen Esc Escape Reboot Now Jetzt neustarten Exit Beenden 1. Downloading Files 1. Dateien werden heruntergeladen 2. Extracting and Copying Files 2. Extrahiere und kopiere Dateien 3. Installing Bootloader 3. Installiere Startverwalter 4. Installation Complete, Reboot 4. Installation vollständig, Neustart Select the target drive to install to Wählen Sie ein Ziellaufwerk für die Installation Dri&ve: &Laufwerk: Select the installation target type Wählen Sie den Typ der Installation &Type: &Typ: Select the distribution version Wählen Sie die Distributionsversion Select disk image file Wählen Sie die Abbild-Datei aus ... Select the disk image type Wählen Sie einen Abbild-Typ aus Specify a floppy/hard disk image, or CD image (ISO) file to load Geben Sie ein Disketten-, Festplatten- oder CD-Abbild (.iso) zum Laden an Specify a kernel file to load Geben Sie eine Kernel-Datei zum Laden an Select kernel file Wählen Sie eine Kernel-Datei aus Specify an initrd file to load Geben Sie eine initrd-Datei zum Laden an Select initrd file Wählen Sie eine initrd-Datei aus Select syslinux.cfg or isolinux.cfg file Wählen Sie eine syslinux.cfg- oder isolinux.cfg-Datei Specify parameters and options to pass to the kernel Übergeben Sie Parameter und Optionen an den Kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Optionen: uninstaller Uninstallation Complete Deinstallation vollständig %1 has been uninstalled. %1 wurde deinstalliert. Must run as root Muss als Systemverwalter ausgeführt werden %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 muss als root ausgeführt werden. Beenden und so erneut ausführen:<br/><b>sudo %1</b><br/>oder so:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Deinstallation %1 is currently installed. Remove the existing version? %1 ist momentan installiert. Existierende Version entfernen? unetbootin_el.ts0000664000175000017500000020476112154035430012743 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-09-24 07:02+0000 Last-Translator: Basilis Thomopoulos <kolxoz83@gmail.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Αριστερά προς δεξιά unetbootin Hard Disk Σκληρός Δίσκος USB Drive Δισκος USB ISO Αρχείο εικόνας οπτικού δίσκου (ISO) Floppy Δισκέτα either ή LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File Άνοιγμα Αρχείου Εικόνας Δίσκου All Files Όλα τα Αρχεία All Files (*) Όλα τα αρχεία (*) Open Kernel File Άνοιγμα Αρχείου Πυρήνα Open Initrd File Άνοιγμα Αρχείου Initrd Open Bootloader Config File 'Ανοιγμα Αρχείου Ρυθμίσεων Επιλογέα Εκκίνησης Insert a USB flash drive Εισάγετε ένα USB flash δίσκο No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Δεν βρέθηκαν USB flash δίσκοι. Εάν έχετε ήδη εισάγει κάποιο USB δίσκο, προσπαθείστε να τον διαμορφώσετε ως FAT32. %1 not mounted %1 δεν έχει προσαρτηθεί You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Πρέπει πρώτα να προσαρτηθεί ο USB δίσκος %1 σε κάποιο σημείο προσάρτησης. Οι περισσότερες διανομές το κανουν αυτόματα όταν αφαιρέσετε τον USB δίσκο και τον επανεισάγετε. Select a distro Επιλέξτε διανομή You must select a distribution to load. Πρέπει να επιλέξετε διανομή για φόρτωση Select a disk image file Επιλέξτε αρχείο εικόνας δίσκου You must select a disk image file to load. Πρέπει να επιλέξετε αρχείο εικόνας δίσκου. Select a kernel and/or initrd file Επιλέξτε πυρήνα και αρχείο initrd You must select a kernel and/or initrd file to load. Πρέπει να επιλέξετε πυρήνα και αρχείο initrd. Diskimage file not found Το αρχείο εικόνας δίσκου δεν βρέθηκε The specified diskimage file %1 does not exist. Το συγκεκριμένο αρχείο εικόνας δίσκου %1 δεν υπάρχει. Kernel file not found Το αρχείο πυρήνα δεν βρέθηκε The specified kernel file %1 does not exist. Το συγκεκριμένο αρχείο πυρήνα %1 δεν υπάρχει. Initrd file not found Το αρχείο initrd δεν βρέθηκε The specified initrd file %1 does not exist. Το συγκεκριμένο αρχείο initrd %1 δεν υπάρχει. %1 exists, overwrite? %1 υπάρχει ήδη, να γίνει εγγραφή απο πάνω; The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Το αρχείο %1 υπάρχει ήδη. Πατήστε 'Ναι σε Όλα' για να γράψετε απο πάνω του, και μετά δεν θα ξαναερωτηθείτε, 'Ναι' για να γράψει απο πάνω μόνο το συγκεκριμένο αρχείο, και 'Όχι' για να διατηρήσετε την υπάρχουσα έκδοση. Άν δεν είστε σίγουροι, πατήστε 'Ναι σε 'Ολα'. %1 is out of space, abort installation? %1 δεν έχει χώρο, ακύρωση εγκατάστασης; The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Ο φάκελος %1 δεν έχει άλλο χώρο. Πατήστε 'Ναι' για ακύρωση εγκατάστασης, 'Οχι' για αγνόηση του σφάλματος και απόπειρα για συνέχεια της εγκατάστασης, και 'Οχι σε Όλα' για να αγνοηθούν όλα τα λάθη έλλειψης χώρου. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Αποσυμπίεση του ISO: Copying file, please wait... Αντιγραφή αρχείου, παρακαλώ περιμένετε... <b>Source:</b> <a href="%1">%1</a> <b>Από:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Προορισμός:</b> %1 <b>Copied:</b> 0 bytes <b>Αντιγράφηκαν:</b> 0 bytes Extracting files, please wait... Εξαγωγή αρχείων, παρακαλώ περιμένετε... <b>Archive:</b> %1 <b>Δέσμη Αρχείων:</b> %1 <b>Source:</b> <b>Από:</b> <b>Destination:</b> <b>Προορισμός:</b> <b>Extracted:</b> 0 of %1 files <b>Εξήχθησαν:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Από:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Προορισμός:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Εξήχθησαν:</b> %1 of %2 files Downloading files, please wait... Μεταφόρτωση αρχείων, παρακαλώ περιμένετε... <b>Downloaded:</b> 0 bytes <b>Μεταφορτώθηκαν:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Μεταφορτώθηκε:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Αντιγράφηκαν:</b> %1 of %2 Searching in <a href="%1">%1</a> Αναζήτηση στο <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 είναι όμοια με το <a href="%3">%3</a> %1 not found %1 δεν βρέθηκε %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 δεν βρέθηκε. Αυτό ειναι απαραίτητο για τον %2 τύπο εγκατάστασης.Εγκαταστήστε το πακετο "%3" ή το αντίστοιχο για την διανομή σας. (Current) (Τρέχον) (Done) (Ολοκληρώθηκε) Configuring grub2 on %1 Ρύθμιση grub2 στο %1 Configuring grldr on %1 Ρύθμιση grldr στο %1 Configuring grub on %1 Ρύθμιση grub στο %1 Installing syslinux to %1 Εγκατάσταση syslinux στο %1 Installing extlinux to %1 Εγκατάσταση extlinux στο %1 Syncing filesystems Συγχρονισμός συστημάτων αρχείων Setting up persistence After rebooting, select the Μετά την επανεκκίνηση επιλέξετε το After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Αφού γίνει επανεκκίνηση, επιλέξετε απο το BIOS του υπολογιστή σας να ξεκινήσει απο USB.%1Να γίνει επανεκκίνηση τωρα; The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Επιλογή Διανομής == == Select Version == == Επιλογή Έκδοσης == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Καλώς ήρθατε στο <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Τρόπος Χρήσης:<ol><li>Επιλέξετε απο την παραπάνω λίστα την διανομή και την έκδοση που επιθυμείτε να κατεβεί, ή διαλέξτε παρακάτω μεμονωμένα αρχεία για φόρτωση.</li><li>Στη συνέχεια επιλέξτε τύπο εγκατάστασης και πατήστε ΟΚ για να ξεκινήσει η διαδικασία.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Κεντρική Σελίδα:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Πριγραφή:</b> Το CentOS είναι ένας δωρεάν κλώνος του Red Hat Enterprise Linux.<br/><b>Σημειώσης Εγκατάστασης:</b> Η προεπιλεγμένη έκδοση επιτρέπει και την εγκατάσταση μέσω διαδικτύου (FTP) και την εγκατάσταση μέσω δίσκου εγκατάστασης του CentOS. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions Επίλέξτε από την λίστα με τις υποστηριζόμενες διανομές &Distribution &Διανομή Specify a disk image file to load Προσδιορίστε ενα αρχείο εικόνας δίσκου Disk&image Δίσκος&εικόνα Manually specify a kernel and initrd to load Χειροκίνητα δηλώστε πυρήνα και intird &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB ΜΒ OK Εντάξει Return Enter Cancel Ακύρωση Esc Esc Reboot Now Επανεκκίνηση Τώρα Exit Έξοδος 1. Downloading Files 1. Μεταφόρτωση αρχείων 2. Extracting and Copying Files 2. Εξαγωγή και Αντιγραφή Αρχείων 3. Installing Bootloader 3. Εγκατάσταση Επιλογέα Εκκίνησης 4. Installation Complete, Reboot 4. Η Εγκατάσταση Ολοκληρώθηκε, Επανεκκίνηση Select the target drive to install to Επιλέξτε τον δίσκο στον οποίο θα γινει η εγκατάσταση Dri&ve: Select the installation target type Επιλέξτε το είδος δίσκου στον οποίο θα γίνει η εγκατάσταση &Type: &Τύπος: Select the distribution version Επιλέξτε την έκδοση της διανομής Select disk image file Επιλέξτε το αρχείο εικόνας δίσκου ... ... Select the disk image type Επιλογή τύπου εικόνας δίσκου Specify a floppy/hard disk image, or CD image (ISO) file to load Προσδιορίστε αρχείο εικόνας δίσκου/δισκέττας, ή αρχειο εικόνας οπτικού δίσκου (ISO) Specify a kernel file to load Προσδιορίστε αρχείο πυρήνα Select kernel file Επιλέξτε αρχείο πυρήνα Specify an initrd file to load Προσδιορίστε αρχείο initrd Select initrd file Επιλέξτε αρχείο initrd Select syslinux.cfg or isolinux.cfg file Επιλέξτε αρχείο syslinux.cfg ή isolinux.cfg Specify parameters and options to pass to the kernel Προσδιορίστε παραμέτρους και επιλογές για τον πυρήνα &Kernel: &Πυρήνας: Init&rd: Init&rd: &Options: &Επιλογές: uninstaller Uninstallation Complete Η απεγκατάσταση ολοκληρώθηκε %1 has been uninstalled. %1 έχει απεγκατασταθεί. Must run as root Πρέπει να εκτελεσθεί από τον χρήστη root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Πρόγραμμα Απεγκατάστασης %1 is currently installed. Remove the existing version? %1 εγκαθίσταται αυτήν τη στιγμή. Να διαγραφεί η υπάρχουσα έκδοση; unetbootin_eo.ts0000664000175000017500000017575412154035430012757 0ustar gezageza Esperanto translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-05-13 06:46+0000 Last-Translator: Michael Moroni <michael.moroni@mailoo.org> Language-Team: Esperanto <eo@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Maldekstre dekstren unetbootin Hard Disk Fiksa disko USB Drive Poŝmemorilo ISO ISO Floppy Disketo either ĉu LiveUSB persistence FAT32-formatted USB drive FAT32-aranĝita poŝmemorilo EXT2-formatted USB drive EXT2-aranĝita poŝmemorilo Open Disk Image File Malfermi diskbilddosieron All Files Ĉiuj dosieroj All Files (*) Ĉiuj dosieroj (*) Open Kernel File Malfermi kerndosieron Open Initrd File Malfermi initrd-dosieron Open Bootloader Config File Malfermi praŝargilan agorddosieron Insert a USB flash drive Enmeti poŝmemorilon No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Neniu poŝmemorilo estis trovita. Se vi jam enmetis poŝmemorilon, klopodu rearanĝi ĝin kiel FAT32. %1 not mounted %1 ne surmetita You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Vi unue devu surmeti la poŝmemorilon %1 en surmetingo. Multaj distribuaĵoj faros ĝin aŭtomate post, ke vi demetis kaj reenmetis la poŝmemorilon. Select a distro Elekti distribuaĵon You must select a distribution to load. Vi devu elekti ŝargendan distribuaĵon. Select a disk image file Elekti la diskbilddosieron You must select a disk image file to load. Vi devu elekti ŝargendan diskbilddosieron. Select a kernel and/or initrd file Elekti kern- kaj/aŭ initrd- dosieron You must select a kernel and/or initrd file to load. Vi devu elekti ŝargendan kern- kaj/aŭ initrd- dosieron. Diskimage file not found Diskbilddosiero ne trovita The specified diskimage file %1 does not exist. La specifita diskbilddosiero %1 ne ekzistas. Kernel file not found Kerndosiero ne trovita The specified kernel file %1 does not exist. La specifita kerndosiero %1 ne ekzistas. Initrd file not found Initrd-dosiero ne trovita The specified initrd file %1 does not exist. La specifita initrd-dosiero %1 ne ekzistas. %1 exists, overwrite? %1 ekzistas, ĉu anstataŭigi? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. La dosiero %1 jam ekzistas. Alklaku 'Jes por ĉiuj' per anstataŭigi ĝin kaj ĝi ne estas plu montrita, 'Jes' por anstataŭigi solajn dosierojn kaj 'Ne' por manteni aktualan version. Se vi dubas, alklaku 'Jes por ĉiuj'. %1 is out of space, abort installation? Spaco en %1 finita, ĉu nuligi instaladon? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. La dosierujo %1 finis spacon. Alklaku 'Jes' por nuligi instaladon, 'Ne' por ignori ĉi tiun eraron kaj klopodi daŭrigi la instaladon kaj 'Ne por ĉiuj' poi ignori ĉiujn erarojn pri finita spaco. Locating kernel file in %1 Trovanta kerndosieron en %1 Copying kernel file from %1 Kopianta kerndosieron de %1 Locating initrd file in %1 Trovanta initrd-dosieron en %1 Copying initrd file from %1 Kopianta initrd-dosieron de %1 Extracting bootloader configuration Eltiranta praŝargilajn agordojn <b>Extracting compressed iso:</b> %1 bonvolu atendi.... Copying file, please wait... Kopianta dosierojn, bonvolu atendi... <b>Source:</b> <a href="%1">%1</a> <b>Fonto:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Celo:</b> %1 <b>Copied:</b> 0 bytes <b>Kopiataj:</b> 0 bajtojn Extracting files, please wait... Eltiranta dosierojn, bonvolu atendi... <b>Archive:</b> %1 <b>Arkivo:</b> %1 <b>Source:</b> <b>Fonto:</b> <b>Destination:</b> <b>Celo:</b> <b>Extracted:</b> 0 of %1 files <b>Eltirataj:</b> 0 el %1 dosierojn <b>Source:</b> %1 (%2) <b>Fonto:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Celo:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Eltirataj:</b> %1 el %2 dosierojn Downloading files, please wait... Elŝutanta dosierojn, bonvolu atendi... <b>Downloaded:</b> 0 bytes <b>Elŝutataj:</b> 0 bajtojn Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Elŝutataj:</b> %1 el %2 <b>Copied:</b> %1 of %2 <b>Kopiataj:</b> %1 of %2 Searching in <a href="%1">%1</a> Serĉanta en <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 kongruoj en <a href="%3">%3</a> %1 not found %1 ne trovita %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ne trovita. Ĉi tio necesas por "%2"-instalreĝimo. Instalu la pakaĵon "%3" aŭ similaĵo por la via distribuaĵo. (Current) (aktuala) (Done) (farita) Configuring grub2 on %1 Agordanta grub2 en %1 Configuring grldr on %1 Agordanta grldr en %1 Configuring grub on %1 Agordanta grub en %1 Installing syslinux to %1 Instalanta syslinux en %1 Installing extlinux to %1 Instalanta extlinux en %1 Syncing filesystems Sinkroniganta dosiersistemojn Setting up persistence After rebooting, select the Post restartigo, elektu la After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Post restartigo, elektu la USB-praŝargan opcion en la praŝarga menuo de BIOS.%1 Ĉu restarti nun? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Elekti distribuaĵon == == Select Version == == Elekti version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Elekti el listo de subtenataj distribuaĵoj &Distribution &Distribuaĵo Specify a disk image file to load Specifi ŝargendan diskbilddosieron Disk&image Diskb&ildo Manually specify a kernel and initrd to load Mane specifi ŝargendajn kern- kaj initrd- dosierojn &Custom Propra Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK Bone Return Antaŭen Cancel Nuligi Esc Escapo Reboot Now Restartu nun Exit Eliri 1. Downloading Files 1. Elŝutanta dosierojn 2. Extracting and Copying Files 2. Eltiranta kaj kopianta dosierojn 3. Installing Bootloader 3. Instalanta praŝargilon 4. Installation Complete, Reboot 4. Instalado finiĝis, restarti Select the target drive to install to Elekti celdiskilon en kiu instali Dri&ve: Diskilo Select the installation target type Elekti la tipon de instaladcelo &Type: &Tipo: Select the distribution version Elekti la version de distribuaĵo Select disk image file Elekti la diskbilddosieron ... ... Select the disk image type Elekti la diskbildtipon Specify a floppy/hard disk image, or CD image (ISO) file to load Elekti ŝargendan disketan/fiksdiskan bilddosieron aŭ KD-bilddosieron (ISO) Specify a kernel file to load Elekti ŝargendan kerndosieron Select kernel file Elekti kerndosieron Specify an initrd file to load Elekti ŝargendan initrd-dosieron Select initrd file Elekti initrd-dosieron Select syslinux.cfg or isolinux.cfg file Elekti dosieron syslinux.cfg aŭ isolinux.cfg Specify parameters and options to pass to the kernel Specifi pasendajn parametrojn kaj opciojn al kerno &Kernel: &Kerno: Init&rd: Init&rd: &Options: &Opcioj: uninstaller Uninstallation Complete Malinstalado finiĝis %1 has been uninstalled. %1 estis malinstalita. Must run as root Devu ruli kiel ĉefuzanto %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 devu esti la ĉefuzanto. Fermu ĝin kaj reruli per aŭ:<br/><b>sudo %1</b><br/>aŭ:<br/><b>su - -c '%1'</b> %1 Uninstaller Malinstalilo de %1 %1 is currently installed. Remove the existing version? %1 estas aktuale instalita. Ĉu forigi la ekzistantan version? unetbootin_es.ts0000664000175000017500000026513712154035430012756 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-07-02 23:21+0000 Last-Translator: Iddar Olivares <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight IzquierdaADerecha unetbootin Hard Disk Disco duro USB Drive Unidad USB ISO ISO Floppy Disquete either cualquiera LiveUSB persistence Persistencia del LiveUSB FAT32-formatted USB drive Unidad USB con formato FAT32 EXT2-formatted USB drive Unidad USB con formato EXT2 Open Disk Image File Abrir el archivo de imagen de disco All Files Todos los archivos All Files (*) Todos los archivos (*) Open Kernel File Abrir el archivo del núcleo Open Initrd File Abrir el archivo initrd Open Bootloader Config File Abrir el archivo de configuración del cargador de arranque Insert a USB flash drive Inserte una unidad flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. No se encontró ninguna unidad USB. Si ha insertado ya una unidad USB, pruebe a formatearlo como FAT32. %1 not mounted %1 no está montado You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Primero debe montar la unidad USB %1 en un punto de montaje. Muchas distribuciones harán esto automáticamente cuando quite y vuelva a insertar la unidad USB. Select a distro Seleccione una distribución You must select a distribution to load. Debe seleccionar una distribución para cargar. Select a disk image file Seleccione un archivo de imagen de disco You must select a disk image file to load. Debe seleccionar un archivo de imagen de disco para cargar. Select a kernel and/or initrd file Seleccione un núcleo o un archivo initrd You must select a kernel and/or initrd file to load. Debe seleccionar un núcleo o un archivo initrd para cargar. Diskimage file not found No se encuentra el archivo de imagen de disco The specified diskimage file %1 does not exist. El archivo de imagen de disco %1 no existe. Kernel file not found No se encuentra el archivo de núcleo The specified kernel file %1 does not exist. El archivo de núcleo %1 no existe. Initrd file not found No se encuentra el archivo initrd The specified initrd file %1 does not exist. El archivo initrd %1 no existe. %1 exists, overwrite? %1 ya existe, ¿sobreescribirlo? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. El archivo %1 ya existe. Pulse «Sí a todo» para sobrescribirlo y que no sea solicitado de nuevo, «Sí» para sobrescribir los archivos de forma individual, y «No» para conservar la versión existente. En caso de duda, pulse «Sí a todo». %1 is out of space, abort installation? %1 no dispone de espacio, ¿cancelar la instalación? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. El directorio %1 no dispone de espacio. Pulse «Sí» para interrumpir la instalación, «No» para ignorar este error y tratar de continuar la instalación, y «No a todos» para hacer caso omiso de todos los mensajes de error sobre el espacio disponible. Locating kernel file in %1 Ubicando archivo del kernel en %1 Copying kernel file from %1 Copiando el archivo del kernel desde %1 Locating initrd file in %1 Ubicando archivo initrd en %1 Copying initrd file from %1 Copiando archivo initrd desde %1 Extracting bootloader configuration Extrayendo configuración del cargador de inicio (bootloader) <b>Extracting compressed iso:</b> %1 <b>Extrayendo iso comprimida:</b> %1 Copying file, please wait... Copiando archivo, por favor, espere... <b>Source:</b> <a href="%1">%1</a> <b>Origen:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... Extrayendo archivos, por favor espere... <b>Archive:</b> %1 <b>Archivo:</b> %1 <b>Source:</b> <b>Origen:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraídos:</b> 0 de %1 archivos <b>Source:</b> %1 (%2) <b>Origen:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraídos:</b> %1 de %2 archivos Downloading files, please wait... Descargando archivos, por favor espere... <b>Downloaded:</b> 0 bytes <b>Descargados:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Descarga de %1 %2 de %3 fallo. por favor descargue el archivo ISO de el sitio web directamente y suministre la ruta en la opción imagen de disco. <b>Downloaded:</b> %1 of %2 <b>Descargado(s):</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> Buscando en <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 coincidencias en <a href="%3">%3</a> %1 not found %1 no encontrado %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 no encontrado. Es necesario para el modo de instalación %2. Instala el paquete «%3» o el equivalente en tu distribución. (Current) (Actual) (Done) (Hecho) Configuring grub2 on %1 Configurando grub2 en %1 Configuring grldr on %1 Configurando grldr en %1 Configuring grub on %1 Configurando grub en %1 Installing syslinux to %1 Instalando syslinux en %1 Installing extlinux to %1 Instalando extlinux en %1 Syncing filesystems Sincronizando el sistema de archivos Setting up persistence Ajustando persistencia After rebooting, select the Después de reiniciar, seleccione el After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Después de reiniciar, seleccionar la opción de arranque por USB en el menú de arranque de la BIOS.%1 ¿Reiniciar ahora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 El dispositivo USB creado no arrancará en un Mac. Insertalo en un PC, y selecciona la opción de arranque USB en el menu de la BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar el sistema, colocar la ISO de instalación de Ubuntu Alternate (no de escritorio) en el directorio raíz de tu disco duro o memoria USB. Estos pueden ser obtenidos a partir de cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y escoja nuevamente si se lo piden un CD, vaya entonces al menú principal, escoja la opción "Iniciar la instalación" elija "Red" como el origen, elija como protocolo: "HTTP", escriba «mirrors.kernel.org» cuando le pregunten por un servidor, y ponga «/centos/%1/os%2» cuando le pregunten por la carpeta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar, coloque una imagen ISO del instalador Debian en el directorio raíz de su disco duro o unidad USB. Éstas pueden obtenerse desde cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.fedora.redhat.com» cuando se le solicite un servidor, y escriba «/pub/fedora/linux/development/%1/os» cuando se le pregunte por la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.fedora.redhat.com» cuando se le solicite un servidor, y escriba «/pub/fedora/linux/releases/%1/Fedora/%2/os» cuando se le pregunte por la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.opensuse.org» cuando se le solicite un servidor, y escriba «/factory/repo/oss» cuando se le pregunte por la carpeta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Después de reiniciar, ignore cualquier mensaje de error y elija nuevamente si se le solicita un CD, dirijase al menú principal, seleccione la opción "Iniciar la instalación" elija "Red" como origen, cambie a "HTTP" como protocolo, ingrese «download.opensuse.org» cuando se le solicite un servidor, y escriba «/distribution/%1/repo/oss» cuando se le pregunte por la carpeta. == Select Distribution == == Seleccionar la Distribucion == == Select Version == == Seleccionar la Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bienvenido a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, el instalador de arranque en red universal. Uso:<ol><li>Seleccione una distribución y versión para descargar de la lista anterior, o especifique manualmente los archivos para cargar a continuación.</li><li>Seleccione un tipo de instalación y pulse Aceptar para comenzar la instalación.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Página web:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descripción:</b> Arch Linux es una distribución ligera optimizada para velocidad y flexibilidad.<br/><b>Notas de instalación:</b> La versión predeterminada le permite instalarla por internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descripción:</b> BackTrack es una distribución enfocada en el análisis de redes y pruebas de penetración.<br/><b>Notas de la instalación:</b> BackTrack se arranca y ejecuta en modo vivo; no es necesario instalarlo para poderlo usar. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descripci&oacute;n:</b> CentOS es un clon libre de Red Hat Entreprise Linux.<br/><b>Notas de instalación:</b> La versión predeterminada le permite instalarla tanto por internet (FTP) o desconectado usando los archivos ISO previamente descargados. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descripción:</b> CloneZilla es una distribución usada para copias de seguridad y para imágenes de disco.<br/><b>Notas de instalación:</b> CloneZilla arranca y se ejecuta en modo «live» (directo) no se necesita su instalación para usarla. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página de inicio:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descripción:</b> Damn Small Linux es una distribución minimalista con un tamaño total de 50 MB.<br/><b>Notas de instalación:</b> La versión Live carga el sistema entero en RAM y arranca desde memoria, no siendo necesaria la instalación. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descripción:</b> Debian es una distribución Linux desarrollada por la comunidad, que soporta una amplia variedad de arquitecturas y ofrece un gran repositorio de paquetes.<br/><b>Notas de la instalación:</b> La versión NetInstall permite la instalación por FTP. Si desea usar una imagen ISO de instalación previamente descargada, use la opción HdMedia, y coloque la imagen ISO de instalación en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descripción:</b> Dreamlinux es una distribución amigable basada en Debian.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del que se puede lanzar el instalador. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página de inicio:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descripción:</b> Dr.Web AntiVirus es un antivirus de emergencia para restaurar un sistema dañado por programas maliciosos .<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del cual se puede lanzar la exploración de malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descripción:</b> Elive es una distribución basada en Debian pero utiliza el gestor de ventanas Enlightenment.<br/><b>Notas de la instalación:</b> La versión Live permite arranca en modo Live, desde donde podrá iniciar el instalador. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descripción:</b> Fedora es una distribución de la comunidad patrocinada por Red Hat que se centra en el software libre/de código abierto más puntero.<br/><b>Notas de instalación:</b> La versión Live permite arrancar en modo directo. La versión Netinstall permite ambas instalaciones: a través de internet (FTP), o instalación desconectado usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descripción:</b> FreeBSD es un sistema operativo de propósito general de tipo Unix diseñado para escalabilidad y rendimiento.<br/><b>Notas de instalación:</b> La versión predeterminada permite la instalación por internet (FTP), o la instalación desconectado usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Página de inicio:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descripción:</b> FreeDOS es un sistema operativo compatible con MS-DOS.<br/><b>Notas de instalación:</b> Vea el <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalles de la instalación. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Página del Proyecto:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descripción:</b> FreeNAS es una distribución NAS (Network-Attached Storage)de código abierto basada en FreeBSD.<br/><b>Notas de la instalación:</b> La versión LiveCD crea una unidad RAM para FreeNAS, y usa un disquete o unidad de memoria USB con formato FAT para almacenar el archivo de configuración. La versión incluida permite su instalación a disco duro. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descripción:</b> Frugalware es una distribución basada en Slackaware de propósito general para usuarios avanzados.<br/><b>Notas de instalación</b> La opción predeterminada permite la instalación por internet (FTP), o instalación desconectado usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Pagina principal:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX es una distribución multimedia embebida de linux .<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripción:</b> gNewSense es una distribución aprobada por la FSF sobre la base de Ubuntu con todos los componentes no libres eliminados.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir de la cual se puede lanzar el instalador. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Página de inicio:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descripción:</b> Gujin es un gestor de arranque gráfico, que puede arrancar varios volúmenes y archivos.<br/><b>Notas de instalación:</b> Gujin simplemente arranca y se ejecuta, no es necesario instalar para utilizarlo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página de inicio:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descripción:</b> Kaspersky Rescue Disk detecta y elimina el malware de su instalación de Windows.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del cual se puede lanzar la exploración de malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descripción:</b> Kubuntu es un derivado oficial de Ubuntu que utiliza el escritorio KDE.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. La versión NetInstall permite realizar la instalación version por FTP, y puede instalar Kubuntu y cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO del instalador en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Página principal:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descripción:</b> LinuxConsole es una distribución con escritorio para jugar juegos, fácil de instalar, fácil de usar y de rápido arranque .<br/><b>Notas de instalación:</b> The 1.0.2010 es la última 1.0, ahora disponible como rolling release (ejecutar liveupdate para actualizar modulos y el kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://linuxmint.com/">http://linuxmint.com/</a><br/><b>Descripción:</b> Linux Mint es una distribución basada en Ubuntu orientada al usuario que incluye códecs propietarios adicionales y otro software predeterminado.<br/><b>Notas de instalación:</b> La versión Live permite arrancar en modo directo desde el que se puede lanzar el instalador. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Descripción:</b> Lubuntu es un derivado oficial de Ubuntu que utiliza el escritorio LXDE.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. La versión NetInstall permite realizar la instalación version por FTP, y puede instalar Lubuntu y cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO del instalador en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Página de inicio:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descripción:</b> Mandriva es una distribución orientada al usuario antes conocida como Mandrake Linux.<br/><b>Notas de instalación</b> La versión Live permite arrancar en modo directo. La versión NetInstall permite la instalación por internet (FTP) o descargando previamente los: <a href="http://www.mandriva.com/en/download">archivos de imagen ISO «Free»</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descripción:</b> . MEPIS es una distribución basada en Debian. SimplyMEPIS es una opción fácil de usar basada en la versión de KDE, mientras que AntiX es una versión ligera para ordenadores antiguos<br/><b>Notas de instalación:</b> MEPIS dispone de arranque en modo Live (directo) a partir del cual se puede lanzar el instalador. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Pagina principal:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD es un pequeño CD de booteo que descarga y arranque de red basado en instaladores para otras distribuciones.<br/><b>]Notas de instalacions:</b> NetbootCD inicia y corre en modo live-USB. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Página de incio:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripción:</b> NimbleX es una pequeña y versátil distribución basada en Slackware. Está construida usando los scripts linux-live, y cuenta con un escritorio KDE. Se puede arrancar desde un CD o una memoria flash y se puede personalizar y extender fácilmente.<br/><b>Notas de la instalación</b> NimbleX arranca en modo Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Pagina de inicio:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor pueden resetear contraseñas de windows y editar el registro en windows 2000-Vista.<br/><b>Notas de Instalacion:</b> NTPasswd es iniciado y corre en modo live_USB; no se necesita instalar para usarlo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página de inicio:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descripción:</b> openSUSE es una distribución patrocinada por Novell orientada al usuario.<br/><b>Notas de instalación:</b> La versión predeterminada permite la instalación por internet (FTP), o instalación desconectados usando las imágenes ISO descargadas previamente. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descripción:</b> Ophcrack puede romper las contraseñas de Windows.<br/><b>Notas de instalación:</b> Ophcrack arranca y se ejecuta en modo Live (directo) no se necesita su instalación para usarlo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Página de inicio:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descripción:</b> Parted Magic incluye el administrador de particiones Gparted y otras utilidades de sistema que pueden redimensionar, copiar, hacer copias de seguridad y manipular particiones de disco.<br/><b>Notas de instalación</b>Parted Magic se arranca y funciona en modo Live, no se necesita ninguna instalación para usarlo. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página web:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descripción:</b> Puppy Linux es una distribución ligera para equipos antiguos.<br/><b>Notas de instalación:</b> En la versión Live todo el sistema se carga en la memoria RAM y arranca desde la memoria, de modo que la instalación, siendo opcional, no es necesaria. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Página de inicio:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descripción:</b> Sabayon Linux es una distribución «live» en DVD basada en Gentoo con la funcionalidad del gestor de paquetes binarios «Entropy» además de los paquetes fuente de «Portage».<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del cual se puede lanzar el instalador. LiteMCE es una edición de 2 GB, mientras que la edición completa necesita una unidad USB de 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Página de inicio:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Descripción:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional..<br/>La contraseña por defecto es: <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descripción:</b> Slax es una distribución basada en Slackware que utiliza el escritorio KDE.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo desde el que se puede lanzar el instalador. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página de inicio:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripción:</b> SliTaz es una micro distribución muy ligera orientada al escritorio.<br/><b>Notas de instalación:</b> La versión Live carga el sistema en RAM y arranca desde la memoria, no es necesaria la instalación para su uso. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Página de inicio:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descripción:</b> Smart Boot Manager es un gestor de arranque que puede solucionar algunas limitaciones y errores relacionados con el arranque de la BIOS.<br/><b>Notas de instalación:</b> SBM simplemente arranca y se ejecuta, no es necesaria su instalación. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Página de inicio:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descripción:</b> Super Grub Disk es un cargador de arranque con diversas tareas de recuperación del MBR y de cargadores de arranque.<br/><b>Notas de instalación:</b> SGD simplemente inicie y ejecute; no requiere de instalación para su uso. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descripción:</b> Super OS es un derivado no oficial de Ubuntu que incluye software adicionar por defecto. Requiere una unidad USB de 2GB para instalarse.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descripción:</b> Ubuntu es una distrubicón amigable con el usuario basada en Debian. Actualmente es la distribución Linux de escritorio más popular.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual se puede iniciar el instalador de forma opcional. La versión NetInstall permite realizar la instalación por FTP, y puede instalar Kubuntu y cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Página de inicio:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripción:</b> xPUD es una distribución muy ligera con una interfaz tipo "quiosco" con un navegador y un reproductor multimedia.<br/><b>Notas de instalación:</b> La versión Live carga el sistema enteramente en RAM y arranca desde la memoria. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página de inicio:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descripción:</b> Xubuntu es un derivado oficial de Ubuntu que utiliza el escritorio XFCE.<br/><b>Notas de la instalación:</b> La versión Live le permite iniciar en modo vivo, desde el cual el instalador puede iniciarse de forma opcional. La versión NetInstall le permite realizar la instalación por FTP, y puede instalar Kubuntu o cualquier otro derivado oficial de Ubuntu. Si desea usar una imagen ISO alternativa (no de escritorio) previamente descargada, use la opción HdMedia, y coloque la imagen ISO del instalador alternativo en el directorio raíz de su disco duro o unidad USB <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página de inicio:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descripción:</b> Zenwalk es una distribución basada en Slackware que utiliza el escritorio XFCE.<br/><b>Notas de instalación:</b> La versión Live permite el arranque en modo directo, a partir del que se puede lanzar el instalador. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Página de inicio:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descripción:</b> EeePCLinuxOS es una distribución amigable para EeePC basada en PCLinuxOS.<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacio y formateado antes de proceder con la instalación. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Página de inicio:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descripción:</b> Ubuntu Eee no es sólo Ubuntu optimizado para la Asus Eee PC. Es un sistema operativo, que utiliza la interfaz Netbook Remix, que proporciona el mejor software disponible en lugar de las alternativas de código abierto (es decir, Skype en lugar de Ekiga).<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacío y formateado antes de proceder con la instalación. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive es una distribución basada en Debian pero utiliza el gestor de ventanas Enlightenment.<br/><b>Notas de la instalación:</b> La versión Live permite arranca en modo Live, desde donde podrá iniciar el instalador. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Página de inicio:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descripción:</b> Kiwi Linux es un derivado de Ubuntu inicialmente hecho para usuarios de idioma rumano, húngaro e inglés.<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacío y formateado antes de proceder con la instalación. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Página de inicio:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descripción:</b> gNewSense es una distribución GNU/Linux de alta calidad que a partir de Ubuntu la extiende y mejora para crear un sistema operativo completamente libre sin ningún tipo de burbuja binaria o arboles de paquetes que contienen software propietario.<br/><b>Notas de instalación:</b> Asegúrese de que el dispositivo está vacío y formateado antes de proceder con la instalación. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descripción:</b> NimbleX es una pequeña y versátil distribución basada en Slackware. Está construida usando los scripts linux-live, y cuenta con un escritorio KDE. Se puede arrancar desde un CD o una memoria flash y se puede personalizar y extender fácilmente.<br/><b>Notas de la instalación</b> NimbleX arranca en modo Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Página de inicio:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descripción:</b> SliTaz es muy ligera, micro distribución orientada al escritorio.<br/><b>Notas de instalación:</b> La versión Live carga el sistema enteramente en RAM y arranca desde la memoria, no se necesita instalación siendo esta opcional. El instalador está basado en <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Página de inicio:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descripción:</b> xPUD es una distribución muy ligera con una interfaz tipo "quiosco" con un navegador y un reproductor multimedia.<br/><b>Notas de instalación:</b> La versión Live carga el sistema enteramente en RAM y arranca desde la memoria. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Seleccione de una lista de distribuciones disponibles &Distribution &Distribución Specify a disk image file to load Especifica un archivo de imagen de disco para cargar Disk&image Disco&Imagen Manually specify a kernel and initrd to load Especifica manualmente un núcleo y un initrd para cargar &Custom &Personalizar Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Espacio de reserva para archivos del usuario que se desean conservar tras cada reinicio. Solo funciona para LiveUSBs de Ubuntu y sus derivados. Si el valor supera la capacidad de la unidad, se utilizará el espacio disponible. Space used to preserve files across reboots (Ubuntu only): Espacio para almacenar datos permanentes, tras un reinicio (Disponible solo para Ubuntu): MB MB OK Aceptar Return Volver Cancel Cancelar Esc Esc Reboot Now Reiniciar ahora Exit Salir 1. Downloading Files 1. Descargando archivos 2. Extracting and Copying Files 2. Extrayendo y copiando archivos 3. Installing Bootloader 3. Instalando el cargador de arranque 4. Installation Complete, Reboot 4. Se completó la instalación, reiniciar Select the target drive to install to Seleccionar la unidad de destino donde instalar Dri&ve: Unidad: Select the installation target type Seleccione el tipo de instalación de destino &Type: &Tipo: Select the distribution version Seleccione la versión de la distribución Select disk image file Seleccione archivo de imagen de disco ... ... Select the disk image type Seleccione el tipo de imagen de disco Specify a floppy/hard disk image, or CD image (ISO) file to load Especifique una imagen de disco duro/disquete o una imagen de CD (ISO) para cargar Specify a kernel file to load Especifique un archivo de núcleo para cargar Select kernel file Seleccione un archivo de núcleo Specify an initrd file to load Especifique un archivo initrd para cargar Select initrd file Seleccione el archivo initrd Select syslinux.cfg or isolinux.cfg file Seleccione el archivo syslinux.cfg o isolinux.cfg Specify parameters and options to pass to the kernel Especifique los parámetros y opciones que pasar al núcleo &Kernel: &Núcleo: Init&rd: Init&rd: &Options: &Opciones: uninstaller Uninstallation Complete Se completó la desinstalación %1 has been uninstalled. %1 se desintaló correctamente. Must run as root Se debe ejecutar como administrador %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 tiene que ser ejecutado como root. Ciérralo y vuélvelo a ejecutar usando o:<br/><b>sudo %1</b><br/>o:<br/><b>su - -c '%1'</b> %1 Uninstaller Desinstalar %1 %1 is currently installed. Remove the existing version? Actualmente está instalado %1. ¿Eliminar la versión existente? unetbootin_et.ts0000664000175000017500000020430212154035430012742 0ustar gezageza Estonian translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-04-06 11:21+0000 Last-Translator: mahfiaz <mahfiaz@gmail.com> Language-Team: Estonian <et@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Vasakult paremale unetbootin Hard Disk Kõvaketas USB Drive USB-ketas ISO ISO Floppy Diskett either või siis LiveUSB persistence FAT32-formatted USB drive FAT32-vormingus USB ketas EXT2-formatted USB drive EXT2-vormingus USB ketas Open Disk Image File Kettatõmmise avamine All Files Kõik failid All Files (*) Kõik failid (*) Open Kernel File Kerneli faili avamine Open Initrd File Initrd faili avamine Open Bootloader Config File Alglaaduri seadistusfaili avamine Insert a USB flash drive Sisesta USB flash-ketas No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Mitte ühtegi USB flash-ketast ei leitud. Kui sa oled juba sisestanud USB ketta, proovi vormindada see FAT32 failisüsteemina. %1 not mounted %1 ei ole haagitud You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Kõigepealt pead USB-ketta %1 haakima. Enamik distributsioone teeb seda automaatselt pärast USB-ketta eemaldamist ja uuesti sisestamist. Select a distro Vali distributsioon You must select a distribution to load. Pead valima distributsioonid, mida laadida. Select a disk image file Kettatõmmise faili valimine You must select a disk image file to load. Pead valima kettatõmmise faili, mida laadida. Select a kernel and/or initrd file Kerneli ja/või initrd faili valimine You must select a kernel and/or initrd file to load. Sa pead valima kerneli ja/või initrd faili, mida laadida. Diskimage file not found Kettatõmmist ei leitud The specified diskimage file %1 does not exist. Määratud kettatõmmise faili %1 pole olemas. Kernel file not found Kernelifaili ei leitud The specified kernel file %1 does not exist. Määratud kernelifaili %1 pole olemas. Initrd file not found Initrd faili ei leitud The specified initrd file %1 does not exist. Määratud initrd faili %1 pole olemas. %1 exists, overwrite? %1 on juba olemas, kas kirjutada üle? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fail %1 on juba olemas. Vajuta 'Kõigile jah', et see ja kõik teised üle kirjutada. 'Jah', et üle kirjutada ainult see fail ning 'Ei' et säilitada paregune fail. Kui sa kahtled, vali 'Kõigile jah'. %1 is out of space, abort installation? %1 on mälu täis, kas katkesta paigaldamine? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Kaustas %1 ei ole rohkem vaba ruumi. Vajuta 'Jah', et katkestada paigaldus, 'Ei', et eirata seda veateadet ning püüda paigaldust jätkata, ning 'Kõigile ei', et eirata kõiki ruumilõppemise teateid. Locating kernel file in %1 Kernelifaili otsimine asukohast %1 Copying kernel file from %1 Kernelifaili kopeerimine asukohast %1 Locating initrd file in %1 Initrd faili otsimine asukohast %1 Copying initrd file from %1 Initrd faili kopeerimine asukohast %1 Extracting bootloader configuration Alglaaduri seadistuse lahtipakkimine <b>Extracting compressed iso:</b> %1 <b>Pakitud iso faili lahtipakkimine:</b> %1 Copying file, please wait... Faili kopeerimine, palun oota... <b>Source:</b> <a href="%1">%1</a> <b>Allikas:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Sihtkoht:</b> %1 <b>Copied:</b> 0 bytes <b>Kopeeritud:</b> 0 baiti Extracting files, please wait... Failide lahtipakkimine, palun oota... <b>Archive:</b> %1 <b>Arhiiv:</b> %1 <b>Source:</b> <b>Allikas:</b> <b>Destination:</b> <b>Sihtkoht:</b> <b>Extracted:</b> 0 of %1 files <b>Lahti pakitud:</b> 0 %1-st failist <b>Source:</b> %1 (%2) <b>Allikas:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Sihtkoht:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Lahti pakitud:</b> %1 %2-st failist Downloading files, please wait... Failide allalaadimine, palun oota... <b>Downloaded:</b> 0 bytes <b>Allalaaditud:</b> 0 baiti Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Allalaaditud:</b> %1 %2-st <b>Copied:</b> %1 of %2 <b>Kopeeritud:</b> %1 / %2 Searching in <a href="%1">%1</a> Otsimine kaustast <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 vastavust kohas <a href="%3">%3</a> %1 not found %1 ei leitud %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ei leitud. See on vajalik %2 paigaldusrežiimiks. Paigalda "%3" pakett või distributsiooni vastava. (Current) (käsil) (Done) (valmis) Configuring grub2 on %1 Grub2 seadistamine seadmel %1 Configuring grldr on %1 Grldr seadistamine seadmel %1 Configuring grub on %1 Grubi seadistamine seadmel %1 Installing syslinux to %1 Syslinuxi paigaldamine kausta %1 Installing extlinux to %1 Extlinuxi paigaldamine kausta %1 Syncing filesystems Failisüsteemide sünkroniseerimine Setting up persistence After rebooting, select the Pärast taaskäivitamist vali After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Pärast taaskäivitamist vali USB alglaadimine BIOSi menüüst.%1 Kas taaskäivitada kohe? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *TÄHTIS* Enne taaskäivitust aseta Ubuntu (alternate iso) iso paigaldusfail kõvaketta juurkausta või USB kettale. ISO-failid leiab cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *TÄHTIS* Peale taaskäivitamist, ignoreeri igasugused veateated ja vali Tagasi, kui CD on prompted, siis mine põhimenüüsse, vali 'Käivita install' valik, vali ´Võrk´ asukohaks, vali ´HTTP´ protokolliks, sisesta ´mirrors.kernel.org´, kui prompted serverina ja sisesta '/centos/%1/os/%2' kui küsitakse kausta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *TÄHTIS* Enne taaskäivitust aseta Debiani iso paigaldusfail kõvaketta juurkausta või USB kettale. ISO-failid leiab cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == ==VALI DISTRIBUTSIOON== == Select Version == ==VALI VERSIOON== Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Tere tulemast kasutama <a href="http://unetbootin.sourceforge.net/">UNetbootini</a>, universaalset Netbooti paigaldajat. Kasutamine:<ol><li>Vali operatsioonisüsteem ja allalaadimise versioon loendist või osuta alumistel väljadel failidele.</li><li>Vali paigalduse liik ja vajuta Olgu, et paigaldust alustada.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Koduleht:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Kirjeldus:</b> Arch Linux on vähenõudlik distributsioon, optimeeritud kiiruse ja paindlikuse poolest.<br/><b>Paigaldusmärkmed:</b> Vaikeversiooni lubab paigaldada üle interneti (FTP ). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Kodulehekülg:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Kirjeldus:</b> BackTrack on distributsioon, mis keskendub võrguanalüüsile ja ulatuse testimisele.<br/><b>Paigaldusmärkmed:</b> BackTrack laaditakse live-režiimis, kasutamiseks pole paigaldamine vajalik. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Kodulehekülg:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Kirjeldus:</b> CloneZilla on distributsioon, mida kasutatakse kõvaketta varundamiseks ja tõmmise tegemiseks.<br/><b>Paigaldusmärkmed:</b> CloneZilla laaditakse live-režiimis, kasutamiseks pole paigaldamine vajalik. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Kodulehekülg:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Kirjeldus:</b> Damn Small Linux on minimalistliku välimuse ja suurusega operatsioonisüsteem, mis on mõeldud vanematele arvutitele.<br/><b>Paigaldamise abi:</b> Live versioon laadib terve süsteemi RAMli ja käivitub mälust, paigaldus pole nõutav, kuid on võimalik. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Kodulehekülg:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Kirjeldus:</b> Dreamlinux on kasutajasõbralik Debianil põhinev operatsioonisüsteem.<br/><b>Paigalduse abi:</b> Live versiooni saab laadida Live režiimis ilma midagi paigaldamata, misjärel võib soovi korral käivatada paigaldaja. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Kodulehekülg:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Kirjeldus:</b> FreeDOS on vabavaraline MS-DOSiga ühilduv operatsioonisüsteem.<br/><b>Paigaldusmärkmed:</b> Vaata paigalduse üksikasju <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">käsiraamatust</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin UNetbootin Select from a list of supported distributions Vali distributsioon loendist &Distribution &Distributsioon Specify a disk image file to load Määratud kettatõmmise faili laadimine Disk&image &Kettatõmmis Manually specify a kernel and initrd to load Määratud kerneli ja initrd laadimine &Custom &Kohandatud Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Olgu Return Tagasi Cancel Loobu Esc Esc Reboot Now Taaskäivita kohe Exit Välju 1. Downloading Files 1. Failide allalaadimine 2. Extracting and Copying Files 2. Failide lahtipakkimine ja kopeerimine 3. Installing Bootloader 3. Alglaaduri paigaldamine 4. Installation Complete, Reboot 4. Paigaldamine lõpetatud, taaskäivita. Select the target drive to install to Vali sihtkoha ketas, kuhu paigaldada Dri&ve: &Ketas: Select the installation target type Vali paigalduse sihtkoha liik &Type: &Liik: Select the distribution version Distributsiooni versiooni valimine Select disk image file Kettatõmmise faili valimine ... ... Select the disk image type Kettatõmmise faili liigi valimine Specify a floppy/hard disk image, or CD image (ISO) file to load Vali disketi/kõvaketta tõmmis või plaaditõmmis (ISO), mida laadida Specify a kernel file to load Kerneli faili valimine, mida laadida Select kernel file Kerneli faili valimine Specify an initrd file to load Initrd faili valimine, mida laadida Select initrd file Initrd faili valimine Select syslinux.cfg or isolinux.cfg file Syslinux.cfg või isolinux.cfg faili valimine Specify parameters and options to pass to the kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Valikud: uninstaller Uninstallation Complete Eemaldamine lõpetatud %1 has been uninstalled. %1 on eemaldatud. Must run as root Tuleb käivitada juurkasutajana %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 eemaldaja %1 is currently installed. Remove the existing version? Hetkel on paigaldatud %1. Kas eemalda olemasolev versioon? unetbootin_eu.ts0000664000175000017500000016642112154035430012754 0ustar gezageza Basque translation for unetbootin Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2011. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-03-22 23:12+0000 Last-Translator: Aiguanachein <Unknown> Language-Team: Basque <eu@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk Disko gogorra USB Drive USB unitatea ISO ISO Floppy Disketea either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files Fitxategi guztiak All Files (*) Fitxategi guztiak (*) Open Kernel File Kernel-aren fitxategia ireki Open Initrd File Initrd fitxategia ireki Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found Ezin da Kernel-aren fitxategia aurkitu The specified kernel file %1 does not exist. Initrd file not found Ezin da Initrd fitxategia aurkitu The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_fa.ts0000664000175000017500000017460312154035430012732 0ustar gezageza Persian translation for unetbootin Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2013. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-04-22 13:23+0000 Last-Translator: Hossein Sn <nice.sn2000@gmail.com> Language-Team: Persian <fa@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight چپ به راست unetbootin Hard Disk هارد دیسک USB Drive درایو USB ISO ISO Floppy فلاپی either هردو LiveUSB persistence FAT32-formatted USB drive درایو USB فرمت شده FAT32 EXT2-formatted USB drive درایو USB فرمت شده EXT2 Open Disk Image File بازکردن فایل ایمیج دیسک All Files همه فایل‌ها All Files (*) همه فایل‌ها (*) Open Kernel File بازکردن فایل کرنل Open Initrd File بازکردن فایل Initrd Open Bootloader Config File بازکردن فایل پیکربندی بوت لودر Insert a USB flash drive یک درایو فلش USB وارد کنید No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro یک توزیع انتخاب کنید You must select a distribution to load. شما باید یک توزیع برای بارگذاری انتخاب کنید. Select a disk image file You must select a disk image file to load. شما باید یک فایل ایمیج دیسک برای بارگذاری انتخاب کنید. Select a kernel and/or initrd file یک فایل کرنل و/یا initrd انتخاب کنید You must select a kernel and/or initrd file to load. شما باید یک فایل کرنل و/یا initrd برای بارگذاری انتخاب کنید. Diskimage file not found فایل ایمیج دیسک پیدا نشد The specified diskimage file %1 does not exist. فایل ایمیج دیسک تعیین شده %1 وجود ندارد. Kernel file not found فایل کرنل پیدا نشد The specified kernel file %1 does not exist. فایل کرنل تعیین شده %1 وجود ندارد. Initrd file not found فایل Initrd یافت نشد The specified initrd file %1 does not exist. فایل Initrd تعیین شده %1 وجود ندارد. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? %1 فضای کافی ندارد، فرآیند نصب متوقف شود؟ The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 درحال کپی فایل کرنل از %1 Locating initrd file in %1 Copying initrd file from %1 درحال کپی فایل Initrd از %1 Extracting bootloader configuration درحال استخراج پیکربندی بوت لودر <b>Extracting compressed iso:</b> %1 <b>درحال استخراج iso فشرده شده</b> %1 Copying file, please wait... درحال کپی فایل، لطفا صبر کنید... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes <b>کپی شده:</b> 0 bytes Extracting files, please wait... درحال استخراج فایل ها، لطفا صبر کنید... <b>Archive:</b> %1 <b>آرشیو:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>استخراج شده:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>استخراج شده:</b> %1 of %2 files Downloading files, please wait... درحال دانلود فایل ها، لطفا صبر کنید... <b>Downloaded:</b> 0 bytes <b>دریافت شده:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>دریافت شده:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>کپی شده:</b> %1 of %2 Searching in <a href="%1">%1</a> درحال جستجو در <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 یافت نشد %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (جاری) (Done) (اتمام) Configuring grub2 on %1 درحال پیکربندی grub2 روی %1 Configuring grldr on %1 درحال پیکربندی grldr روی %1 Configuring grub on %1 درحال پیکربندی grub روی %1 Installing syslinux to %1 درحال نصب syslinux در %1 Installing extlinux to %1 درحال نصب extlinux در %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == انتخاب توزیع == == Select Version == == انتخاب نسخه == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load یک فایل ایمیج دیسک برای بارگذاری تعیین کنید Disk&image &ایمیج دیسک Manually specify a kernel and initrd to load بصورت دستی یک کرنل و initrd برای بارگذاری تعیین کنید &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK تأیید Return بازگشت Cancel لغو Esc Esc Reboot Now راه اندازی مجدد Exit خروج 1. Downloading Files 1. درحال دریافت فایل ها 2. Extracting and Copying Files 2. درحال استخراج و کپی فایل ها 3. Installing Bootloader 3. درحال نصب بوت لودر 4. Installation Complete, Reboot 4. اتمام نصب، راه اندازی مجدد Select the target drive to install to درایو مورد نظر جهت نصب را انتخاب کنید Dri&ve: درای&و: Select the installation target type &Type: &نوع: Select the distribution version نسخه توزیع را انتخاب کنید Select disk image file فایل ایمیج دیسک را انتخاب کنید ... ... Select the disk image type نوع ایمیج دیسک را انتخاب کنید Specify a floppy/hard disk image, or CD image (ISO) file to load یک ایمیج فلاپی/هارد دیسک یا ایمیج سی دی (ISO) را برای بارگذاری تعیین کنید Specify a kernel file to load یک فایل کرنل را برای بارگذاری تعیین کنید Select kernel file فایل کرنل را انتخاب کنید Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file فایل syslinux.cfg یا isolinux.cfg را انتخاب کنید Specify parameters and options to pass to the kernel پارامتر ها و گزینه ها را برای انتقال به کرنل تعیین کنید &Kernel: &کرنل: Init&rd: &Options: &گزینه ها: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_fi.ts0000664000175000017500000022067412154035430012742 0ustar gezageza Finnish translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-10-24 17:45+0000 Last-Translator: Jiri Grönroos <Unknown> Language-Team: Finnish <fi@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight VasemmaltaOikealle unetbootin Hard Disk Kiintolevy USB Drive USB-asema ISO ISO Floppy Levyke either Ei kumpikaan LiveUSB persistence LiveUSB:n pysyvyys FAT32-formatted USB drive FAT32-alustettu USB-asema EXT2-formatted USB drive EXT2-alustettu USB-asema Open Disk Image File Avaa levykuvatiedosto All Files Kaikki tiedostot All Files (*) Kaikki tiedostot (*) Open Kernel File Avaa kernel-tiedosto Open Initrd File Avaa initrd-tiedosto Open Bootloader Config File Avaa käynnistyslataajan asetustiedosto Insert a USB flash drive Kiinnitä USB-asema No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB-asemia ei löytynyt. Jos olet jo kiinnittänyt USB-aseman, yritä alustaa se käyttäen FAT32-tiedostojärjestelmää. %1 not mounted %1 ei ole liitetty You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Sinun täytyy ensin liittää USB-asema %1 liitospisteeseen. Useimmat jakeluversiot tekevät tämän automaattisesti kun poistat ja laitat USB-aseman takaisin paikoilleen. Select a distro Valitse jakelu You must select a distribution to load. Sinun täytyy valita ladattava jakelu. Select a disk image file Valitse levykuva. You must select a disk image file to load. Sinun täytyy valita ladattava levykuva. Select a kernel and/or initrd file Valitse kernel- ja/tai initrd-tiedosto You must select a kernel and/or initrd file to load. Sinun täytyy valita ladattava kernel ja/tai initrd-tiedosto. Diskimage file not found Levykuvaa ei löytynyt. The specified diskimage file %1 does not exist. Levykuvatiedostoa %1 ei ole olemassa. Kernel file not found Kernel-tiedostoa ei löytynyt The specified kernel file %1 does not exist. Kernel-tiedostoa %1 ei ole olemassa. Initrd file not found Initrd-tiedostoa ei löytynyt The specified initrd file %1 does not exist. Initrd-tiedostoa %1 ei ole olemassa. %1 exists, overwrite? %1 on jo olemassa, korvataanko se? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Tiedosto '%1' on jo olemassa. Valitse jokin seuraavista toiminnoista: Kyllä kaikkiin - korvaa kaikki aikaisemmat tiedostot; Kyllä - korvaa tiedostot yksi kerrallaan; Ei - säästä nykyinen versio. %1 is out of space, abort installation? %1 - levytila lopussa, perutaanko asennus? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Hakemistosta %1 on loppunut tila. Valitse jokin seuraavista toiminnoista: Kyllä - keskeytä asennus; Ei - hylkää tämä virheilmoitus ja yritä jatkaa asennusta; Ei kaikkiin - hylkää kaikki mahdolliset levytilaan liittyvät ilmoitukset jatkossa. Locating kernel file in %1 Paikallistetaan kerneltiedostoa kohteessa %1 Copying kernel file from %1 Kopioidaan kerneltiedostoa kohteesta %1 Locating initrd file in %1 Paikallistetaan initrd-tiedostoa kohteessa %1 Copying initrd file from %1 Kopioidaan initrd-tiedostoa kohteesta %1 Extracting bootloader configuration Puretaan käynnistyslataajan asetuksia <b>Extracting compressed iso:</b> %1 </a>Puretaan tiivistettyä iso-tiedostoa:</a> %1 Copying file, please wait... Kopioidaan tiedostoa, odota... <b>Source:</b> <a href="%1">%1</a> <b>Lähde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Kohde:</b> %1 <b>Copied:</b> 0 bytes <b>Kopioitu:</b> 0 tavua Extracting files, please wait... Puretaan tiedostoja, odota... <b>Archive:</b> %1 <b>Arkisto:</b> %1 <b>Source:</b> <b>Lähde:</b> <b>Destination:</b> <b>Kohde:</b> <b>Extracted:</b> 0 of %1 files <b>Purettu:</b> 0 / %1 tiedostoa <b>Source:</b> %1 (%2) <b>Lähde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Kohde:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Purettu:</b> %1 / %2 tiedostoa Downloading files, please wait... Ladataan tiedostoja, odota... <b>Downloaded:</b> 0 bytes <b>Ladattu:</b> 0 tavua Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Ladattu:</b> %1 / %2 <b>Copied:</b> %1 of %2 <b>Kopioitu:</b> %1 / %2 Searching in <a href="%1">%1</a> Haetaan: <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 ei löytynyt %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. Kohdetta %1 ei löytynyt. Tämä tarvitaan asennustoiminnolle %2. Asenna ensin paketti "%3", tai jokin muu linux-jakeluasi vastaava paketti. (Current) (Nykyinen) (Done) (Valmis) Configuring grub2 on %1 Määritetään grub2:n asetuksia: %1 Configuring grldr on %1 Konfiguroidaan grldr kohteessa %1 Configuring grub on %1 Konfiguroidaan grub kohteessa %1 Installing syslinux to %1 Asennetaan syslinuxia: %1 Installing extlinux to %1 Asennetaan extlinuxia: %1 Syncing filesystems Synkronoidaan tiedostojärjestelmiä Setting up persistence Asetetaan pysyvyyttä After rebooting, select the Uudelleenkäynnistyksen jälkeen valitse After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Valitse USB-asema käynnistettäväksi mediaksi BIOS-valikosta uudelleenkäynnistyksen yhteydessä. %1 Käynnistetäänkö kone uudelleen nyt? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Luotua USB-laitetta ei voi käynnistää Mac-tietokoneella. Syötä USB-laite PC-tietokoneeseen ja valitse USB-käynnistys tietokoneen BIOS-asetuksista.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *TÄRKEÄÄ* Ennen tietokoneen uudelleenkäynnistystä aseta Ubuntun vaihtoehtoisversion (alternate) asennustiedosto kiintolevysi tai USB-laitteesi juurikansioon. Tiedostot voi ladata osoitteesta cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *TÄRKEÄÄ* Uudelleenkäynnistyksen jälkeen ohita ja jätä huomiotta mahdolliset virheilmoitukset ja valitse 'takaisin', mikäli CD-levyä kysytään. Tämän jälkeen mene päävalikkoon, valitse 'Aloita asennus' -toiminto, valitse lähteeksi 'Verkko', valitse protokollaksi 'HTTP', aseta palvelinta kysyessä arvoksi 'mirror.kernel.org' ja kansiota kysyttäessä aseta arvoksi '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *TÄRKEÄÄ* Ennen uudelleenkäynnistysta aseta Debian -käyttöjärjestelmän iso-tyypin asennustiedosto kiintolevysi tai USB-asemasi juurikansioon. Tiedostot voi hankkia osoitteesta cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *TÄRKEÄÄ* Uudelleenkäynnistyksen jälkeen ohita ja jätä huomiotta mahdolliset virheilmoitukset ja valitse 'takaisin', mikäli CD-levyä kysytään. Tämän jälkeen mene päävalikkoon, valitse 'Aloita asennus' -toiminto, valitse lähteeksi 'Verkko', valitse protokollaksi 'HTTP', aseta palvelinta kysyessä arvoksi 'download.fedora.redhat.com' ja kansiota kysyttäessä aseta arvoksi '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Valitse jakelu == == Select Version == == Valitse versio == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Tervetuloa käyttämään <a href="http://unetbootin.sourceforge.net/">UNetbootinia</a> (lyhenne sanoista Universal Netboot Installer). Käyttöohjeet:<ol><li>Valitse jakelu ja jakelun versio pudotusvalikoista tai vaihtoehtoisesti määritä levykuva itse.</li><li>Valitse asennustapa ja napsauta OK aloittaaksesi asennuksen USB-asemalle.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Verkkosivusto:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Kuvaus:</b> Arch Linux on kevyt jakelu, joka keskittyy nopeuteen ja joustavuuteen.<br/><b>Asennustiedot:</b> Oletusversio mahdollistaa asennuksen internetiä käyttäen (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Verkkosivusto:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Kuvaus:</b> BackTrack on verkkoanalysointiin ja tunkeutumistestaukseen tarkoitettu jakelu.<br/><b>Asennustiedot:</b> BackTrack käynnistyy ja toimii live-tilassa; asennusta ei vaadita jakelun käyttämiseksi. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Verkkosivusto:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Kuvaus:</b> CentOS on ilmainen Red Hat Enterprise Linux -klooni.<br/><b>Asennustiedot:</b> Oletusversio mahdollistaa asennuksen niin internetin (FTP) kautta kuin yhteydettömässäkin tilassa käyttäen etukäteen ladattuja ISO-tiedostoja. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Verkkosivusto:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Kuvaus:</b> CloneZilla on varmuuskopiointiin ja levykuvien hallintaan tarkoitettu jakelu.<br/><b>Asennustiedot:</b> CloneZilla käynnistyy ja toimii live-tilassa; sen käyttö ei vaadi asennusta. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Verkkosivusto:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Kuvaus:</b> Damn Small Linux on vanhoille tietokoneille suunnattu minimalistinen jakelu.<br/><b>Asennustiedot:</b> Live-versio lataa järjestelmän kokonaisuudessaan keskusmuistiin, joten asennus kiintolevylle ei ole välttämätöntä. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Kuvaus:</b> Debian on laajan yhteisön kehittämä Linux-jakelu. Debian tukee lukuisia arkkitehtuureja ja sen ohjelmistolähteet sisältävät paljon paketteja.<br/><b>Asennustiedot:</b> NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta. Jos haluat käyttää ennalta ladattua install-versiota, käytä HdMedia-valintaa ja aseta install-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Verkkosivusto:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Kuvaus:</b> Fedora on Red Hatin sponsoroima yhteisöön perustuva jakelu, jossa on uusimpia avoimen lähdekoodin ohjelmistoja.<br/><b>Asennustiedot:</b> Live-versio mahdollistaa käynnistyksen live-tilaan, josta on mahdollista käynnistää asennusohjelma. NetInstall-versio mahdollistaa asennuksen niin internetin (FTP) kautta kuin yhteydettömässäkin tilassa käyttäen etukäteen ladattuja ISO-tiedostoja. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Verkkosivusto:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Kuvaus:</b> FreeDOS on ilmainen MS-DOS-yhteensopiva käyttöjärjestelmä.<br/><b>Asennustiedot:</b> Lue asennustiedot projektin sivustolla olevasta <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">ohjekirjasta</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Verkkosivusto:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Kuvaus:</b> Kaspersky Rescue Disk havaitsee ja poistaa haittaohjelmia koneella olevasta Windows-asennuksesta.<br/><b>Asennustiedot:</b> Live-versio käynnistyy live-tilaan, josta on mahdollista suorittaa haittaohjelmien etsintä. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Kuvaus:</b> Kubuntu on virallinen Ubuntu-johdannainen, jonka työpöytäympäristönä on KDE.<br/><b>Asennustiedot:</b> Live-versio on mahdollista käynnistää live-tilaan, josta on mahdollista suorittaa varsinainen asennus. NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta; sillä voi asentaa myös Ubuntun tai muun Ubuntu-johdannaisen. Jos haluat käyttää ennalta ladattua alternate-versiota (ei työpöytäversiota), käytä HdMedia-valintaa ja aseta alternate-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Verkkosivusto:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Kuvaus:</b> openSUSE on helppokäyttöinen Novellin sponsoroima jakelu.<br/><b>Asennustiedot:</b> Oletusversio mahdollistaa asennuksen internetin kautta (FTP:tä käyttäen) tai yhteydettömässä tilassa, jolloin käytetään ennalta ladattuja ISO-asennustiedostoja. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Verkkosivusto:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Kuvaus:</b> Ophcrack voi murtaa Windows-salasanoja.<br/><b>Asennustiedot:</b> Ophcrack käynnistyy live-tilassa; asennusta ei vaadita Ophcrackin käyttämiseksi. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Verkkosivusto:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Kuvaus:</b> Puppy Linux on vanhoille tietokoneilla suunnattu jakelu.<br/><b>Asennustiedot:</b> Live-versio lataa järjestelmän kokonaisuudessaan keskusmuistiin, joten asennus kiintolevylle ei ole välttämätöntä. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Verkkosivusto:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Kuvaus:</b> Slax on Slackwareen pohjautuva KDE-työpöydällä varustettu jakelu.<br/><b>Asennustiedot:</b> Live-versio mahdollistaa käynnistyksen live-tilaan, josta asennusohjelma on mahdollista käynnistää. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Kuvaus:</b> Ubuntu on helppokäyttöinen Debianiin pohjautuva jakelu. Ubuntu lienee suosituin Linux-jakelu työpöytäkäytössä.<br/><b>Asennustiedot:</b> Live-versio on mahdollista käynnistää live-tilaan, josta on mahdollista suorittaa varsinainen asennus. NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta; sillä voi asentaa myös Kubuntun tai muun Ubuntu-johdannaisen. Jos haluat käyttää ennalta ladattua alternate-versiota (ei työpöytäversiota), käytä HdMedia-valintaa ja aseta alternate-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Verkkosivusto:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Kuvaus:</b> Xubuntu on virallinen Ubuntu-johdannainen, jonka työpöytäympäristönä on XFCE.<br/><b>Asennustiedot:</b> Live-versio on mahdollista käynnistää live-tilaan, josta on mahdollista suorittaa varsinainen asennus. NetInstall-versio mahdollistaa asennuksen verkon (FTP) kautta; sillä voi asentaa myös Kubuntun tai muun Ubuntu-johdannaisen. Jos haluat käyttää ennalta ladattua alternate-versiota (ei työpöytäversiota), käytä HdMedia-valintaa ja aseta alternate-version ISO-tiedosto USB-levyn/kiintolevyn juureen. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Valitse tuettujen jakeluiden luettelosta &Distribution &Jakelu Specify a disk image file to load Valitse levykuva Disk&image Levy&kuva Manually specify a kernel and initrd to load Valitse itse ladattava kernel ja initrd &Custom &Mukautettu Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): Uudelleenkäynnistysten välillä säilytettävä tila (vain Ubuntu): MB Mt OK OK Return Takaisin Cancel Peru Esc Esc Reboot Now Käynnistä uudelleen nyt Exit Lopeta 1. Downloading Files 1. Ladataan tiedostoja 2. Extracting and Copying Files 2. Puretaan ja kopioidaan tiedostoja 3. Installing Bootloader 3. Asennetaan käynnistyslataajaa 4. Installation Complete, Reboot 4. Asennus valmis, uudelleenkäynnistä Select the target drive to install to Valitse kohdeasema, johon asennus suoritetaan Dri&ve: A&sema: Select the installation target type Valitse asennuksen kohdetyyppi &Type: &Tyyppi: Select the distribution version Valitse jakeluversio Select disk image file Valitse levykuvatiedosto ... ... Select the disk image type Valitse levykuvan tyyppi Specify a floppy/hard disk image, or CD image (ISO) file to load Valitse ladattava disketti- tai kiintolevykuva, tai CD-levykuva (ISO-tiedosto) Specify a kernel file to load Valitse ladattava kernel Select kernel file Valitse kernel-tiedosto Specify an initrd file to load Valitse ladattava initrd-tiedosto Select initrd file Valitse initrd-tiedosto Select syslinux.cfg or isolinux.cfg file Valitse syslinux.cfg- tai isolinux.cfg-tiedosto Specify parameters and options to pass to the kernel Valitse kernelille välitettävät parametrit ja valinnat &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Valinnat: uninstaller Uninstallation Complete Asennuksen poisto on valmis %1 has been uninstalled. %1 on poistettu. Must run as root Vaatii suorituksen pääkäyttäjänä %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 on suoritettava pääkäyttäjän oikeuksin. Sulje sovellus ja käynnistä se uudelleen seuraavasti::<br/><b>sudo %1</b><br/>tai:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? %1 on parhaillaan asennettu. Poistetaanko nykyinen versio? unetbootin_fo.ts0000664000175000017500000017624012154035430012747 0ustar gezageza Faroese translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-11-07 22:02+0000 Last-Translator: Gunleif Joensen <Unknown> Language-Team: Faroese <fo@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Vinstru til høgru unetbootin Hard Disk Harðdiskur USB Drive Geymi ISO ISO Floppy Diskil either annahvørt LiveUSB persistence FAT32-formatted USB drive FAT32-forniðaður geymi EXT2-formatted USB drive EXT2-forsniðaður geymi Open Disk Image File Lat upp diskmyndafílu All Files Allar fílur All Files (*) Allar fílur (*) Open Kernel File Lat upp kjarnufílu Open Initrd File Lat upp Initrd fílu Open Bootloader Config File Lat upp byrjunarløðara samansetingafílu Insert a USB flash drive Set inn ein geyma No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Eingin geymi funnin. Um tú longu hevur sett ein geyma inn, royn at endursniða hann sum FAT32. %1 not mounted %1 ikki ísett You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Tú mást fyrst seta geyman í %1 eitt ísetingastað. Tær flestu linux útgávurnar gerða hetta sjálvvirknar, eftir at tú tekur geyman út og setur hann inn aftur. Select a distro Vel ein linux útgávu You must select a distribution to load. Tú mást velja eina linux útgávu at løða. Select a disk image file Vel eina diskmyndafílu You must select a disk image file to load. Tú mást velja eina diskmyndafílu at løða. Select a kernel and/or initrd file Vel ein kjarna og/ella initrd fílu You must select a kernel and/or initrd file to load. Tú mást velja ein kjarna og/ella initrd fílu at løða. Diskimage file not found Diskmyndafíla ikki funnin The specified diskimage file %1 does not exist. Tann tilskilaða diskmyndafílan %1 finnst ikki. Kernel file not found Kjarnufíla ikki funnin The specified kernel file %1 does not exist. Tann tilskilaða kjarnufílan %1 finnst ikki. Initrd file not found Initrd fílan er ikki funnin The specified initrd file %1 does not exist. Tann tilskilaða initrd fían %1 finnst ikki. %1 exists, overwrite? %1 finnst, skriva omaná? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fílan %1 finnst longu. Trýst 'Ja til alt' fyri at skriva omaná, og ikki verða ámint/ur aftur, 'Ja' fyri at skriva omaná fílur á einum einstøkum føri, og 'Nei' fyri at varveita núverandi útgávu. Er tú í iva, trýst 'Ja til alt' %1 is out of space, abort installation? %1 hevur ikki pláss, gevst við innlegging? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Fíluskráin %1 hevur ikki pláss. Trýst 'Ja' fyri at gevast við innlegging. 'Nei' fyri at síggja burtur frá hesari villu, og royna at halda á við innlegging; og 'Nei til allt' fyri at síggja burtur frá øllum pláss-trots-villum. Locating kernel file in %1 Copying kernel file from %1 Avriti kjarnufílu av %1 Locating initrd file in %1 Copying initrd file from %1 Avriti intrd-fílu av %1 Extracting bootloader configuration Pakki byrjunaðarløðara samanseting út <b>Extracting compressed iso:</b> %1 <b>Pakki út stappaða iso:</b> %1 Copying file, please wait... Avriti fílu, vinarliga bíða... <b>Source:</b> <a href="%1">%1</a> <b>Kelda:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Móttøkustaður:</b> %1 <b>Copied:</b> 0 bytes <b>Avritað:</b> 0 být Extracting files, please wait... Pakki út fílur, vinarliga bíða... <b>Archive:</b> %1 <b>Skjalasavn:</b> %1 <b>Source:</b> <b>Kelda:</b> <b>Destination:</b> <b>Móttøkustaður:</b> <b>Extracted:</b> 0 of %1 files <b>Útpakkað:</b> 0 of %1 fílur <b>Source:</b> %1 (%2) <b>Kelda:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Móttøkustaður:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Útpakkað:</b> %1 of %2 fílur Downloading files, please wait... Niðurtaki fílur, vinarliga bíða... <b>Downloaded:</b> 0 bytes <b>Niðurtikið:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Niðurtikið:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Avritað:</b> %1 av %2 Searching in <a href="%1">%1</a> Leiti í <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 samsvar í <a href="%3">%3</a> %1 not found %1 ikki funnin %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Núverandi) (Done) (Liðugt) Configuring grub2 on %1 Samanseti grub2 á %1 Configuring grldr on %1 Samanseti grldr á %1 Configuring grub on %1 Samanseti grub á %1 Installing syslinux to %1 Innleggi syslinux á %1 Installing extlinux to %1 Innleggi extlinux á %1 Syncing filesystems Stevjavni fílukervi Setting up persistence After rebooting, select the Eftir endurbyrjan, vel After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Eftir endurbyrjan, vel USB/geymu byrjanarkostin í BIOS byrjanarvalmyndini.%1 The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *UMRÁÐANDI* Áðrenn endurbyrjan, legg eina Debian innlegginga isofílu í rótfíluskránna á harðdiskanum ella geymanum. Hesar kunnu fást til vegs úr cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Heimasíða:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Lýsing:</b> Arch Linux er ein løøt útgáva, neystillað fyri ferð og tillagan.<br/><b>Innleggingar viðmerkingar:</b> Forsetta útgávan loyvir innlegging um alnetið (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vel úr listanum av tøkum útgávum &Distribution &Útgáva Specify a disk image file to load Vel eina diskmyndafílu at løða Disk&image D&iskmynd Manually specify a kernel and initrd to load Vel eina kjarnu og initrd fílu til handaliga løðing &Custom &Brúkara ásett Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return Vend aftur Cancel Ógilda Esc Esc Reboot Now Endurbyrja nú Exit Far út 1. Downloading Files 1. niðurtaki fílur 2. Extracting and Copying Files 2. Pakka út og avrita fílir 3. Installing Bootloader 3. Innleggi byrjunarløðara 4. Installation Complete, Reboot 4. Innlegging liðug, endyrbyrja Select the target drive to install to Vel máldrivuna at innleggja á Dri&ve: Dri&v: Select the installation target type Vel hvat miðlaslag ið tú vil skriva á &Type: &Slag: Select the distribution version Vel hvørja útgávu ið tú vil hava Select disk image file Vel diskmyndafílu ... ... Select the disk image type Vel diskmyndaslag Specify a floppy/hard disk image, or CD image (ISO) file to load Vel eina diskil/harðdiskamynd, ella fløgumynd (ISO) fílu at løða Specify a kernel file to load Vel eina kjarnufílu at løða Select kernel file Vel kjarnufílu Specify an initrd file to load Nevn eina initrd fílu at løða Select initrd file Vel initrd fílu Select syslinux.cfg or isolinux.cfg file Vel syslinux.cfg ella isolinux.cfg fílu Specify parameters and options to pass to the kernel Nevn bundnatøl og kostir at senda víðari til kjarnuna &Kernel: %Kjarni: Init&rd: Init&rd: &Options: &Kostir: uninstaller Uninstallation Complete Av-innlegging fullfgjørd %1 has been uninstalled. %1 er vorðin av-innløgd Must run as root Má koyra sum rót %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 av-innleggjari %1 is currently installed. Remove the existing version? %1 er innlagt í løtuni. Tak burtur tí núverandi útgávuna? unetbootin_fr.ts0000664000175000017500000027025212154035431012751 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-11-25 01:10+0000 Last-Translator: cyrbil <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight DeGaucheADroite unetbootin Hard Disk Disque dur USB Drive Lecteur USB ISO ISO Floppy disquette either Aucun LiveUSB persistence persistance du Live USB FAT32-formatted USB drive Lecteur USB formaté en FAT32 EXT2-formatted USB drive Lecteur USB formaté en EXT2 Open Disk Image File Ouvrir le fichier image de disque All Files Tous les fichiers All Files (*) Tous les fichiers (*) Open Kernel File Ouvrir le fichier du noyau Open Initrd File Ouvrir l'initrd Open Bootloader Config File Ouvrir le fichier de configuration du gestionnaire de démarrage Insert a USB flash drive Insérer un disque USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Aucun disque USB détecté. Si vous l'avez déjà connecté, essayez de le reformater en FAT 32. %1 not mounted %1 n'est pas monté You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Vous devez d'abord monter le disque USB %1sur un point de montage. La plupart des distributions le font automatiquement à la connexion. Select a distro Choisir une distribution You must select a distribution to load. Vous devez choisir une distribution à charger. Select a disk image file Choisir un fichier image You must select a disk image file to load. Vous devez choisir une image à charger. Select a kernel and/or initrd file Choisir un noyau et-ou un initrd You must select a kernel and/or initrd file to load. Vous devez choisir un noyau et-ou un initrd Diskimage file not found Le fichier image est introuvable The specified diskimage file %1 does not exist. L'image %1 choisie n'existe pas Kernel file not found Noyau introuvable The specified kernel file %1 does not exist. Le noyau %1 choisi n'existe pas. Initrd file not found Initrd introuvable The specified initrd file %1 does not exist. L'initrd %1 n'existe pas. %1 exists, overwrite? %1 existe, écraser ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Le fichier %1 existe déjà. Cliquer 'Oui à tout' pour l'écraser et ne plus être questionné à ce sujet, 'Oui' pour écraser isolément et 'Non' pour garder la version existante. Dans le doute, 'Oui à tout'. %1 is out of space, abort installation? espace disque insuffisant sur %1, annuler l'installation ? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Il n'y a plus d'espace disponible dans le répertoire %1. Pressez 'Oui' pour annuler l'installation, 'Non' pour ignorer cette erreur et continuer malgré tout l'installation, ou 'Non à tout' pour ignorer tout les messages d'erreur liés à un manque d'espace disque. Locating kernel file in %1 Localisation du fichier de kernel en %1 Copying kernel file from %1 Copie du fichier de kernel de %1 Locating initrd file in %1 Localisation du fichier initrd en %1 Copying initrd file from %1 Copie du fichier initrd de %1 Extracting bootloader configuration Extraction de la configuration du bootloader <b>Extracting compressed iso:</b> %1 <b>Extraction de l'iso compressé :</b> %1 Copying file, please wait... Copie de fichiers, patientez s'il vous plaît ... <b>Source:</b> <a href="%1">%1</a> <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destination:</b> %1 <b>Copied:</b> 0 bytes <b>Copiés :</b> 0 bytes Extracting files, please wait... Extraction des fichiers, patientez... <b>Archive:</b> %1 <b>Archive:</b> %1 <b>Source:</b> <b>Source:</b> <b>Destination:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Extrait :</b> 0 de %1 fichiers <b>Source:</b> %1 (%2) <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extrait :</b> %1 de %2 fichiers Downloading files, please wait... Téléchargement des fichiers, veuillez patienter... <b>Downloaded:</b> 0 bytes <b>Téléchargé :</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Échec du téléchargement de %1 %2 depuis %3. Veuillez télécharger le fichier ISO directement depuis le site et charger le fichier à l'aide de l'option diskimage. <b>Downloaded:</b> %1 of %2 <b>Téléchargé :</b> %1 sur %2 <b>Copied:</b> %1 of %2 <b>Copiés :</b> %1 de %2 Searching in <a href="%1">%1</a> Recherche dans <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 trouvé(s) dans <a href="%3">%3</a> %1 not found %1 introuvable %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1introuvable. Nécessaire pour le mode d'installation %2. Installation du paquet "%3" ou l'équivalent de votre distribution (Current) (En cours) (Done) (Terminé) Configuring grub2 on %1 Configuration de grub2 sur %1 Configuring grldr on %1 Configuration de grldr sur %1 Configuring grub on %1 Configuration de grub sur %1 Installing syslinux to %1 Installation de syslinux sur %1 Installing extlinux to %1 Installation de extlinux sur %1 Syncing filesystems Synchronisation des systèmes de fichiers Setting up persistence Configurer la persistance After rebooting, select the Après avoir redémarré, choisissez le After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Après avoir redémarré, choisissez l'option "démarrez depuis un périphérique USB" dans le menu de démarrage du BIOS. %1 Redémarrer immédiatement? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Le dispositif USB créé ne s'amorcera pas sur un Mac. Insérez-le dans un PC, et sélectionnez l'option de démarrage sur USB dans le menu de démarrage du BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* Avant de redémarrer, placer une image ISO d'Ubuntu alternate (pas une version desktop), à la racine de votre disque dur ou de votre clef USB. Elle peut être obtenu depuis cdimage.ubuntu.com. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'mirrors.kernel.org' lorsqu'est demandé le serveur, et entrez '/centos/%1/os/%2' quand est demandé le dossier. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* Avant de redémarrer, placez un fichier iso d'installation de Debian à la racine de votre disque dur ou USB. Ils peuvent être obtenu à partir de cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.fedora.redhat.com' lorsqu'est demandé le serveur, et entrez '/pub/fedora/linux/development/%1/os' quand est demandé le dossier. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.fedora.redhat.com' lorsqu'est demandé le serveur, et entrez '/pub/fedora/linux/releases/%1/Fedora/%2/os' quand est demandé le dossier. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.opensuse.org' lorsqu'est demandé le serveur, et entrez '/factory/repo/oss' quand est demandé le dossier. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* Après le redémarrage, ignorez tout message d'erreur, et choisissez précédent si l'affichage demande un CD, puis allez au menu principal, choisissez l'option 'Commencez l'installation', choisissez 'Réseau' comme source, 'HTTP' comme protocole, entrez 'download.opensuse.org' lorsqu'est demandé le serveur, et entrez '/distribution/%1/repo/oss' quand est demandé le dossier. == Select Distribution == == Sélectionnez la distribution == == Select Version == == Sélectionnez la version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bienvenue dans <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> l'Installateur Universel de Boot. Utilisation : <ol><li>Sélectionner une distribution dans la liste suivante, ou spécifier le fichier à charger.</li><li>Choisir le type d'installation et valider pour commencer l'installation..</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Page d'accueil:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux est distribution légère optimisée pour la vitesse et la flexibilité.<br/><b>Notes d'installation:</b> La version par défaut autorise l'installation par l'internet via FTP. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Page Officielle:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack est une distribution spécialisée dans les analyses réseaux et tests d'intrusion.<br/><b>Notes d'installation:</b> BackTrack démarre et fonctionne en mode Live USB; Il n'est pas nécessaire de l'installer pour l'utiliser. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS est un clone libre de Linux Red Hat Entreprise.<br/><b>Notes d'installation :</b> La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Page Officielle:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla est une distribution utilisée pour sauvegarder les disques ou créer des images de disque.<br/><b>Notes d'installation:</b> CloneZilla démarre et fonctionne en mode Live USB; Il n'est pas nécessaire de l'installer pour l'utiliser. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Page d'accueil :</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description :</b> Damn Small Linux est une distribution minimaliste conçue pour les vieux ordinateurs.<br/><b>Notes d'installation :</b> La version autonome (live version) est entièrement chargée et exécutée en mémoire, l'installation n'étant pas nécessaire et seulement en option. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Decription: </b> Debian est une distribution développée par la communeauté qui supporte beaucoup d'architectures et offre un large choix de paquets.<br/><b>Notes d'installations:</b>La version de NetInstall permet l'installation via le FTP. Si vous voulez utiliser une iso pré-télechargée, utilisez l'option HdMedia, et après, placez l'iso sur le premier dossier de votre clée USB <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil :</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description :</b> Dreamlinux est une distribution facile d'accès basée sur Debian.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le systéme à partir duquel on peut optionnellement l'installer. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Page d'accueil:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus est un kit anti-virus d'urgence pour restorer un système détruit à cause d'un logiciel malveillant.<br/><b>Install Notes:</b> La version Live permet de démarer en mode live, à partir duquel une inspection des logiciels malveillants pourra être démarrée. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive est une distribution basée sur Debian offrant le gestionnaire de fenêtres enluminée.<br/><b>Notes d'installation:</b> La version Live permet le démarrage en mode live, à partir duquel l'installeur pourra éventuellement être lancé. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b><a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description :</b> Fedora une distribution d'une communauté soutenue par Red Hat qui utilisent les dernier logiciels libres.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. La version Netinstall permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description :</b> FreeBSD est un système d'exploitation de type Unix visant l'évolutivité et la performance.<br/><b>Notes d'installation :</b>La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Page d'accueil :</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description :</b> FreeDOS est un système d'exploitation compatible MS-DOS.<br/><b>Notes d'installation :</b> Voir le <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manuel</a> pour les détails d'installation. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Page d'accueil:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS est distribution NAS (Network-Attached Storage) open-source basée sur FreeBSD.<br/><b>Notes d'installation:</b> La version LiveCD crée un support RAM pour FreeNAS, et utilise une disquette formatée FAT ou une clé USB pour sauver le fichier de configuration. La version s'installe sur le disque dur. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description :</b> Frugalware est une distribution Linux basée sur la Slackware destinée à des utilisateurs expérimentés.<br/><b>Notes d'installation :</b> La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Page d'accueil:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX est une distribution Linux embarqué d'un Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>page d'accueil :</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense est une distribution appuyée par la FSF basée sur Ubuntu sans les composants non libres qui ont étés supprimés.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode Live, à partir duquel l'installation peut etre lancée. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description :</b>Gujin est un gestionnaire de démarrage qui peut prendre en charge le démarrage d'une variété de partitions et de fichiers.<br/><b>Notes d'installation :</b> Gujin démarre simplement, nul besoin de l'installer pour l'utiliser. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Page d'accueil:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b>Le disque de secours Kaspersky détecte et supprime les logiciels malveillants de votre installation Windows.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode Live, à partir duquel l'installation peut etre lancée. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descriptions:</b> Kubuntu une version officielle dérivant de Ubuntu proposant un bureau KDE.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode live, à partir duquel l'installeur peut, si besoin, être démarré. La version d'installation en réseau permet l'installation en FTP, et permet l'installation de Kubuntu et d'autres versions dérivées de Ubuntu. Si vous souhaitez utiliser un fichier iso alternate déjà téléchargé en lieu et place d'une installation par le bureau, utilisez l'option HdMedia, et placez le fichier iso d'installation alternate dans le répertoire racine de votre disque dur ou de votre volume usb <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Page d'accueil :</ b><a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description :</b> LinuxConsole est une distribution de bureau pour jouer à des jeux, facile à installer, facile à utiliser et rapide à démarrer.<br/> <b>Notes d'installation :</b> La version 1.0.2010 est la dernière version 1.0, courante maintenant disponible (exécutez liveuptate pour mettre à jour les modules et le noyau). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil :</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description :</b> Linux Mint est une distribution Linux basée sur Ubuntu et d'utilisation facile qui inclut des codecs propriétaire et des programmes supplémentaires.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu est dérivé officiel d'Ubuntu avec le bureau LXDE (LXDE desktop).<br/><b>Notes d'Installation:</b> La version Live permet le démarrage en mode Live, depuis lequel l'installeur peut être lancé falcutativement. La version NetInstall permet l'installation par FTP, peut installer Kubuntu et d'autres dérivés officiels Ubuntu. Si vous souhaitez utiliser une alternative pré-téléchargée (non bureau) installer l'iso, utilisez l'option HdMedia, et placez ensuite le fichier d'installation iso alternatif à la racine de votre disque dur ou clé USB. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Page d'accueil :</b> <ahref="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description :</b> Mandriva (anciennement Mandrake Linux) est une distribution d'accès facile.<br/><b>Notes d'installation :</b>La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. La version Netinstall permet l'installation par le réseau ou à partir d'une <a href="http://www.mandriva.com/en/download">image ISO « Free »</a> téléchargée auparavant. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>page d'accueil:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS est une distribution basée sur Debian. SimplyMEPIS est une version conviviale basée sur KDE, AntiX est une version plus légère pour les ordinateurs plus anciens.<br/><b>Notes d'installation :</b> MEPIS peut démarrer en mode Live, depuis lequel l'installation est possible. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Page d'accueil:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD est CD de démarrage qui télécharge et démarre les installations "netinstall" d'autres distributions .<br/><b>Notes d'installation:</b> NetbootCD démarre et s'exécute en mode live. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Page d'accueil:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX est une petite distribution dérivant de Slackware. Il est construit à partir de scripts linux live, et offre un bureau KDE. Il peut être démarré à partir d"un CD, ou d'une mémoire flash (clés USB ou lecteurs MP3), et peut être facilement personnalisé et développé..<br/><b>Notes d'installation:</b> La démarrage de NimbleX en en mode Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Page d'accueil:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> Offline NT Password et Registry Editor peuvent réinitialiser les mots de passe Windows et modifier le registre sur Windows 2000-Vista.<br/><b>Notes d'installation:</b> NTPasswd est démarré en mode live; aucune installation n'est requise pour l'utiliser. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Page d'accueil :</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description :</b> openSUSE est une distribution proposée par Novell grand public.<br/><b>Notes d'installation :</b> La version par défaut permet une installation en ligne (FTP) et hors ligne utilisant un fichier ISO téléchargé auparavant. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description :</b> Ophcrack peut craquer les mots de passe Windows.<br/><b>Notes d'installation :</b> Ophcrack démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Page d'accueil:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description :</b> Parted Magic comprend le gestionnaire de partitions GParted et d'autres utilitaires pouvant redimensionner, copier, sauvegarder et manipuler les partitions d'un disque.<br/><b>Notes d'installation :</b> Parted Magic démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Page d'accueil :</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description :</b> Puppy Linux est une distribution légère destinée aux ordinateurs anciens.<br/><b>Notes d'installation :</b> La version autonome (live version) est entièrement chargée et exécutée en mémoire, l'installation n'étant pas nécessaire et seulement en option. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Page d'accueil:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux est une distribution Live sur DVD basée sur Gentoo qui contient le gestionnaire de paquets Entropy en plus du gestionnaire Portage.<br/><b>Notes d'installation :</b> La version Live permet de démarrer en mode Live, depuis lequel l'installation est possible. La version LiteMCE nécessite 2GB, alors que la version complète requiert un périphérique USB de 8GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Page d'accueil:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix est une distribution GNU/Linux basée en Slackware (entièrement compatible) c'est simple, rapide et facile à utiliser.<br/>Commein bonsaï, Salix est petit, léger & le produit d'infinies précautions.<br/><b>Instructions d'Installation:</b> La version Live permet le démarrage en mode Live, à partir duquel peut être lancé facultativement l'installeur.<br/>Le mot de passe root par défaut est <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil :</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description :</b> Slax est une distribution basée sur Slackware et un bureau KDE.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Page d'accueil :</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description :</b> SliTaz est une distribution légère, orientée ordinateur de bureau.<br/><b>Notes d'installation : </b>La version autonome (live) fonctionne en mémoire, nul besoin de l'installer. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description :</b> Smart Boot Manager est un gestionnaire de démarrage qui peut s'affranchir des bogues ou limitations de certains BIOS.<br/><b>Notes d'installation :</b> SBM démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Page d'accueil :</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description :</b> Super Grub Disk est un gestionnaire de démarrage qui peut utiliser toute une variété de secteurs de démarrage (MBR) et réparer les lanceurs (bootloader).<br/><b>Notes d'installation :</b> SGD démarre et fonctionne de façon autonome, nul besoin de l'installer. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS est version non officielle dérivée de Ubuntu qui inclut par défaut des logiciels supplémentaires. Il nécessite un lecteur USB d'au moins 2GB pour être installé.<br/><b>Install Notes:</b> La version Live permet le démarrage en mode live, à partir duquel l'installeur pourra éventuellement être lancé. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu est une distribution, orientée utilisateur, basée sur Debian. Elle est actuellement la plus populaire des distribution linux pour poste de travail.<br/><b>Install Notes:</b> La version Live permet de démarrer en mode LIve, à partir duquel l'installeur pourra éventuellement être lancé. La version réseau (NetInstall) permet l'installation par FTP, et permet l'installation de Kubuntu et d'autres dérivés officiels de Ubuntu. Si vous souhaitez procéder à l'installation par fichier alternate iso déjà téléchargé sans passer par le bureau, utiliser l'option HdMedia, et placez le fichier iso d'installation alternate dans le répertoire racine de votre disque dur ou de votre lecteur usb <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Page d'accueil:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD est une distribution légère offrant une inferface type kiosque avec un navigateur internet et un lecteur multimédia.<br/><b>Notes d'installation:</b> La version Live charge le système entièrement en mémoire vive et démarre depuis la mémoire. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Page d'accueil:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu est une version officielle de Ubuntu offrant le bureau XFCE.<br/><b>Notes d'installation:</b> La version Live permet de démarrer en mode LIve, à partir duquel l'installeur pourra éventuellement être lancé. La version réseau (NetInstall) permet l'installation par FTP, et permet l'installation de Kubuntu et d'autres dérivés officiels de Ubuntu. Si vous souhaitez procéder à l'installation par fichier alternate iso déjà téléchargé sans passer par le bureau, utiliser l'option HdMedia, et placez le fichier iso d'installation alternate dans le répertoire racine de votre disque dur ou de votre lecteur usb <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Page d'accueil : </b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description :</b> Zenwalk est une distribution basée sur Slackware et le bureau XFCE.<br/><b>Notes d'installation :</b> La version autonome (live) permet de démarrer le système à partir duquel on peut optionnellement l'installer. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Page d'accueil : </b><a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description :</b> EeePCLinuxOS est une distribution facile d'accès basée sur PCLinuxOS pour l'EeePC.<br/><b>Notes d'installation :</b> S'assurer que le disque d'installation est vide et formaté avant l'installation. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Page d'accueil :</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description :</b> Ubuntu Eee n'est pas la seule distribution optimisée pour l'EeePC d'Asus. C'est un système d'exploitation qui utilise l'interface Netbook Remix, qui privilégie la mise à disposition des meilleurs logiciels disponibles au lieu des équivalents opensource. (Skype au lieu d'Ekiga, par exemple).<br/><b>Notes d'installation :</b> Assurez vous que le support d'installation est vide et formaté avant l'installation. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Page d'accueil:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive est une distribution basée sur Debian offrant le gestionnaire de fenêtres enluminée.<br/><b>Notes d'installation:</b> La version Live permet le démarrage en mode live, à partir duquel l'installeur pourra éventuellement être lancé. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Page d'accueil:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux est une version dérivée de Ubuntu, développée à l'origine pour les utilisateurs parlant le Roumain, le Hongrois ou l'Anglais.<br/><b>Notes d'installation:</b> Assurez vous que le support d'installation est vide et formatté avant de procéder à l'installation. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Page d'accueil:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense est une distribution GNU/Linux qui améliore Ubuntu et tend à créer une version de ce système d'exploitation complètement libre sans blob binaire ou paquets propriétaires.<br/><b>Notes d'installation:</b> Veuillez vous assurer que le média est vide et formaté avant de lancer l'installation. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Page d'accueil:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX est une petite distribution dérivant de Slackware. Elle est construite à partir de scripts linux live, et offre le bureau KDE. Elle peut être démarrée d'un CD, d'une mémoire flash (clé USB, lecteur MP3), et peut être facilement personalisée et développée.<br/><b>Notes d'installation:</b> NimbleX démarre en mode live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Page d'accueil :</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz est une distribution légère, orientée ordinateur de bureau.<br/><b>Notes d'installation :</b>La version autonome (live) fonctionne en mémoire, nul besoin de l'installer. Cet installeur est basé sur <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Page d'accueil:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD est une distribution légère offrant une interface simple de type kiosque avec un navigateur internet et un lecteur multimédia.<br/><b>Notes d'installation:</b> La version live charge le système entièrement en mémoire vive and démarre depuis la mémoire. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Choisir à partir d'une liste de distributions compatibles &Distribution &Distribution Specify a disk image file to load Choisir une image de disque à charger Disk&image Disque&Image Manually specify a kernel and initrd to load Choisir manuellement un noyau et un initrd à charger &Custom &Personalisé Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Espace à réserver pour les fichiers de l'utilisateur qui seront préservés même après redémarrage. Fonctionne uniquement sur les clés USB Live d'Ubuntu et dérivées. Si la valeur excède la capacité du support, l'espace disque maximal disponible sera alors utilisé. Space used to preserve files across reboots (Ubuntu only): Espace utilisé pour préserver les fichiers même après redémarrage (Ubuntu uniquement) : MB Mo OK OK Return Entrée Cancel Annuler Esc Échap Reboot Now Redémarrer Exit Quitter 1. Downloading Files 1. Téléchargement des fichiers 2. Extracting and Copying Files 2. Extraction et copie des fichiers 3. Installing Bootloader 3. Installer le gestionnaire de démarrage 4. Installation Complete, Reboot 4. Installation terminée, redémarrage Select the target drive to install to Choisir le support cible Dri&ve: Lecteur: Select the installation target type Choisir le type de support cible &Type: &Type : Select the distribution version Choisir la version de distribution Select disk image file Choisir l'image ... ... Select the disk image type Choisir le type d'image Specify a floppy/hard disk image, or CD image (ISO) file to load Préciser l'image de disquette ou de disque dur, l'image de CD (ISO) à charger Specify a kernel file to load Préciser le noyau à charger Select kernel file Choisir le noyau Specify an initrd file to load Préciser l'initrd à charger Select initrd file Choisir l'initrd Select syslinux.cfg or isolinux.cfg file Choisir le fichier syslinux.cfg ou isolinux.cfg file Specify parameters and options to pass to the kernel Préciser les options et paramètres du noyau &Kernel: Noyau: Init&rd: Init&rd: &Options: &Options: uninstaller Uninstallation Complete Désinstallation terminée %1 has been uninstalled. %1 a été désinstallé. Must run as root Seul root peut le lancer %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 doit être lancé avec les droits de super-utilisateur. Fermez-le, puis relancez-le en utilisant au choix:<br/><b>sudo %1</b><br/>ou:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Désinstallation %1 is currently installed. Remove the existing version? %1 est actuellement installé. Supprimer la version existante ? unetbootin_gl.ts0000664000175000017500000025767112154035431012756 0ustar gezageza Galician translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-04-13 17:54+0000 Last-Translator: Xosé <Unknown> Language-Team: Galician <gl@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight De esquerda a dereita unetbootin Hard Disk Disco duro USB Drive Unidade USB ISO ISO Floppy Disquete either calquera LiveUSB persistence LiveUSB persistente FAT32-formatted USB drive Dispositivo USB con formato FAT32 EXT2-formatted USB drive Dispositivo USB con formato EXT2 Open Disk Image File Abrir o ficheiro de imaxe de disco All Files Todos os ficheiros All Files (*) Todos os ficheiros (*) Open Kernel File Abrir o ficheiro do kernel Open Initrd File Abrir o ficheiro initrd Open Bootloader Config File Abrir o ficheiro de configuración do cargador de arranque Insert a USB flash drive Insira unha unidade flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Non se atoparon unidades USB. Se xa inseriu unha unidade USB, tente formatala como FAT32. %1 not mounted %1 non está montada You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. En primeiro lugar debe montar a unidade USB %1 nun punto de montaxe. A maioría das distribucións farano automaticamente despois de quitar e volver a inserir a unidade USB. Select a distro Escolla a distribución You must select a distribution to load. Debe escoller unha distribución para cargar Select a disk image file Escolla o ficheiro de imaxe de disco You must select a disk image file to load. Debe escoller un ficheiro de imaxe de disco para cargar Select a kernel and/or initrd file Escolla o kernel e/ou un ficheiro initrd You must select a kernel and/or initrd file to load. Debe escoller un kernel e/ou un ficheiro initrd para cargar. Diskimage file not found Non se atopa o ficheiro de imaxe de disco The specified diskimage file %1 does not exist. Ese ficheiro de imaxe de disco %1 non existe. Kernel file not found Non se atopa o ficheiro de kernel The specified kernel file %1 does not exist. O ficheiro de kernel %1 non existe. Initrd file not found Non se atopa o ficheiro initrd The specified initrd file %1 does not exist. Ese ficheiro initrd %1 non existe. %1 exists, overwrite? %1 xa existe, sobrescribilo? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. O ficheiro %1 xa existe. Prema «Si a todo» para sobrescribilo e que non sexa solicitado de novo, «Si» para sobrescribir os ficheiros de forma individual, e «Non» para conservar a versión existente. En caso de dubida, prema «Si a todo». %1 is out of space, abort installation? %1 non dispón de espazo; cancelar a instalación? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. O directorio %1 non dispón de espazo. Prema «Si» para interromper a instalación, «Non» para ignorar este erro e tratar de continuar a instalación, e «Non a todos» para facer caso omiso de todas as mensaxes de erro sobre o espazo dispoñíbel. Locating kernel file in %1 Localizando o ficheiro do kernel en %1 Copying kernel file from %1 Copiando o ficheiro do kernel desde %1 Locating initrd file in %1 Localizando o ficheiro initrd en %1 Copying initrd file from %1 Copiando o ficheiro initrd desde %1 Extracting bootloader configuration Extraendo a configuración do cargador de inicio (bootloader) <b>Extracting compressed iso:</b> %1 <b>Extraendo o ficheiro iso comprimido:</b> %1 Copying file, please wait... Copiando o ficheiro, agarde... <b>Source:</b> <a href="%1">%1</a> <b>Orixe:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... Extraendo ficheiros, agarde... <b>Archive:</b> %1 <b>Arquivo:</b> %1 <b>Source:</b> <b>Orixe:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraído:</b> 0 de %1 ficheiros <b>Source:</b> %1 (%2) <b>Orixe:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraído:</b> %1 de %2 ficheiros Downloading files, please wait... Descargando ficheiros, agarde... <b>Downloaded:</b> 0 bytes <b>Descargados:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Fallou a descarga de %1 %2 desde %3. Tente a descargar directamente o ficheiro ISO desde o sitio web e escóllao despois na opción de imaxe de disco. <b>Downloaded:</b> %1 of %2 <b>Descargados:</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> Buscando en <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 coincidencias en <a href="%3">%3</a> %1 not found Non se atopou %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 non atopado. É preciso para instalar en modo %2. Instale o paquete «%3» ou o equivalente na sua distribución. (Current) (Agora) (Done) (Feito) Configuring grub2 on %1 Configurando grub2 en %1 Configuring grldr on %1 Configurando grldr en %1 Configuring grub on %1 Configurando grub en %1 Installing syslinux to %1 Instalando syslinux en %1 Installing extlinux to %1 Instalando extlinux en %1 Syncing filesystems Sincronizando o sistema de ficheiros Setting up persistence Configuración da persistencia After rebooting, select the Despois de reiniciar, elixa o After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Despois de reiniciar, elixa a opción de arranque desde USB no menú de arranque do BIOS.%1 Reiniciar agora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Os dispositivos USB creados non arrancan en Mac. Insirao nun PC e escolla a opción de arranque USB no menú do BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar o sistema, coloque un ficheiro ISO de instalación alternativa (non a de escritorio) de Ubuntu no directorio raíz do seu disco ríxido ou memoria USB. Estes poden obterse en cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción «Iniciar a instalación» elixa «Rede» como a orixe, elixa como protocolo: «HTTP», escriba «mirrors.kernel.org» cando se lle pregunte por un servidor, e poña «/centos/%1/os%2» cando se lle pregunte polo directorio. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar o sistema, coloque un ficheiro ISO de instalación de «Debian» no directorio raíz do seu disco ríxido ou memoria USB. Estes poden obterse en cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción «Iniciar a instalación» elixa «Rede» como a orixe, elixa como protocolo: «HTTP», escriba «download.fedora.redhat.com" cando se lle pregunte por un servidor, e poña «/pub/fedora/linux/development/%1/os» cando se lle pregunte polo directorio. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción "Iniciar a instalación" elixa "Rede" como a orixe, elixa como protocolo: "HTTP", escriba "download.fedora.redhat.com" cando se lle pregunte por un servidor, e poña "/pub/fedora/linux/releases/%1/Fedora/%2/os" cando se lle pregunte polo directorio. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción "Iniciar a instalación" elixa "Rede" como a orixe, elixa como protocolo: "HTTP", escriba "download.opensuse.org" cando se lle pregunte por un servidor, e poña "/factory/repo/oss" cando se lle pregunte polo directorio. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Despois de reiniciar, ignore calquera mensaxe de erro e escolla novamente se llo piden un CD, vaia entón ao menú principal, escolla a opción "Iniciar a instalación" elixa "Rede" como a orixe, elixa como protocolo: "HTTP", escriba "download.opensuse.org" cando se lle pregunte por un servidor, e poña "/distribution/%1/repo/oss" cando se lle pregunte polo directorio. == Select Distribution == == Seleccionar a distribución == == Select Version == == Seleccionar a versión == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Reciba a benvida a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, o instalador de arranque en rede universal. Uso:<ol><li>Escolla unha distribución e versión para descargar da lista anterior, ou indique manualmente os ficheiros para cargar a seguir.</li><li>Escolla un tipo de instalación e prema Aceptar para comezar a instalación.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Páxina web:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrición:</b> Arch Linux é unha distribución lixeira optimizada para ser rápida e flexíbel.<br/><b>Notas de instalación:</b> A versión predeterminada permítelle instalala por Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrición:</b> BackTrack é unha distribución enfocada á análise de redes e probas de penetración.<br/><b>Notas da instalación:</b> BackTrack arranca e executase en modo vivo; non é necesario instalalo para podelo usar. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrición:</b> CentOS é un clon libre de Red Hat Entreprise Linux.<br/><b>Notas de instalación:</b> A versión predeterminada permítelle instalala tanto desde Internet (FTP) ou desconectado usando os ficheiros ISO previamente descargados. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrición:</b> CloneZilla é unha distribución usada para copias de seguridade (backup) e para imaxes de disco.<br/><b>Notas de instalación:</b> CloneZilla arranca e execútase en modo vivo; non se precisa a instalación para usala. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Páxina web:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrición:</b> Damn Small Linux é unha distribución minimalista con un tamaño total de 50 MB.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiro en RAM e arranca desde a memoria, non sendo precisa a instalación. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Páxina web> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descrición:</b> Debian é unha distribución Linux desenvolvida pola comunidade e é compatíbel cunha ampla variedade de arquitecturas ofrecendo unha gran variedade de paquetes.<br/><b>Notas da instalación:</b> a versión NetInstall permite a instalación a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrición:</b> Dreamlinux é unha distribución amigable baseada en Debian.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Páxina web:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrición:</b> Dr.Web AntiVirus é un anti-virus de emerxencia para restaurar un sistema danado por programas maliciosos .<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode executar a exploración de malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrición:</b> Elive é unha distribución baseada en Debian mais utiliza o xestor de xanelas Enlightenment.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrición:</b> Fedora é unha distribución da comunidade patrocinada por Red hat que se centra no software libre/de codigo aberto máis punteiro.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión Netinstall permite ambas instalacións: a través de internet (FTP), ou instalación desconectado usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrición:</b> FreeBSD é un sistema operativo de propósito xeral de tipo Unix deseñado para escalabilidade e rendemento.<br/><b>Notas de instalacion:</b> A versión predeterminada permite a instalación por internet (FTP), ou a instalación desconectado usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Páxina web:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrición:</b> FreeDOS é un sistema operativo compatible con MS-DOS.<br/><b>Notas de instalación:</b> Vexa o <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalles da instalación. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Páxina web:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrición:</b> FreeNAS é unha distribución NAS (Network-Attached Storage) de código aberto baseada en FreeBSD.<br/><b>Notas da instalación:</b> A versión CD vivo crea unha unidade RAM para o FreeNAS e emprega un disquete ou un dispositivo de memoria USB en formato FAT para gardar o ficheiro de configuración. A versión incrustada permite a instalación no disco ríxido. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrición:</b> Frugalware é unha distribución baseada en Slackaware de propósito xeral para usuarios avanzados.<br/><b>Notas de instalación</b> A opción predeterminada permite a instalación por internet (FTP), ou ainstalación desconectado usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Páxina de inicio:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrición:</b> GeeXboX é unha distribución co Linux Media Center incrustado.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrición:</b> gNewSense é unha distribución aprobada pola FSF sobre a base de Ubuntu con todos os compoñentes non libres eliminados.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Páxina web:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrición:</b> Gujin é un xestor de arranque gráfico, que pode arrancar varios volumes e ficheiros.<br/><b>Notas de instalación:</b> Gujin simplemente arranca e execútase, non é preciso instalar para utilizalo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Páxina web:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrición:</b> Kaspersky Rescue Disk detecta e elimina o malware da súa instalación de Windows.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar a exploración de malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Páxina web:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrición:</b> Kubuntu é unha distribución oficial derivada de Ubuntu que incorpora o escritorio KDE.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite instalar Kubuntu e outros derivados de Ubuntu a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación alternativa (non a de escritorio) no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Páxina web:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrición:</b> LinuxConsole é unha distribución de escritorio para xogos doada de instalar, doada de utilizar e rápida no inicio.<br/><b>Notas da instalación:</b> A 1.0.2010 é a 1.0 máis recente, dispoñíbel agora en edición en desenvolvmento (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://linuxmint.com/">http://linuxmint.com/</a><br/><b>Descrición:</b> Linux Mint é unha distribución baseada en Ubuntu orientada ao usuario que inclúe codecs privativos adicionais e outro software predeterminado.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Páxina web:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrición:</b> Mandriva é unha distribución orientada ao usuario antes coñecida como Mandrake Linux.<br/><b>Notas de instalación</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite a instalación por internet (FTP) ou descargando previamente os: <a href="http://www.mandriva.com/en/download">ficheiros de imaxe ISO "Free"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrición:</b> . MEPIS é unha distribución baseada en Debian. SimplyMEPIS é unha opción doada de usar baseada na versión de KDE, mentres que AntiX é unha versión lixeira para computadores antigos<br/><b>Notas de instalación:</b> MEPIS dispón de arranque en modo vivo a partir do que se pode lanzar o instalador. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Páxina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrición:</b> NimbleX é unha pequena e versátil distribución baseada en Slackware. Está construída empregando os sripts linux-live e incorpora un escritorio KDE. Pode arrancarse desde un CD ao vivo ou desde unha memoria «Flash» (dispositivos USB ou reprodutores MP3) e pode ser personalizada e ampliada de xeito doado. <br/><b>Notes da instalación:</b> NimbleX iniciase en modo ao vivo. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Páxina web:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descrición:</b> openSUSE é unha distribución patrocinada por Novell orientada ao usuario.<br/><b>Notas de instalación:</b> A versión predeterminada permite a instalación por internet (FTP), ou instalación desconectados usando as imaxes ISO descargadas previamente. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descrición:</b> Ophcrack pode romper os contrasinais de Windows.<br/><b>Notas de instalación:</b> Ophcrack arranca e execútase en modo vivo; non se precisa da instalación para usalo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Páxina web:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descrición:</b> Parted Magic inclúe o administrador de particións Gparted e outras utilidades de sistema que poden redimensionar, copiar, facer copias de seguridade e manipular particións de disco.<br/><b>Notas de instalación</b>Parted Magic arranca e funciona en modo vivo; non se precisa de ningunha instalación para usalo. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pxina web:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descrición:</b> Puppy Linux é unha distribución lixeira para computadoras antigas.<br/><b>Notas de instalación:</b> Na versión Live todo o sistema cárgase na memoria RAM e arranca desde a memoria, de tal xeito que a instalación, sendo opcional, non é necesaria. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Páxina web:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descrición:</b> Sabayon Linux é unha distribución «live» en DVD baseada en Gentoo coa funcionalidade do xestor de paquetes binarios «Entropy» ademáis dos paquetes fonte de «Portage».<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. LiteMCE é unha edición de 2 GB, mentres que a edición completa precisa dunha unidade USB de 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descrición:</b> Slax é unha distribución baseada en Slackware que utiliza o escritorio KDE.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Páxina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrición:</b> SliTaz é unha micro distribución moi lixeira orientada ao escritorio.<br/><b>Notas de instalación:</b> A versión Live carga o sistema en RAM e arranca desde a memoria, non é precisa a instalación para o seu uso. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Páxina web:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descrición:</b> Smart Boot Manager é un xestor de arranque que pode solucionar algunhas limitacións e erros relacionados co arranque da BIOS.<br/><b>Notas de instalación:</b> SBM simplemente arranca e execútase, non é precisa a súa instalación. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Páxina web:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descrición:</b> Super Grub Disk é un cargador de arranque que pode realizar moitas tarefas de recuperación do MBR e de cargadores de arranque.<br/><b>Notas de instalación:</b> SGD simplemente arranca execútase; non se precisa instalalo. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descrición:</b> Super OS é unha distribución non oficial derivada de Ubuntu que incorpora aplicativos adicionais. Precisa dunha unidade USB con 2GB de espazo para poder instalala.<br/><b>Notas da Instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Páxina web:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><br/><b>Descrición:</b> Ubuntu é unha distribució amigábel baseada en Debian. Actualmente é unha das distribucións Linux máis populares.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite instalar Ubuntu a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación alternativa (non a de escritorio) no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Páxina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrición:</b> xPUD é unha distribución moi lixeira cunha interface tipo "quiosco" con un navegador e un reprodutor multimedia.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiramente en RAM e arranca desde a memoria. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Páxina web:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descrición:</b> Xubuntu é unha distribución oficial derivada de Ubuntu que incorpora o escritorio XFCE.<br/><b>Notas da instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. A versión NetInstall permite instalar Xubuntu e outros derivados de Ubuntu a través de FTP. Se desexa empregar unha imaxe ISO descargada previamente, empregue a opción HDMedia e copie o ficheiro ISO de instalación alternativa (non a de escritorio) no directorio «/root» ou nunha unidade USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Páxina web:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descrición:</b> Zenwalk é unha distribución baseada en Slackware que utiliza o escritorio XFCE.<br/><b>Notas de instalación:</b> A versión Live permite o arranque en modo vivo a partir do que se pode iniciar o instalador. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Páxina web:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descrición:</b> EeePCLinuxOS é unha distribución amigable Para EeePC baseada en PCLinuxOS.<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Páxina web:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descrición:</b> Ubuntu Eee non é só Ubuntu optimizado para a Asus Eee PC. É un sistema operativo, utilizando a interface Netbook Remix, o que favorece o mellor software dispoñible no canto das alternativas de código aberto (é decir, Skype no canto de Ekiga).<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Páxina web:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive é unha distribución baseada en Debian mais utiliza o xestor de xanelas Enlightenment.<br/><b>Notas da instalación:</b> A versión Live permite arrancar en modo vivo, desde onde poderá iniciar o instalador. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Páxina web:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descrición:</b> Kiwi Linux é un derivado de Ubuntu inicialmente feito para usuarios de fala romanesa, húngara e inglesa.<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Páxina web:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrición:</b> gNewSense é unha distribución GNU/Linux de alta calidade creada a partir de Ubuntu que a estende e mellora para crear un sistema operativo completamente libre sen ningún tipo de burbulla binaria ou arbores de paquetes que conteñan software privativo.<br/><b>Notas de instalación:</b> Asegúrese de que o dispositivo está baleiro e formatado antes de proceder coa instalación. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Páxina web:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrición:</b> NimbleX é unha pequena e versátil distribución baseada en Slackware. Está construída empregando os sripts linux-live e incorpora un escritorio KDE. Pode arrancarse desde un CD ao vivo ou desde unha memoria «Flash» (dispositivos USB ou reprodutores MP3) e pode ser personalizada e ampliada de xeito doado. <br/><b>Notes da instalación:</b> NimbleX iniciase en modo ao vivo. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Páxina web:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrición:</b> SliTaz é moi lixeira, micro distribución orientada ao escritorio.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiramente en RAM e arranca desde a memoria, non se precisa instalación sendo esta opcional. O instalador está baseado en <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Páxina web:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrición:</b> xPUD é unha distribución moi lixeira con unha interface tipo "quiosco" cun navegador e un reprodutor multimedia.<br/><b>Notas de instalación:</b> A versión Live carga o sistema enteiramente en RAM e arranca desde a memoria. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Escoller dunha lista de distribucións dispoñíbeis &Distribution &Distribución Specify a disk image file to load Indique o ficheiro de imaxe de disco a cargar Disk&image &Imaxe de disco Manually specify a kernel and initrd to load Indicar manualmente o kernel e o initrd a cargar &Custom &Personalizado Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK Aceptar Return Volver Cancel Cancelar Esc Escape Reboot Now Reiniciar agora Exit Saír 1. Downloading Files 1. Descargando os ficheiros 2. Extracting and Copying Files 2. Extraendo e copiando os ficheiros 3. Installing Bootloader 3. Instalando o cargador de arranque 4. Installation Complete, Reboot 4. Completouse a instalación, reinicie Select the target drive to install to Escolla a unidade de destino na que instalar Dri&ve: &Unidade: Select the installation target type Escolla o tipo de instalación de destino &Type: &Tipo: Select the distribution version Escolla a versión da distribución Select disk image file Escolla o ficheiro de imaxe de disco ... ... Select the disk image type Escolla o tipo de imaxe de disco Specify a floppy/hard disk image, or CD image (ISO) file to load Indique unha imaxe de disquete/disco ríxido ou un ficheiro de imaxe de CD (ISO) para cargar Specify a kernel file to load Indique o ficheiro de kernel paraa cargar Select kernel file Escolla o ficheiro de kernel Specify an initrd file to load Indique un ficheiro initrd para cargar Select initrd file Escolla o ficheiro initrd Select syslinux.cfg or isolinux.cfg file Escolla o ficheiro syslinux.cfg ou isolinux.cfg Specify parameters and options to pass to the kernel Indique os parámetros e opcións que pasar ao kernel &Kernel: &Núcleo: Init&rd: Init&rd: &Options: &Opcións: uninstaller Uninstallation Complete Completouse a desinstalación %1 has been uninstalled. %1 foi correctamente desinstalado. Must run as root Debe executarse como administrador %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 ten que ser executado como administrador (root). Pécheo e volva a executalo empregando:<br/><b>sudo %1</b><br/>ou:<br/><b>su - -c '%1'</b> %1 Uninstaller Desinstalador de %1 %1 is currently installed. Remove the existing version? Actualmente está instalado %1. Eliminar a versión existente? unetbootin_he.ts0000664000175000017500000027605412154035431012744 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-12-27 08:33+0000 Last-Translator: Yaron <sh.yaron@gmail.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight RightToLeft unetbootin Hard Disk כונן קשיח USB Drive כונן USB ISO ISO Floppy דיסקט either או LiveUSB persistence שימור עם LiveUSB FAT32-formatted USB drive כונן USB בפריסת FAT32 EXT2-formatted USB drive כונן USB בפריסת EXT2 Open Disk Image File פתיחת קובץ דמות תקליטור All Files כל הקבצים All Files (*) כל הקבצים (*) Open Kernel File פתיחת קובץ ליבה Open Initrd File פתיחת קובץ Initrd Open Bootloader Config File פתיחת קובץ תצורת איתחול Insert a USB flash drive יש לחבר כונן USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. לא נמצאו כונני USB. במידה שכבר חובר כונן USB, יש לנסות לפרמט אותו כ־FAT32. %1 not mounted %1 אינו מעוגן You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. ראשית יש לעגן את כונן ה־USB %1 לנקודת עגינה. רוב ההפצות יעשו זאת אוטומטית לאחר הסרה וחיבור מחדש של כונן ה־USB. Select a distro יש לבחור הפצה You must select a distribution to load. יש לבחור הפצה לטעינה. Select a disk image file יש לבחור קובץ דמות תקליטור You must select a disk image file to load. יש לבחור קובץ דמות לטעינה. Select a kernel and/or initrd file יש לבחור ליבה ו/או קובץ initrd You must select a kernel and/or initrd file to load. יש לבחור ליבה ו/או קובץ initrd לטעינה. Diskimage file not found קובץ דמות התקליטור לא נמצא The specified diskimage file %1 does not exist. קובץ דמות התקליטור שצוין %1 אינו קיים. Kernel file not found קובץ הליבה לא נמצא The specified kernel file %1 does not exist. קובץ הליבה שצוין %1 לא נמצא. Initrd file not found קובץ ה־initrd לא נמצא The specified initrd file %1 does not exist. קובץ ה־initrd שצוין %1 לא נמצא. %1 exists, overwrite? %1 קיים, לשכתב? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. הקובץ %1 כבר קיים. יש ללחוץ על 'כן להכול' כדי לשכתב ושלא תופיע שאלה שוב, 'כן' כדי לשכתב קבצים באופן יחידני ו־'לא' כדי לשמור על הגרסה הנוכחית. אם קיים ספק, יש לבחור ב־'כן להכול'. %1 is out of space, abort installation? המקום שב־%1 אזל, האם לבטל את ההתקנה? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. בתיקייה %1 אין עוד מקום. ניתן ללחוץ על 'כן' כדי לבטל את ההתקנה, 'לא' כדי להתעלם משגיאה זו ולנסות להמשיך בהתקנה ו־'לא להכול' כדי להתעלם מכל ההתרעות אודות המחסור במקום. Locating kernel file in %1 מתבצע איתור של קובץ הליבה ב־%1 Copying kernel file from %1 קובץ הליבה מועתק מ־%1 Locating initrd file in %1 קומתבצע איתור של קובץ ה־initrd ב־%1 Copying initrd file from %1 קובץ ה־initrd מועתק מ־%1 Extracting bootloader configuration תצורת מנהל הטעינה מחולצת <b>Extracting compressed iso:</b> %1 <b>חילוץ קובץ ה־ISO הדחוס:</b>‏ %1 Copying file, please wait... הקבצים מועתקים, נא להמתין... <b>Source:</b> <a href="%1">%1</a> <b>מקור:</b>‏ <a href="%1">%1</a> <b>Destination:</b> %1 <b>יעד:</b>‏ %1 <b>Copied:</b> 0 bytes <b>הועתקו:</b> 0 בתים Extracting files, please wait... הקבצים בחילוץ, נא להמתין... <b>Archive:</b> %1 <b>ארכיון:</b>‏ %1 <b>Source:</b> <b>מקור:</b> <b>Destination:</b> <b>יעד:</b> <b>Extracted:</b> 0 of %1 files <b>חולצו:</b>‏ 0 מתוך %1 קבצים <b>Source:</b> %1 (%2) <b>מקור:</b>‏ %1 (%2) <b>Destination:</b> %1%2 <b>יעד:</b>‏ %1%2 <b>Extracted:</b> %1 of %2 files <b>חולצו:</b>‏ %1 מתוך %2 קבצים Downloading files, please wait... קבצים בהורדה, נא להמתין... <b>Downloaded:</b> 0 bytes <b>הורדו:</b>‏ 0 בתים Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. ההורדה של %1 %2 מ־%3 נכשלה. נא לנסות להוריד את קובץ ה־ISO ישירות מהאתר ולספק אותו דרך אפשרות דמות הכונן. <b>Downloaded:</b> %1 of %2 <b>הורדו:</b>‏ %1 מתוך %2 <b>Copied:</b> %1 of %2 <b>הועתקו:</b> %1 מתוך %2 Searching in <a href="%1">%1</a> חיפוש תחת <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 התאמות תחת <a href="%3">%3</a> %1 not found %1 לא נמצא %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 לא נמצא. רכיב זה נדרש למצב ההתקנה של %2. יש להתקין את החבילה "%3" או המקבילה להפצה שנבחרה. (Current) (נוכחי) (Done) (בוצע) Configuring grub2 on %1 הגדרת grub2 על גבי %1 Configuring grldr on %1 הגדרת grldr על %1 Configuring grub on %1 הגדרת grub על %1 Installing syslinux to %1 התקנת syslinux אל %1 Installing extlinux to %1 התקנת extlinux אל %1 Syncing filesystems סנכרון מערכות קבצים Setting up persistence הגדרת שימור After rebooting, select the לאחר האתחול, יש לבחור ב־ After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? לאחר ההפעלה מחדש, יש לבחור באפשרות ההפעלה מ־USB בתפריט ההפעלה של ה־BIOS.‏ %1 האם הפעיל מחדש כעת? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 התקן ה־USB שנוצר לא יכול לשמש לצורך אתחול Mac. יש להכניס את ההתקן למחשב ולבחור באפשרות האתחול באמצעות USB מתפריט האתחול של ה־BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *חשוב* בטרם ההפעלה מחדש, יש להציב קובץ iso של התקנה אלטרנטיבית (לא באמצעות שולחן עבודה) של אובונטו בתיקיית הבסיס של הכונן הקשיח או של כונן ה־USB שלך. ניתן להשיג קבצים אלה דרך cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *שובה* לאחר ההפעלה מחדש יש להתעלם מהודעות השגיאה ולבחור באחורה אם התבקש תקליטור, אז יש לגשת אל התפריט הראשי, לבחור באפשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין את הכתובת 'mirrors.kernel.org' כשיתבקש שם השרת ולהזין '/centos/%1/os/%2' כאשר יתבקש שם התיקייה. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *חשוב* בטרם ההפעלה מחדש, יש להציב קובץ iso של ההתקנה של דביאן בתיקיית הבסיס של הכונן הקשיח או של כונן ה־USB שלך. ניתן להשיג קבצים אלה דרך cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *חשוב* לאחר ההפעלה מחדש יש להתעלם מהודעות השגיאה ולבחור באחורה אם התבקש תקליטור, אז יש לגשת אל התפריט הראשי, לבחור באפשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין את הכתובת 'download.fedora.redhat.com' כשיתבקש שם השרת ולהזין '/pub/fedora/linux/development/%1/os' כאשר יתבקש שם התיקייה. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *חשוב* לאחר ההפעלה מחדש יש להתעלם מהודעות השגיאה ולבחור באחורה אם התבקש תקליטור, אז יש לגשת אל התפריט הראשי, לבחור באפשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין את הכתובת 'download.fedora.redhat.com' כשיתבקש שם השרת ולהזין '/pub/fedora/linux/releases/%1/Fedora/%2/os' כאשר יתבקש שם התיקייה. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *חשוב* לאחר ההפעלה מחדש יש להתעלם מהודעות השגיאה ולבחור באחורה אם התבקש תקליטור, אז יש לגשת אל התפריט הראשי, לבחור באפשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין את הכתובת 'download.opensuse.org' כשיתבקש שם השרת ולהזין '/factory/repo/oss' כאשר יתבקש שם התיקייה. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *חשוב* לאחר ההפעלה מחדש יש להתעלם מהודעות השגיאה ולבחור באחורה אם התבקש תקליטור, אז יש לגשת אל התפריט הראשי, לבחור באפשרות 'התחלת ההתקנה', לבחור ב־'רשת' כמקור, לבחור ב־'HTTP' כפרוטוקול, להזין את הכתובת 'download.opensuse.org' כשיתבקש שם השרת ולהזין ''/distribution/%1/repo/oss' כאשר יתבקש שם התיקייה. == Select Distribution == == נא לבחור הפצה == == Select Version == == נא לבחור גרסה == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> ברוך בואך אל <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, תכנית ההתקנה האוניברסלית דרך הרשת, שימוש:<ol><li>יש לבחור בהפצה ובגרסה להורדה מהרשימה שלהלן, או לציין קבצים מסויימים לטעינה להלן.</li><li>יש לבחור את סוג ההתקנה, וללחוץ על אישור כדי להתחיל בהתקנה.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>דף הבית:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>תיאור:</b>‏ Arch Linux היא הפצה קלילה המותאמת למהירות ולגמישות.<br/><b>הערות התקנה:</b> גרסת בררת המחדל מאפשרת התקנה דרך האינטרנט (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>תיאור:</b> BackTrack הנה הפצה המתמקדת בניתוח רשתות ובדיקות חדירה.<br/><b>הערות התקנה:</b> BackTrack פועלת ורצה במצב חי; אין צורך בהתקנה כדי להשתמש בה. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>תיאור:</b>‏ CentOS הנה כפילה חופשית של Red Hat Enterprise Linux.<br/>‏<b>הערות התקנה:</b> גרסת בררת המחדל מאפשרת התקנה דרך האינטרנט (FTP), או התקנה לא מקוונת באמצעות קובצי ISO שאוחזרו מראש. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>תיאור:</b> CloneZilla היה הפצה המשמשת לגיבוי כוננים וחילוץ תמונות כוננים.<br/><b>הערות התקנה:</b> CloneZilla מתאתחלת ופועלת במצב חי; אין צורך בהתקנתה כדי לעשות בה שימוש. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>דף הבית:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>תיאור:</b> Damn Small Linux הנה הפצה פשטנית המיועדת למחשבים ישנים.<br/><b>הערות התקנה:</b> הגרסה החיה טוענת את המערכת כולה אל זיכרון ה־RAM ומאתחלת מהזיכרון, כך שלא נדרשת התקנה אך היא אפשרית. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>תיאור:</b> Debian הנה הפצת לינוקס המפותחת באופן קהילתי התומכת במגוון רחב של תצורות מעבדים ומציעה מאגר רחב של חבילות.<br/><b>הערות התקנה:</b> הגרסה להתקנה מקוונת (NetInstall) מאפשרת להתקין דרך FTP. אם ברצונך להשתמש בקובץ iso שהורד מראש, יש להשתמש באפשרות HdMedia ואז להציב את קובץ ה־iso של ההתקנה בתיקיית הבסיס של הכונן הקשיח או כונן ה־USB שלך. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>תיאור:</b> Dreamlinux הנה הפצה ידידותית למשתמש מבוססת דביאן.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת אתחול במצב חי, ממנו ניתן להפעיל את תוכנית ההתקנה. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>דף הבית:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>תיאור:</b> Dr.Web AntiVirus הנה ערכת חירום מבוססת אנטיווירוס לשחזור מערכת שקרסה עקב תכנה זדונית.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי ממנו ניתן לבצע סריקות אחר תוכנות זדוניות. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>תיאור:</b> Elive היא הפצה מבוססת דביאן המשתמשת במנהל החלונות Enligtenment.‏<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי, ממנו ניתן להפעיל את תכנית ההתקנה. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>תיאור:</b> Fedora הנה הפצה קהילתית הממומנת על ידי Red Hat המציגה את התכנה החופשית/חינמית העדכנית ביותר.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת אתחול במצב חי, ממנו ניתן להפעיל את תכנית ההתקנה. גרסת התקנת הרשת מאפשרת התקנה דרך האינטרנט (FTP), או התקנה באמצעות קובצי ISO שאוחזרו מראש. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>תיאור:</b> FreeBSD הנה מערכת דמויית יוניקס לשימוש כללי המתוכננת לריבוי שינויים וביצועים.<br/><b>הערות התקנה:</b> גרסת בררת המחדל מאפשרת התקנה דרך האינטרנט (FTP), או התקנה לא מקוונת באמצעות קובצי ISO שאוחזרו מראש. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>דף הבית:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>תיאור:</b> FreeDOS הנה מערכת הפעלה תואמת MS-DOS<br/><b>הערות התקנה:</b> ניתן לעיין ב<a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">מדריך למשתמש</a> לפרטים על ההתקנה. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>דף הבית:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>תיאור:</b> FreeNAS הנה הפצה משובצת בקוד פתוח NAS (Network-Attached Storage/אחסון צמוד רשת) המבוססת על BSD.<br/><b>הערות התקנה:</b> גרסת התקליטור החי יוצרת כונן וירטואלי בזכרון עבור FreeNAS, ומשתמשת בדיסקט בפורמט FAT או בכונן USB לשמירת קובץ התצורה. הגרסה המשובצת מאפשרת התקנה אל הכונן הקשיח. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>תיאור:</b> Frugalware הנה הפצה המבוססת על Slackware לשימוש כללי.<br/><b>הערות התקנה:</b> אפשרות בררת המחדל מאפשרת התקנה דרך האינטרנט, או התקנה לא מקוונת באמצעות קובצי ISO שאוחזרו מראש. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>תיאור:</b> GeeXboX הנה הפצה המבוססת על לינוקס להתקנים משובצים לצורך מרכז מולטימדיה.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>תיאור:</b> gNewSense הנה הפצה המקבלת תמיכה מהמוסד לתכנה חופשית המבוססת על אובונטו אך אינה כוללת כלל רכיבים שאינם חופשיים.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי ממנו ניתן להפעיל את ההתקנה. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>דף הבית:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>תיאור:</b> Gujin הינו מנהל אתחול גרפי שיכול לבצע רצף אתחול באמצעות מגוון של כרכים וקבצים<br/><b>הערות התקנה:</b> Gujin פשוט מתאתחל ופועל; לא נדרשת התקנה כדי להשתמש בו. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>דף הבית:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>תיאור:</b> Kaspersky Rescue Disk מאתר ומסיר תוכנות זדוניות מהתקנת ה־Windows שלך.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי ממנו ניתן לבצע סריקות אחר תכנה זדונית. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>תיאור:</b>Kubuntu הנה נגזרת רשמית של Ubuntu עם סביבת שולחן העבודה KDE.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי ממנה ניתן להפעיל את ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מאפשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של אובונטו. אם ברצונך להשתמש בקובץ ה־iso להתקנה החלופית (ללא שולחן עבודה) יש להשתמש באפשרות ה־HdMedia, ואז להציב את קובץ ה־iso של ההתקנה החלופית בכונן הקשיח או בכונן ה־USB שלך. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>דף הבית:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>תיאור:</b> LinuxConsole הנה הפצה לשולחן העבודה לצורכי משחקים, פשוטה להתקנה, קלה לשימוש ועולה מהר .<br/><b>הערות התקנה:</b> גרסה 1.0.2010 הנה העדכנית ביותר לסדרה 1.0, זמינה כעת בהפצה מתגלגלת (יש להריץ liveupdate כדי לעדכן את המודולים והליבה). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>תיאור:</b> Linux Mint הנה הפצה ידידותית למשתמש המבוססת על אובונטו הכוללת מפענחים ותוכנות נוספות קנייניים כבררת מחדל<br/><b>הערות התקנה:</b>הגרסה החיה מאפשרת הפעלה במצב חי, ממנו ניתן לטעון את תכנית ההתקנה. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.lubuntu.org/">http://www.lubuntu.org</a><br/><b>תיאור:</b>Lubuntu הנה נגזרת רשמית של Ubuntu עם סביבת שולחן העבודה LXDE.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי ממנה ניתן להפעיל את ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מאפשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של אובונטו. אם ברצונך להשתמש בקובץ ה־iso להתקנה החלופית (ללא שולחן עבודה) יש להשתמש באפשרות ה־HdMedia, ואז להציב את קובץ ה־iso של ההתקנה החלופית בכונן הקשיח או בכונן ה־USB שלך. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>דף הבית:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>תיאור:</b> Mandriva הנה הפצה ידידותית למשתמש שבעברה נודעה בשם מנדרייק לינוקס.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת אתחול במצב חי, ממנו ניתן לטעון את תוכנית ההתקנה. גרסת ההתקנה מהרשת מאפשרת התקנה דרך האינטרנט או דרך <a href="http://www.mandriva.com/en/download">קובצי דמות ISO „חופשיים“</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>תיאור:</b> MEPIS הנה הפצה מבוססת דביאן. SimplyMEPIS היא גרסה ידידותית למשתמש המבוססת על KDE בעוד AntiX היא גרסה קלילה המיועדת למחשבים ישנים.<br/><b>הערות התקנה:</b> MEPIS תומכת בהפעלה במצב חי ממנו ניתן להפעיל את תכנית ההתקנה. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>דף הבית:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>תיאור:</b> NetbootCD הנו תקליטור קטן שמוריד ומפעיל תכניות התקנה מבוססות אינטרנט לשלל הפצות.<br/><b>הערות התקנה:</b> NetbootCD פועל ורץ במצב חי. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>דף הבית:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>תיאור:</b> NimbleX הנה הפצה קטנה וגמישה מבוססת Slackware. נבנתה באמצעות הסקריפטים של linux-live, ומציע שולחן עבודה מסוג KDE. נתין להפעיל ואתה מתקליטור CD או מהתקני הבזק (כונניUSB או נגני MP3), וניתנת בקלות להתאמה או להרחבה.<br/><b>הערות התקנה:</b> NimbleX מאותחלת במצב חי. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>תיאור:</b> עורך ססמאות NT ורישומי מערכת בלתי מקוונים יכול לאפס ולערוך את רישומי המערכת של Windows 2000-Vista.<br/><b>הערות התקנה:</b> NTPasswd מופעל ורץ במצב חי; לא נדרשת התקנה כדי להשתמש בכלי הזה. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>דף הבית:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>תיאור:</b> openSUSE הנה הפצה ידידותית למשתמש הממומנת על ידי נובל<br/><b>הערות התקנה:</b> גרסת בררת המחדל מאפשרת התקנה דרך האינטרנט (FTP), או התקנה לא מקוונת באמצעות קובצי ISO שאוחזרו מראש. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>תיאור:</b> Ophcrack יכול לפצח סיסמאות של Windows.<br/><b>הערות התקנה:</b> Ophcrack מתאתחל ומופעל במצב חי; לא נדרשת התקנה כדי להשתמש בו. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>דף הבית:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>תיאור:</b> Parted Magic כוללת את מנהל המחיצות GParted וכלי מערכת אחרים שביכולתם להעתיק, לגבות, לשנות את גודל ולעבוד עם מחיצות בכוננים.<br/><b>הערות התקנה:</b> Parted Magic מתאתחלת ופועלת במצב חי; לא נדרשת התקנה כדי להשתמש בה. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>דף הבית:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>תיאור:</b> Puppy Linux הנה הפצה קלת משקל המיועדת למחשבים ישנים.<br/><b>הערות התקנה:</b> הגרסה החיה טוענת את המערכת כולה אל זיכרון ה־RAM ומתאתחלת מהזיכרון, כך שאין צורך בהתקנה על אף שזה אפשרי. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>דף הבית:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>תיאור:</b> Sabayon Linux הנה הפצה ב־DVD מבוססת ג'נטו המציעה את מנהל החבילות הבינריות Entropy נוסף על המערכת מבוססת המקור Portage.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי, ממנו ניתן להפעיל את תהנית ההתקנה. מהדורת ה־LiteMCE הנה בגודל של 2 ג"ב, בעוד הגרסה המלאה דורשת כונן USB בגודל של 8 ג"ב. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>דף הבית:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>תיאור:</b> Salix הנה הפצת גנו/לינוקס המבוססת על Slackware (עם תאימות מלאה) והיא גם מערכת פשוטה, מהירה ונוחה לשימוש.<br/>ממש כמו עץ בונזאי, Salix הנה קטנה, קלילה ותוצר של טיפוח אינסופי.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת לעבוד במצב חי, ממנו ניתן להפעיל את תכנית ההתקנה לבחירתך.<br/>ססמת העל (root) כבררת מחדל הנה <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>תיאור:</b> Slax הנה הפצה המבוססת על Slackware הכוללת את שולחן העבודה KDE.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת אתחול במצב חי, ממנו ניתן להפעיל את תכנית ההתקנה. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>דף הבית:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>תיאור:</b> SliTaz הנה מיקרו הפצה קלת משקל המיועדת למחשבים שולחניים.<br/><b>הערות התקנה:</b> הגרסה החיה נטענת כולה אל זיכרון ה־RAM ומתאתחלת מהזיכרון, כך שאין צורך בהתקנה אך ניתן לבצע אותה. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>דף הבית:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>תיאור:</b> Smart Boot Manager הינו טוען איתחול המסוגל להתגבר על כמה מגבלות ותקלות במערכות ה־BIOS.<br/><b>הערות התקנה:</b> SBMפשוט מתאתחל ומופעל; לא נדרשת התקנה כדי להשתמש בו. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>דף הבית:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>תיאור:</b> Super Grub Disk הינו טוען איתחול המסוגל לבצע משימות שיחזור רבות עבור טוען האיתחול וה־MBR.<br/><b>הערות התקנה:</b> SGDפשוט מתאתחלת ומופעלת; לא נדרשת התקנה כדי להשתמש בה. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>תיאור:</b> Super OS הנה נגזרת בלתי רשמית של אובונטו הכוללת תוכנות נוספות כבררת מחדל. יש צורך בכונן USB בנפח של 2 ג״ב כדי להתקין.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי, ממנו ניתן להפעיל את תכנית ההתקנה. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>תיאור:</b>Ubuntu הנה הפצה ידידותית מבוססת דביאן. נכון לעכשיו זוהי הפצת הלינוקס הנפוצה ביותר למחשבים אישיים.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי ממנה ניתן להפעיל את ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מאפשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של אובונטו. אם ברצונך להשתמש בקובץ ה־iso להתקנה החלופית (ללא שולחן עבודה) יש להשתמש באפשרות ה־HdMedia, ואז להציב את קובץ ה־iso של ההתקנה החלופית בכונן הקשיח או בכונן ה־USB שלך. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>דף הבית:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>תיאור:</b> xPUD הנה הפצה קלילה המציעה מנשק דמוי קיוסק המציע דפדפן אינטרנט ונגן מדיה.<br/><b>הערות התקנה:</b> הגרסה החיה טוענת את כל המערכת אל זיכרון ה־RAM ומופעלת מהזיכרון. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>דף הבית:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>תיאור:</b>Xubuntu הנה נגזרת רשמית של Ubuntu עם סביבת שולחן העבודה XFCE.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת הפעלה במצב חי ממנה ניתן להפעיל את ההתקנה. גרסת ההתקנה המקוונת (NetInstall) מאפשרת להתקין דרך FTP, וניתן דרכה להתקין קובונטו ונגזרות רשמיות נוספות של אובונטו. אם ברצונך להשתמש בקובץ ה־iso להתקנה החלופית (ללא שולחן עבודה) יש להשתמש באפשרות ה־HdMedia, ואז להציב את קובץ ה־iso של ההתקנה החלופית בכונן הקשיח או בכונן ה־USB שלך. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>דף הבית:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>תיאור:</b> Zenwalk הנה הפצה המבוססת על Slackware הכוללת את שולחן העבודה XFCE.<br/><b>הערות התקנה:</b> הגרסה החיה מאפשרת אתחול במצב חי, ממנו ניתן להפעיל את תכנית ההתקנה. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>דף הבית:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>תיאור:</b> EeePCLinuxOS הנה הפצה ידידותית למשתמש המבוססת על PCLinuxOS עבור EeePC.<br/><b>הערות התקנה:</b> יש לוודא שהמדיה ריקה ומפורמטת בטרם המשך ההתקנה. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>דף הבית:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><br/><b>תיאור:</b> Ubuntu Eee אינה רק מותאמת עבור Asus Eee PC. זוהי מערכת הפעלה, באמצעות מנשק ה־Netbook Remix, המעדיף את התוכנה הטובה ביותר הזמינה על פני חלופות הקוד הפתוח (לדוגמה: Skype על פני Ekiga). <br/><b>הערות התקנה:</b> יש לוודא כי מדיית ההתקנה ריקה ומפורמטת בטרם המשך ההתקנה. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>דף הבית:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>תיאור:</b> Elive הנה הפצה מבוססת Debian המציעה את מנהל החלונות Enlightenment.<br/><b>הערות התקנה:</b>הגרסה החיה מאפשרת אתחול במצב חי, ממנו ניתן להפעיל את תכנית ההתקנה. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>דף הבית:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>תיאור:</b> Kiwi Linux הנה הפצת לינוקס שנגזרה מאובונטו ומיועדת בעיקר לדוברי רומנית, הונגרית ואנגלית.<br/><b>הערות התקנה:</b> יש לוודא שהמדיה המשמשת להתקנה ריקה ומפורמטת בטרם המשך ההתקנה. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>דף הבית:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>תיאור:</b> gNewSense הנה הפצת GNU/לינוקס המרחיבה ומשפרת את אובונטו ליצירת מערכת הפעלה חופשית לגמרי ללא כתמים בינאריים או עצי חבילות המכילים תכנה קניינית.<br/><b>הערות התקנה:</b> יש לוודא כי מדיית ההתקנה ריקה ומפורמטת בטרם המשך ההתקנה. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><b>דף הבית:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>תיאור:</b> NimbleX הנה הפצה קטנה וגמישה מבוססת Slackware. נבנתה באמצעות הסקריפטים של linux-live, ומציע שולחן עבודה מסוג KDE. נתין להפעיל ואתה מתקליטור CD או מהתקני הבזק (כונניUSB או נגני MP3), וניתנת בקלות להתאמה או להרחבה.<br/><b>הערות התקנה:</b> NimbleX מאותחלת במצב חי. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>דף הבית:</b> <br/><b>תיאור:</b> SliTaz הנה מיקרו הפצה קלת משקל המיועדת למחשבים שולחניים.<br/><b>הערות התקנה:</b> הגרסה החיה נטענת כולה אל זיכרון ה־RAM ומתאתחלת מהזיכרון, כך שאין צורך בהתקנה אך ניתן לבצע אותה. תכנית התקנה זו מבוססת על <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>דף הבית:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>תיאור:</b> xPUD היא הפצה קלת משקל המציגה מנשק בסיסי עם דפדפן אינטרנט ונגן מדיה.<br/><b>הערות התקנה:</b>הגירסה החיה טוענת את המערכת כולה לזכרון ה־RAM ומופעלת מהזכרון. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions יש לבחור מרשימת ההפצות הנתמכות &Distribution ה&פצה Specify a disk image file to load יש לציין קובץ דמות כונן לטעינה Disk&image דמות &כונן Manually specify a kernel and initrd to load בחירה ידנית של הליבה וה־initrd לטעינה &Custom ה&תאמה אישית Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. שטח לשימור קובצי משתמש כדי שניתן יהיה להשתמש בהן גם לאחר הפעלה מחדש. עובד רק עבור התקני LiveUSB של אובונטו ונגזרותיה. אם הערך חורג מגודל הכונן ייעשה שימוש בשטח הגדול ביותר הזמין. Space used to preserve files across reboots (Ubuntu only): השטח המשמש לשימור קבצים בין הפעלות מחדש (אובונטו בלבד): MB מ״ב OK אישור Return Enter Cancel ביטול Esc Esc Reboot Now איתחול כעת Exit יציאה 1. Downloading Files 1. הורדת קבצים 2. Extracting and Copying Files 2. חילוץ והעתקת קבצים 3. Installing Bootloader 3. התקנת תוכנית הטעינה 4. Installation Complete, Reboot 4. ההתקנה הושלמה, מתבצע איתחול Select the target drive to install to יש לבחור את כונן היעד להתקנה Dri&ve: &כונן: Select the installation target type יש לבחור את סוג יעד ההתקנה &Type: &סוג: Select the distribution version יש לבחור את גירסת ההפצה Select disk image file יש לבחור קובץ דמות כונן ... ... Select the disk image type יש לבחור את סוג דמות הכונן Specify a floppy/hard disk image, or CD image (ISO) file to load יש לציין את דמות הדיסקט/כונן קשיח או דמות תקליטור (ISO) לטעינה Specify a kernel file to load יש לציין קובץ ליבה לטעינה Select kernel file יש לבחור קובץ ליבה Specify an initrd file to load יש לציין קובץ initrd לטעינה Select initrd file יש לבחור קובץ initrd Select syslinux.cfg or isolinux.cfg file יש לבחור קובץ syslinux.cfg או isolinux.cfg Specify parameters and options to pass to the kernel יש לציין פרמטרים ואפשרויות להעברה אל הליבה &Kernel: &קרנל: Init&rd: Init&rd: &Options: &אפשרויות: uninstaller Uninstallation Complete ההסרה הושלמה %1 has been uninstalled. הסרת %1 הושלמה. Must run as root יש להפעיל כמשתמש על %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> יש להריץ את %2 כמשתמש על. יש לסגור את היישום, ולהפעיל אותו מחדש באחת הצורות הבאות:<br/><b>sudo %1</b><br/>או:<br/><b>su - -c '%1'</b> %1 Uninstaller התוכנית להסרת %1 %1 is currently installed. Remove the existing version? %1 מותקנת נכון לעתה. האם להסיר את הגירסה הקיימת? unetbootin_hr.ts0000664000175000017500000026530512154035431012756 0ustar gezageza Croatian translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-01-03 17:34+0000 Last-Translator: gogo <trebelnik2@gmail.com> Language-Team: Croatian <hr@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight S lijeva na desno unetbootin Hard Disk Čvrsti disk USB Drive USB uređaj ISO ISO Floppy Disketa either ili LiveUSB persistence LiveUSB dodatni slobodni prostor FAT32-formatted USB drive FAT32 formatiran USB uređaj EXT2-formatted USB drive EXT2 formatiran USB uređaj Open Disk Image File Otvori datoteku slike diska All Files Sve datoteke All Files (*) Sve Datoteke (*) Open Kernel File Otvori datoteku kernela Open Initrd File Otvori Initrd datoteku Open Bootloader Config File Otvori bootloader datoteku podešavanja Insert a USB flash drive Umetni USB uređaj No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nema pronađenih USB uređaja. Ako ste već umetnuli USB uređaj, ponovno ga formatirajte kao FAT32. %1 not mounted %1 nije montiran You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Prvo morate montirati %1 USB uređaj u točku montiranja. Većina distribucija će to učiniti automatski nakon što uklonite i ponovno umetnete USB uređaj. Select a distro Odaberite distribuciju You must select a distribution to load. Morate odabrati distribuciju za učitavanje. Select a disk image file Odaberi datoteku slike diska You must select a disk image file to load. Morate odabrati sliku diska za učitavanje. Select a kernel and/or initrd file Odaberi kernel i/ili initrd datoteku You must select a kernel and/or initrd file to load. Morate odabrati kernel i/ili initrd datoteku za učitavanje. Diskimage file not found Datoteka slike diska nije pronađena The specified diskimage file %1 does not exist. Navedena %1 datoteka slike diska ne postoji. Kernel file not found Datoteka kernela nije pronađena The specified kernel file %1 does not exist. Navedena %1 datoteka kernela ne postoji. Initrd file not found Initrd datoteka nije pronađena The specified initrd file %1 does not exist. Navedena %1 initrd datoteka ne postoji. %1 exists, overwrite? %1 postoji, prepisati? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Datoteka %1 već postoji. Odaberite 'Da za sve' za prepisivanje i bez budućih upita, 'Da' za prepisivanje datoteka na pojedinačnoj razini, i 'Ne' za zadržavanje vaše postojeće inačice. Ako ste u nedoumici, odaberite 'Da za sve'. %1 is out of space, abort installation? %1 je bez slobodnog prostora, želite li prekinuti instalaciju? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. %1 direktoriju je ponestalo slobodnog prostora. Odaberite 'Da' za prekid instalacije, 'Ne' za zanemarivanje ove greške i pokušaja nastavka instalacije i 'Ne za sve' za zanemarivanje svih grešaka nedostatka slobodnog prostora. Locating kernel file in %1 Traženje kernel datoteke u %1 Copying kernel file from %1 Kopiranje kernel datoteke iz %1 Locating initrd file in %1 Traženje initrd datoteke u %1 Copying initrd file from %1 Kopiranje initrd datoteke iz %1 Extracting bootloader configuration Otpakiravanje bootloader podešavanja <b>Extracting compressed iso:</b> %1 <b>Otpakiravanje sabijenog ISO-a:</b> %1 Copying file, please wait... Kopiranje datoteke, pričekajte... <b>Source:</b> <a href="%1">%1</a> <b>Izvor:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Odredište:</b> %1 <b>Copied:</b> 0 bytes <b>Kopirano:</b> 0 bajtova Extracting files, please wait... Otpakiravanje datoteka, pričekajte... <b>Archive:</b> %1 <b>Arhiva:</b> %1 <b>Source:</b> <b>Izvor:</b> <b>Destination:</b> <b>Odredište:</b> <b>Extracted:</b> 0 of %1 files <b>Otpakirano:</b>0 od %1 datoteka <b>Source:</b> %1 (%2) <b>Izvor:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Odredište:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Otpakirano:</b> %1 od %2 datoteka Downloading files, please wait... Preuzimanje datoteka, pričekajte... <b>Downloaded:</b> 0 bytes <b>Preuzeto:</b> 0 bajtova Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Preuzimanje %1 %2 sa %3 nije uspjelo. Pokušajte preuzeti ISO datoteku izravno sa web stranice i dodajte je putem 'diskimage' mogućnosti. <b>Downloaded:</b> %1 of %2 <b>Preuzeto:</b> %1 od %2 <b>Copied:</b> %1 of %2 <b>Kopirano:</b> %1 od %2 Searching in <a href="%1">%1</a> Traženje u <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 podudarnosti u <a href="%3">%3</a> %1 not found %1 nije pronađen %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nije pronađen. To je potrebno za %2 način instalacije. Instalirajte "%3" paket ili ekvivalent vaše distribucije. (Current) (Trenutno) (Done) (Gotovo) Configuring grub2 on %1 Podešavanje gruba2 na %1 Configuring grldr on %1 Podešavanje grldr na %1 Configuring grub on %1 Podešavanje grub-a na %1 Installing syslinux to %1 Instalacija syslinux-a na %1 Installing extlinux to %1 Instalacija extlinux-a na %1 Syncing filesystems Usklađivanje datotečnih sustava Setting up persistence Postavljanje dodatnog slobodnog prostora After rebooting, select the Nakon ponovnog pokretanja, odaberite After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Nakon ponovnog pokretanja, odaberite mogućnost podizanja sa USB-a u BIOS izborniku podizanja.%1 Želite li ponovno pokrenuti, odmah? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Napravljeni USB se neće podići sa Mac računala. Stavite ga u PC i odaberite mogućnost podizanja sa USB-a u BIOS izborniku podizanja.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *UPOZORENJE* Prije ponovnog pokretanja, stavite Ubutnu alternativnu (ne inačicu sa radnim okruženjem) instalacijsku ISO datoteku u 'root' direktorij vašeg tvrdog diska ili USB uređaja. Možete ih nabaviti na 'cdimage.ubuntu.com' *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke grešaka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'mirrors.kernel.org' kada se pojavi odabir poslužitelja i odaberite '/centos/%1/os/%2' kada se pojavi odabir mape. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *UPOZORENJE* Prije ponovnog pokretanja, stavite Debian instalacijsku ISO datoteku u 'root' direktorij vašeg tvrdog diska ili USB uređaja. Možete ih nabaviti na 'cdimage.debian.org' *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke grešaka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.fedora.redhat.com', kada se pojavi odabir poslužitelja i odaberite '/pub/fedora/linux/development/%1/os' kada se pojavi odabir mape. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke grešaka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.fedora.redhat.com', kada se pojavi odabir poslužitelja i odaberite '/pub/fedora/linux/releases/%1/Fedora/%2/os' kada se pojavi odabir mape. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke grešaka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.opensuse.org', kada se pojavi odabir poslužitelja i odaberite '/factory/repo/oss' kada se pojavi odabir mape. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *UPOZORENJE* Prije ponovnog pokretanja, zanemarite sve poruke grešaka i odaberite 'povratak' ako se pojavi upit za CD, zatim idite u glavni izbornik, odaberite mogućnost 'Pokreni instalaciju', odaberite 'Mreža' kao izvor, odaberite 'HTTP' kao protokol, odaberite 'download.opensuse.org', kada se pojavi odabir poslužitelja i odaberite '/distribution/%1/repo/oss' kada se odabir mape. == Select Distribution == == Odaberite distribuciju == == Select Version == == Odaberite inačicu == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Dobrodošli u <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, univerzalni mrežni boot instaler. Upotreba:<ol><li>Odaberite distribuciju i inačicu za preuzimanje sa popisa iznad ili ručno odaberite datoteke za učitavanje ispod</li><li>Odaberite vrstu instalacije i pritisnite 'U redu' za početak instalacije.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Web stranica:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Opis:</b> Arch Linux je jednostavna distribucija prilagođena brzini i fleksibilnosti.<br/><b>Napomena instalacije:</b> Osnovna inačica omogućuje instalaciju putem interneta (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Opis:</b> BackTrack je distribucija usredotočena na analizu mreže i provjeru propusnosti mreže.<br/><b>Napomena instalacije:</b> BackTrack se podiže i pokreće u live načinu rada, instalacija nije potrebna za korištenje. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Opis:</b> CentOS je besplatan Red Hat Enterprise Linux klon.<br/><b>Napomena instalacije:</b> Osnovna inačica omogućuje instalaciju putem interneta (FTP) ili instalaciju sa prije preuzetih ISO datoteka. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Opis:</b> CloneZilla distribucija se koristi za sigurnosno kopiranje diska.<br/><b>Napomena instalacije:</b> CloneZilla se podiže i pokreće u live načinu rada, instalacija nije potrebna za korištenje. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Opis:</b> Damn Small Linux je minimalistička distribucija napravljena za starija računala.<br/><b>Napomena instalacije:</b> Inačica live načina rada učitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuštena izboru. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Opis:</b> Debian je Linux distribucija razvijena od strane zajednice koja podržava razne inačice arhitektura hardvera i nudi vrlo veliki repozitorij paketa.<br/><b>Napomene instalacije:</b> NetInstall inačica dopušta instalaciju putem FTP-a. Ako želite koristiti instalaciju sa prije preuzetih ISO datoteka, koristite HdMedia mogućnost i zatim stavite ISO instalacijsku datoteku u 'root' direktorij vašeg tvrdog diska ili USB uređaja. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Opis:</b> Dreamlinux je Debian temeljena distribucija prilagođena korisnicima za jednostavnije korištenje.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Web stranica:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Opis:</b> Dr.Web AntiVirus je antivirus za hitno spašavanje sustava koji se srušio zbog malwara.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojeg se može pokrenuti malware pretraživanje. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive je distribucija temeljena na Debianu koja promovira Enlightenment radno okruženje.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Opis:</b> Fedora je Red Hat distribucija sponzorirana od strane zajednice koja dolazi sa testnim inačicama softvera slobodnog/otvorenog kôda.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live načinu rada, iz kojega se instalacija može pokrenuti prema potrebi. NetInstall inačica omogućuje instalaciju putem interneta (FTP) ili instalaciju bez priključka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Opis:</b> FreeBSD je Unixoidni operativni sustav opće namjene dizajniran u svrhu proširivosti i performansi.<br/><b>Napomena instalacije :</b> Osnovna inačica omogućuje instalaciju preko interneta (FTP) ili instalaciju bez priključka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Web stranica:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Opis:</b> FreeDOS je slobodna inačica MS-DOS kompatibilinog operativnog sustava.<br/><b>Napomena instalacije:</b> Pogledajte <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">korisničke upute</a> za pojedinosti instalacije. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Web stranica:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Opis:</b> FreeNAS ima ugrađeni NAS (Network-Attached Storage) otvorenog kôda, to je distribucija temeljena na FreeBSD-u.<br/><b>Napomena instalacije:</b> LiveCD inačica stvara RAM disk za FreeNAS i koristi FAT formatiranu disketu ili USB uređaj za spremanje datoteka podešavanja. Ugrađena inačica dopušta instalaciju na tvrdi disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Opis:</b> Frugalware je distribucija opće namjene temeljena na Slackwareu namjenjena naprednim korisnicima.<br/><b>Napomena instalacije:</b>Osnovna inačica omogućuje instalaciju preko interneta (FTP) ili instalaciju bez priključka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Web stranica:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Opis:</b> GeeXboX je distribucija sa ugrađenim Linux Medijskim centrom.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense je FSF-podržana distribucija temeljena na Ubuntu sa uklonjenim svim neslobodnim komponentama.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Opis:</b> Gujin je grafički upravitelj pokretanja operativnih sustava koji može pokretati sustave sa različitih uređaja i datoteka.<br/><b>Napomena instalacije:</b> Gujin se jednostavno podigne i pokrene, instalacija nije potrebna za korištenje. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Web stranica:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Opis:</b> Kaspersky Rescue Disk otkriva i uklanja malware iz vaše Windows installacije.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada iz koje se može pokrenuti pretraživanje malwara. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Opis:</b> Kubuntu je službeni Ubuntu derivat koji dolazi sa KDE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inačica dopušta instalaciju preko FTP-a i može instalirati Kubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inačicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vašeg tvrdog diska ili USB uređaja. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Web stranica:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Opis:</b> LinuxConsole je distribucija s radnim okruženjem namijenjena igranju, laka za instalaciju i brzo se pokreće.<br/><b>Napomena instalacije:</b> 1.0.2010 je posljednja inačica 1.0, sada je dostupna kao 'rolling' izdanje (pokrenite 'liveuptate' za nadogradnju modula i kernela). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Opis:</b> Linux Mint je Ubuntu temeljena distribucija prilagođena korisnicima za jednostavnije korištenje koja sadrži dodatne vlasničke kôdeke i ostali softver.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Opis:</b> Lubuntu je službeni Ubuntu derivat koji dolazi sa LXDE radnim okružjem.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inačica dozvoljava instalaciju preko FTP-a i može instalirati Lubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inačicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vašeg tvrdog diska ili USB uređaja. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Web stranica:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Opis:</b> Mandriva je distribucija prilagođena korisnicima za jednostavnije korištenje, prije poznata kao Mandrake Linux.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inačica omogućuje instalaciju putem interneta (FTP) ili instalaciju bez priključka na internet koristeći prije preuzete <a href="http://www.mandriva.com/en/download">"Besplatne" instalacijske ISO datoteke</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Opis:</b> MEPIS je Debian temeljena distribucija. SimplyMEPIS je distribucija prilagođena korisnicima za jednostavnije korištenje, temeljena na KDE radnom okruženju, dok je AntiX jednostavnija inačica namijenjena starijim računalima.<br/><b>Napomena instalacije:</b> MEPIS podržava pokretanje u Live načinu rada iz kojeg se instalacija može kasnije pokrenuti. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Web stranica:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Opis:</b> NetbootCD je mali CD za pokretanje distribucija, koji preuzima i pokreće mrežno temeljene instalacije distribucija.<br/><b>Napomena instalacije:</b> NetbootCD se podiže i pokreće u Live načinu rada. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Web stranica:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX je mala svestrana Slackware temeljena distribucija. Napravljena je korištenjem linux-live skripti i sadrži KDE radno okruženje. Može se pokrenuti sa CD-a ili flash memorije (USB uređaja ili MP3 reproduktora) i može se s lakoćom prilagođavati i proširivati.<br/><b>Napomena instalacije:</b> NimbleX se pokreće u Live načinu rada. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Opis:</b> Bez mrežni NT uređivač lozinki i registra može poništiti Windows lozinke i uređivat registre na Windows 2000-Vista.<br/><b>Napomena instalacije:</b> NTPasswd se podiže i pokreće u Live načinu rada, instalacija nije potrebna za korištenje <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Opis:</b> openSUSE distribucija prilagođena korisnicima za jednostavnije korištenje sponzorirana od strane Novella.<br/><b>Napomena instalacije:</b> Osnovna inačica omogućuje instalaciju preko interneta (FTP) ili instalacija bez priključka na internet koristeći prije preuzete instalacijske ISO datoteke. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Opis:</b> Ophcrack može otkriti Windows zaporke.<br/><b>Napomena instalacije:</b> Ophcrack se podiže i pokreće u Live načinu rada, instalacija nije potrebna za korištenje <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Opis:</b> Parted Magic uključuje GParted upravitelja particijama i druge alate sustava koji mogu mijenjati veličinu, kopirati, izrađivati sigurnosne kopije i upravljati particijama diska.<br/><b>Napomena instalacije:</b> Parted Magic se podiže i pokreće u Live načinu rada, instalacija nije potrebna za korištenje <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Opis:</b> Puppy Linux je distribucija prilagođena korisnicima za jednostavnije korištenje namijenjena starijim računalima.<br/><b>Napomena instalacije:</b> Inačica live načina rada učitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuštena izboru. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Web stranica:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Opis:</b> Sabayon Linux je temeljen na Gentoo Live DVD distribuciji koja se ističe Entropy binarnim upraviteljem paketima temeljenim na Portageu.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. LiteMCE je inačica od 2 GB dok je za cijelo izdanje potreban 8 GB USB uređaj. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Web stranica:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Opis:</b> Salix je GNU/Linux distribucija temeljena na Slackwareu (potpuno kompatibilna) zbog toga je jednostavna, brza i lagana za korištenje.<br/>Poput bonsaia, Salix je mala, jednostavna distribucija i pruža neograničenu podršku proizvodima.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi.<br/>Zadana 'root' lozinka je <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Opis:</b> Slax je distribucija temeljena na Slackwareu, koja dolazi sa KDE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz je jednostavna mikro distribucija usmjerena na radno okruženje.<br/><b>Napomena instalacije:</b> Inačica live načina rada učitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuštena izboru. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Opis:</b> Smart Boot Manager je pokretač sustava koji može riješiti neka BIOS ograničenja i greške.<br/><b>Napomena instalacije:</b> SBM se jednostavno podigne i pokrene, instalacija nije potrebna za korištenje. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Opis:</b> Super Grub Disk je pokretač sustava koji može izvoditi razne MBR i bootloader zadatke oporavka.<br/><b>Napomena instalacije:</b> SGD se jednostavno podigne i pokrene, instalacija nije potrebna za korištenje. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Opis:</b> Super OS je neslužbeni derivat Ubuntua koja uključuje dodatni softver. Zahtjeva 2GB USB uređaj za instalaciju.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Opis:</b> Ubuntu je jednostavna distribucija temeljena na Debianu. Trenutno je najpopularnija Linux distribucija sa radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. NetInstall inačica dozvoljava instalaciju preko FTP-a i može instalirati Lubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inačicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vašeg tvrdog diska ili USB uređaja. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Web stranica:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD je jednostavna distribucija koja se odlikuje jednostavnim sučeljem kiosk izgleda sa web preglednikom i medijskim reproduktorom.<br/><b>Napomena instalacije:</b> Inačica live načina rada učitava cijeli sustav u RAM i pokreće se iz memorije. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Opis:</b> Xubuntu je službeni Ubuntu derivat koji dolazi sa XFCE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada iz kojega se instalacija može kasnije pokrenuti prema potrebi. NetInstall inačica dopušta instalaciju preko FTP-a i može instalirati Xubuntu i druge službene Ubuntu derivate. Ako želite koristiti prije preuzetu alternativnu (ne inačicu s radnim okruženjem) instalacijsku ISO datoteku, koristitite HdMedia mogućnost i zatim stavite alternativnu ISO datoteku u 'root' direktorij vašeg tvrdog diska ili USB uređaja. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Opis:</b> Zenwalk je distribucija temeljena na Slackwareu sa XFCE radnim okruženjem.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Web stranica:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Opis:</b> EeePCLinuxOS je korisnički jednostavna distribucija bazirana na PCLinuxOS za EeePC.<br/><b>Napomena instalacije:</b> Osigurajte da je medij prazan i formatiran prije početka instalacije. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Web stranica:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Opis:</b> Ubuntu Eee nije samo Ubuntu prilagođen za Asus Eee PC. To je operativni sustav, koji koristi Netbook Remix sučelje, koji uključuje najbolje što softver može ponuditi na uštrb alternativi otvorenog kôda (npr. Skype umjesto Ekiga).<br/><b>Napomena Instalacije:</b> Osigurajte da je medij prazan i formatiran prije početka instalacije. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Web stranica:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive je distribucija temeljena na Debianu koja uključuje Enlightenment radno okruženje.<br/><b>Napomena instalacije:</b> Live inačica dopušta pokretanje u Live način rada, iz kojega se instalacija može pokrenuti prema potrebi. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Web stranica:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Opis:</b> Kiwi Linux je Ubuntu derivat prvobitno napravljen za korisnike koji govore Rumunjski, Mađarski i Engleski.<br/><b>Napomena Instalacije:</b> Osigurajte da je medij prazan i formatiran prije početka instalacije. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Web stranica:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense je visoko kvalitetna GNU/Linux distribucija koja proširuje i poboljšava Ubuntu stvarajući potpuno slobodan operacijski sustav bez bilo kakvih binarnih grešaka ili paketa koji sadrže vlasnički softver.<br/><b>Napomena instalacije:</b> Osigurajte prazan i formatiran medij prije nastavka instalacije. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Web stranica:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX je mala raznovrsna Slackware temeljena distribucija. Stvorena je korištenjem linux-live scripti i izgleda kao KDE radno okruženje. Može biti pokrenuta sa CD ili flash memorije (USB uređaja ili MP3 reproduktora) i jednostavno se može prilagoditi i proširiti.<br/><b>Napomena instalacije:</b> NimbleX se pokreće iz Live načina rada. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Web stranica:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz je jednostavna mikro distribucija usmjerena na radno okruženje.<br/><b>Napomene instalacije:</b> Inačica live načina rada učitava cijeli sustav u RAM i pokreće se iz memorije, dakle instalacija nije potrebna već je prepuštena izboru. Ovaj instaler je temeljen na <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Web stranica:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD je jednostavna distribucija koja se odlikuje jednostavnim sučeljem kiosk izgleda sa web preglednikom i medijskim reproduktorom.<br/><b>Napomena instalacije:</b> Inačica live načina rada učitava cijeli sustav u RAM i pokreće se iz memorije. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Odaberi sa popisa podržanih distribucija &Distribution &Distribucija Specify a disk image file to load Navedite datoteku slike diska za učitavanje Disk&image Slika &diska Manually specify a kernel and initrd to load Ručno odredite kernel i initrd za učitavanje &Custom &Prilagođeno Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Dodatni prostor koji se koristi za čuvanje datoteka pri ponovnom pokretanju. Samo radi na LiveUSB-ima za Ubuntu i derivate. Ako vrijednost prelazi kapacitet diska iskoristiti će se maksimalno raspoloživi prostor. Space used to preserve files across reboots (Ubuntu only): Dodatni prostor koji se koristi za čuvanje datoteka pri ponovnom pokretanju (samo Ubuntu): MB MB OK U redu Return Povratak Cancel Prekini Esc Esc Reboot Now Ponovno pokreni odmah Exit Izlaz 1. Downloading Files 1. Preuzimanje datoteka 2. Extracting and Copying Files 2. Raspakiravanje i kopiranje datoteka 3. Installing Bootloader 3. Instalacija bootloadera 4. Installation Complete, Reboot 4. Instalacija završena, ponovno pokreni Select the target drive to install to Odaberite željeni disk za instalaciju Dri&ve: D&isk Select the installation target type Odaberite željeni uređaj za instalaciju &Type: &Uređaj: Select the distribution version Odaberite inačicu distribucije Select disk image file Odaberite datoteku slike diska ... ... Select the disk image type Odaberite vrstu slike diska Specify a floppy/hard disk image, or CD image (ISO) file to load Navedite sliku diskete/tvrdog diska ili datoteku CD slike (ISO) za učitavanje Specify a kernel file to load Navedite kernel datoteku za učitavanje Select kernel file Navedite kernel datoteku Specify an initrd file to load Navedite initrd datoteku za učitavanje Select initrd file Odaberite initrd datoteku Select syslinux.cfg or isolinux.cfg file Odaberite syslinux.cfg ili isolinux.cfg datoteku Specify parameters and options to pass to the kernel Navedite parametre i mogućnosti koji će se poslati kernelu &Kernel: &Kernel: Init&rd: Init&rd &Options: &Mogućnosti: uninstaller Uninstallation Complete Deinstalacija završena %1 has been uninstalled. %1 je deinstaliran. Must run as root Mora biti pokrenuti kao 'root' %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 mora biti pokrenuti kao 'root'. Zatvorite ga i ponovno pokrenite koristeći ili:<br/><b>sudo %1</b><br/>ili:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 deinstaler %1 is currently installed. Remove the existing version? %1 je trenutno instaliran. Želite li ukloniti postojeću inačicu? unetbootin_hu.ts0000664000175000017500000024712612154035431012762 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-10-23 10:19+0000 Last-Translator: Úr Balázs <urbalazs@gmail.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Balról jobbra unetbootin Hard Disk Merevlemez USB Drive USB meghajtó ISO ISO Floppy Floppy either akármelyik LiveUSB persistence FAT32-formatted USB drive FAT32-re formázott USB meghajtó EXT2-formatted USB drive EXT2-re formázott USB meghajtó Open Disk Image File Lemezképfájl megnyitása All Files Minden fájl All Files (*) Minden fájl (*) Open Kernel File Kernel fájl megnyitása Open Initrd File Initrd fájl megnyitása Open Bootloader Config File Rendszerbetöltő beállítófájljának megnyitása Insert a USB flash drive Csatlakoztasson egy USB-s flash meghajtót No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nem található USB-s flash meghajtó. Ha már csatlakoztatta, de mégsem látható, próbálja meg újraformázni FAT32 fájlrendszerre. %1 not mounted A(z) %1 nincs felcsatolva You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Először csatolja az USB-s meghajtót a(z) %1 csatolási ponthoz. A legtöbb disztribúció automatikusan elvégzi ezt az USB-s eszköz eltávolítása, majd újbóli csatlakoztatásakor. Select a distro Válasszon egy disztribúciót You must select a distribution to load. Ki kell választania a betöltendő disztribúciót. Select a disk image file Válasszon egy lemezképfájlt You must select a disk image file to load. Ki kell választania a betöltendő lemezképfájlt. Select a kernel and/or initrd file Válasszon egy kernel és/vagy initrd fájlt You must select a kernel and/or initrd file to load. Ki kell választania a betöltendő kernel és/vagy initrd fájlt Diskimage file not found A lemezképfájl nem található The specified diskimage file %1 does not exist. A megadott %1 lemezképfájl nem létezik. Kernel file not found A kernel fájl nem található The specified kernel file %1 does not exist. A megadott %1 kernel fájl nem létezik. Initrd file not found Initrd fájl nem található The specified initrd file %1 does not exist. A megadott %1 initrd fájl nem létezik. %1 exists, overwrite? A(z) %1 létezik, felülírja? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. A %1 fájl már létezik. Nyomja meg a 'Yes to All' gombot az összes fájl felülírásához, a 'Yes' gombot a fájlok egyesével történő felülírásához, vagy a 'No' gombot a jelenlegi verzió megtartásához. Ha nem tud dönteni, nyomja meg a 'Yes to All' gombot. %1 is out of space, abort installation? A(z) %1 eszközön kevés a szabad hely, megszakítja a telepítést? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. A(z) %1 könyvtárban kevés a szabad hely. Nyomja meg a 'Yes' gombot a telepítése megszakításához, a 'No' gombot a hiba figyelmen kívül hagyásához és a telepítés folytatásához, vagy a 'No to All' gombot az összes 'kevés szabad hely' hibaüzenet figyelmen kívül hagyásához. Locating kernel file in %1 Kernel fájl meghatározása itt: %1 Copying kernel file from %1 Kernel fájl másolása innen: %1 Locating initrd file in %1 Copying initrd file from %1 initrd fájl másolása innen: %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 <b>Tömörített ISO fájl kicsomagolása:</b> %1 Copying file, please wait... Fájl másolása, kérem várjon... <b>Source:</b> <a href="%1">%1</a> <b>Forrás:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cél:</b> %1 <b>Copied:</b> 0 bytes <b>Átmásolva:</b> 0 bájt Extracting files, please wait... Fájlok kicsomagolása, kérem várjon... <b>Archive:</b> %1 <b>Archívum:</b> %1 <b>Source:</b> <b>Forrás:</b> <b>Destination:</b> <b>Cél:</b> <b>Extracted:</b> 0 of %1 files <b>Kicsomagolt fájlok:</b> 0/%1 <b>Source:</b> %1 (%2) <b>Forrás:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cél:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Kicsomagolt fájlok:</b> %1/%2 Downloading files, please wait... Fájlok letöltése, kérem várjon... <b>Downloaded:</b> 0 bytes <b>Letöltve:</b> 0 bájt Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Letöltve:</b> %1/%2 <b>Copied:</b> %1 of %2 <b>Átmásolt:</b> %1 a %2 -ből Searching in <a href="%1">%1</a> Keresés: <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 egyezik ebben: <a href="%3">%3</a> %1 not found A(z) %1 nem található %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. A(z) %1 nem található. Ez ehhez a telepítési módhoz szükséges: %2. Telepítse a(z) "%3" csomagot, vagy az ön disztribúciójában található megfelelőjét. (Current) (folyamatban) (Done) (kész) Configuring grub2 on %1 Grub2 konfigurálása itt: %1 Configuring grldr on %1 Grldr konfigurálása itt: %1 Configuring grub on %1 Grub konfigurálása itt: %1 Installing syslinux to %1 Syslinux telepítése ide: %1 Installing extlinux to %1 Extlinux telepítése ide: %1 Syncing filesystems Fájlrendszerek szinkronizálása Setting up persistence After rebooting, select the Újraindítás után, válassza a After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Újraindítás után válassza az USB boot opciót a BIOS boot menüjében.%1 Újraindítja most a számítógépet? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Az elkészített USB eszközzel nem indítható el egy Mac. Helyezze be egy PC-be és válassza ki az USB indítás lehetőséget a BIOS boot menüjéből. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com * FONTOS * újraindítás előtt helyezzen el egy Ubuntu alternate (nem desktop) telepítő iso fájlt a merevlemez vagy USB meghajtó gyökérkönyvtárában. Ezeket a cdimage.ubuntu.com oldalról lehet beszerezni. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a főmenübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetőséget forrásként és a 'HTTP'-t protokollnak. Írja be a következő címet szervernek: 'mirrors.kernel.org', majd írja be mappának a következőt: '/centos/%1/os/%2'. (Mindkettőt idézőjelek nélkül.) *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org * FONTOS * újraindítás előtt helyezzen el egy Debian telepítő iso fájlt a merevlemez vagy USB meghajtó gyökérkönyvtárában. Ezeket a cdimage.debian.org oldalról lehet beszerezni. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a főmenübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetőséget forrásként és a 'HTTP'-t protokollnak. Írja be a következő címet szervernek: 'download.fedora.redhat.com', majd írja be mappának a következőt: '/pub/fedora/linux/development/%1/os'. (Mindkettőt idézőjelek nélkül.) *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a főmenübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetőséget forrásként és a 'HTTP'-t protokollnak. Írja be a következő címet szervernek: 'download.fedora.redhat.com', majd írja be mappának a következőt: '/pub/fedora/linux/releases/%1/Fedora/%2/os'. (Mindkettőt idézőjelek nélkül.) *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a főmenübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetőséget forrásként és a 'HTTP'-t protokollnak. Írja be a következő címet szervernek: 'download.opensuse.org', majd írja be mappának a következőt: '/factory/repo/oss'. (Mindkettőt idézőjelek nélkül.) *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *FONTOS* Újraindítás után hagyjon figyelmen kívül minden hibaüzenetet és válassza a 'back' (vissza) opciót, ha a számítógép CD-t kérne. Ezután lépjen vissza a főmenübe és válassza a 'Start Installation' (telepítése elkezdése) opciót. Válassza a 'Network' (internet) lehetőséget forrásként és a 'HTTP'-t protokollnak. Írja be a következő címet szervernek: 'download.opensuse.org', majd írja be mappának a következőt: '/distribution/%1/repo/oss'. (Mindkettőt idézőjelek nélkül.) == Select Distribution == == Disztribúció kijelölése == == Select Version == == Verzió kijelölése == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Üdvözli a <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, vagyis a Universal Netboot Installer. Használati utasítás:<ol><li>A fenti listából válasszon ki egy disztribúciót, illetve annak megfelelő változatát a letöltéshez, vagy alatta adja meg kézzel, hogy mely fájlok legyenek betöltve.</li><li>Válassza ki a telepítés típusát, majd nyomja meg az OK gombot a telepítés elkezdéséhez.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Honlap:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Leírás:</b> Az Arch Linux egy pehelysúlyú disztribúció, amely a gyorsaságra és a rugalmasságra lett optimalizálva.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül lehet telepíteni (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Leírás:</b> A BackTrack egy hálózatelemzésre és behatolás tesztelésre kihegyezett disztribúció.<br/><b>Telepítési megjegyzések:</b> A BackTrack live módban indítható és futtatható; a használathoz nem szükséges telepíteni. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Leírás:</b> A CentOS rendszer a Red Hat Enterprise Linux rendszer ingyen hasonmása.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Leírás:</b> A CloneZilla egy biztonsági mentés és lemezképfájl létrehozására használható disztribúció.<br/><b>Telepítési megjegyzések:</b> A CloneZilla live módban fut, ezért a használatához nem szükséges telepíteni. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Honlap:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Leírás:</b> A Damn Small Linux egy lekicsinyített, minimalista rendszer ami az öregebb számítógépekre van tervezve.<br/><b>Telepítési jegyzetek:</b> A Live ('élő') változat az egész rendszert RAM-ba tölti, és a memoriából fut, ezert nem kötelező a telepítes. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Leírás:</b> A Dreamlinux egy felhasználóbarát Debian alapú disztribúció.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Honlap:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Leírás:</b> A Dr.Web AntiVirus egy vírusirtó biztonsági készlet, ami helyrehozza a vírusok miatt tönkrement rendszereket.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan lefuttathatja a víruskeresést. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Leírás:</b> A Fedora egy Red Hat által támogatott közösségi disztribúció, ami a legújabb szabad/nyílt forráskódú szoftvereket tartalmazza.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. A NetInstall verzióval telepíthet internetkapcsolattal (FTP), vagy egy előre letöltött ISO fájllal. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Leírás:</b> A FreeBSD egy általános célú Unix-szerű operációs rendszer, melynek középpontjában a skálázhatóság egy a teljesítmény áll.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Honlap:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Leírás:</b> A FreeDOS egy szabad MS-DOS kompatibilis operációs rendszer.<br/><b>Telepítési megjegyzések:</b> Részletekért nézze meg a <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">használíti utasítást</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Holnap:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Leírás:</b> A Frugalware egy általános célú Slackware alapú disztribúció tapasztaltabb felhasználóknak.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Honlap:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Leírás:</b> A GeeXboX egy beágyazott Linux médiaközpont disztribúció.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Leírás:</b> A gNewSense egy FSF által jóváhagyott, Ubuntu alapú disztribúció, melyből minden nem szabad komponenst eltávolítottak.<br/><b>Megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Honlap:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Leírás:</b> A Gujin egy grafikus boot manager, ami sokféle kötetet és fájlt képes kezelni.<br/><b>Telepítési megjegyzések:</b> A Gujin egyszerűen elindul és működik; nem kell telepíteni a használatához. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Honlap:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Leírás:</b> A Kaspersky Rescue Disk megtalálja és kiirtja a Windows-os vírusokat.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan lefuttathatja a víruskeresést. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Honlap:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Leírás:</b> A Kubuntu egy KDE asztali környezetet használó hivatalos Ubuntu változat.<br/><b>Telepítési megjegyzések:</b> A Live verzió lehetővé teszi a Live módban való indítást, ahonnan a telepítő opcionálisan futtatható. A NetInstall verzió lehetővé teszi a telepítést FTP-ről, ahonnan telepíthető a Kubuntu és más hivatalos Ubuntu változat. Ha egy előre letöltött alternate (nem desktop) telepítő iso fájlt szeretne használni, válassza a HdMedia opciót, majd helyezze az alternate iso fájlt a merevlemez vagy USB-meghajtó gyökérkönyvtárba. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Leírás:</b> A Linux Mint egy felhasználóbarát Ubuntu alapú disztribúció, ami alapból tartalmazza a zárt codeceket és egyéb szoftvereket.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Honlap:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Leírás:</b> A Mandriva egy felhasználóbarát disztribúció, ami régen Mandrake Linuxként volt ismert.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. A NetInstall verzióval az interneten keresztül (FTP), vagy egy előre letöltött <a href="http://www.mandriva.com/en/download">ISO képfájl</a> segítségével telepíthet. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Leírás:</b> A MEPIS egy Debian alapú disztribúció. A SimplyMEPIS felhasználóbarát és KDE-t használ, míg az AntiX egy könnyűsúlyú verzió régebbi gépekhez.<br/><b>Telepítési megjegyzések:</b> A MEPIS támogatja a live módban való bootolást, ahonnan a telepítő bármikor elindítható. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Honlap:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Leírás:</b> A NetbootCD egy kicsi indító-CD, amely más disztribúciók hálózati telepítőit tölti le és indítja el.<br/><b>Telepítési megjegyzések:</b> A NetbootCD live módban indul és fut. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Honlap:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Leírás:</b> Az openSUSE egy felhasználóbarát disztribúció, amit a Novell támogat.<br/><b>Telepítési megjegyzések:</b> Az alapváltozatot interneten keresztül (FTP) vagy már letöltött ISO lemezképekkel lehet telepíteni. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Leírás:</b> Az Ophcrack Windows jelszavak feltörésére használható.<br/><b>Telepítési megjegyzések:</b> Az Ophcrack live módban fut, ezért a használatához nem szükséges telepíteni. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Honlap:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Leírás:</b> A Parted Magic magában foglalja a GParted partíciókezelőt és egyéb rendszeralkalmazásokat, amikkel átméretezheti, másolhatja, biztonsági mentést készíthet vagy egyéb módon kezelheti a lemezpartícióit.<br/><b>Telepítési megjegyzések:</b> A Parted Magic ive módban fut, ezért a használatához nem szükséges telepíteni. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Honlap:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Leírás:</b> A Puppy Linux egy könnyűsúlyú disztribúció, ami régebbi számítógépekre lett szabva.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul, így a használatához nem muszáj telepíteni. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Honlap:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Leírás:</b> A Sabayon Linux egy Gentoo alapú live DVD disztribúció, ami az Entropy bináris csomagkezelőt használja a forrásalapú Portage mellett.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. A LiteMCE kiadásnak 2 GB, míg a teljes kiadásnak 8 GB hely kell az USB meghajtón. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Leírás:</b> A Slax egy Slackware alapú disztribúció, ami KDE asztali környezetet használ.<br/><b>Install Notes:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Honlap:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Leírás:</b> A SliTaz egy könnyűsúlyú, asztal-orientált mikro disztribúció.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul, így a használatához nem muszáj telepíteni. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Honlap:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Leírás:</b> A Smart Boot Manager egy rendszerbetöltő, ami képes megoldani néhány rendszerbetöltéssel kapcsolatos BIOS korlátozást és hibát.<br/><b>Telepítési megjegyzések:</b> Az SBM egyszerűen elindul és működik; nem kell telepíteni a használatához. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Honlap:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Leírás:</b> A Super Grub Disk egy rendszerbetöltő, ami különféle MBR és rendszerbetöltő javító feladatot el tud látni.<br/><b>Telepítési megjegyzések:</b> Az SGD egyszerűen elindul és működik; nem kell telepíteni a használatához. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Honlap:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Leírás:</b> Az xPUD egy könnyűsúlyú disztribúció kioszk-stílusú felülettel, webböngészővel és médialejátszóval.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Honlap:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Leírás:</b> A Zenwalk egy Slackware alapú disztribúció, ami XFCE asztali környezetet használ.<br/><b>Telepítési megjegyzések:</b> A live verzióval betöltheti a rendszert live módban, ahonnan a telepítőt bármikor elindíthatja. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Honlap:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Leírás:</b> Az EeePCLinuxOS egy felhasználóbarát PCLinuxOS alapú disztribúció EeePC-khez.<br/><b>Telepítési megjegyzések:</b> Győződjön meg a telepítés előtt arról, hogy a telepítő média üres és megfelelően formázott legyen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Honlap:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Leírás:</b> Az Ubuntu Eee nem csak egy Asus Eee PC-re optimalizált Ubuntu. Ez egy operációs rendszer, ami a netbook remix felületet használja és a létező legjobb szoftvereket kínálja a nyílt forráskódú alternatívája helyett (pl.: Skype az Ekiga helyett).<br/><b>Telepítési megjegyzések:</b> Győződjön meg a telepítés előtt arról, hogy a telepítő média üres és megfelelően formázott legyen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Honlap:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Leírás:</b> A Kiwi Linux egy Ubuntu származék, ami elsődlegesen románul, magyarul és angolul beszélő felhasználóknak készült.<br/><b>Telepítési megjegyzések:</b> Győződjön meg a telepítés előtt arról, hogy a telepítő média üres és megfelelően formázott legyen. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Honlap:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Leírás:</b> A gNewSense egy kiváló Ubuntu alapú GNU/Linux disztribúció, ami teljes mértékben szabad szoftverekből áll, így mentes minden zárt forráskódú szoftvertől és eszközmeghajtótól.<br/><b>Telepítési megjegyzések:</b> Győződjön meg a telepítés előtt arról, hogy a telepítő média üres és megfelelően formázott legyen. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Honlap:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Leírás:</b> A SliTaz egy könnyűsúlyú, asztal-orientált mikro disztribúció.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul, így a használatához nem muszáj telepíteni. Ez a telepítő az <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>-en alapul. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Honlap:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Leírás:</b> Az xPUD egy könnyűsúlyú disztribúció kioszk-stílusú felülettel, webböngészővel és médialejátszóval.<br/><b>Telepítési megjegyzések:</b> A live verzió az egész rendszert a memóriába tölti és onnan indul. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Válasszon a támogatott disztribúciók listájából &Distribution &Disztribúció Specify a disk image file to load Adja meg a betöltendő lemezképfájlt Disk&image Manually specify a kernel and initrd to load Manuálisan adja meg a betöltendő kernel és initrd fájlokat &Custom &Egyéni Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return Enter Cancel Mégsem Esc Esc Reboot Now Újraindítás most Exit Kilépés 1. Downloading Files 1. Fájlok letöltése 2. Extracting and Copying Files 2. Fájlok kicsomagolása és másolása 3. Installing Bootloader 3. Rendszerbetöltő telepítése 4. Installation Complete, Reboot 4. Telepítés befejeződött, újraindítás Select the target drive to install to Válassza ki a kívánt célmeghajtót a telepítéshez Dri&ve: Meghaj&tó Select the installation target type Válassza ki a telepítési cél típusát &Type: &Típus: Select the distribution version Válassza ki a disztribúció verzióját Select disk image file Lemezképfájl kiválasztása ... ... Select the disk image type Válassza ki a lemezképfájl típusát Specify a floppy/hard disk image, or CD image (ISO) file to load Adja meg a betöltendő floppy/merevlemez képfájlt, vagy CD képfájlt (ISO) Specify a kernel file to load Adja meg a betöltendő kernel fájlt Select kernel file Kernel fájl kiválasztása Specify an initrd file to load Adja meg a betöltendő initrd fájlt Select initrd file Initrd fájl kiválasztása Select syslinux.cfg or isolinux.cfg file Syslinux.cfg, vagy isolinux.cfg fájl kiválasztása Specify parameters and options to pass to the kernel Adja meg azokat a paramétereket és beállításokat, amik át lesznek adva a kernelnek &Kernel: K&ernel Init&rd: &Options: &Beállítások uninstaller Uninstallation Complete Az eltávolítás elkészült %1 has been uninstalled. A(z) %1 el lett távolítva. Must run as root Adminisztrátorként kell futnia %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 csak rendszergazdaként futtatható. Zárja be, majd futtassa ismét a következők egyikével:<br/><b>sudo %1</b><br/>vagy:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 eltávolító %1 is currently installed. Remove the existing version? A(z) %1 jelenleg telepítve van. Eltávolítja a meglévő verziót? unetbootin_id.ts0000664000175000017500000021111112154035431012723 0ustar gezageza Indonesian translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-12-27 11:58+0000 Last-Translator: Namaku Jiro <namaku0@gmail.com> Language-Team: Indonesian <id@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk Hard Disk USB Drive Drive USB ISO ISO Floppy Disket either Salah Satu LiveUSB persistence Keutuhan LiveUSB FAT32-formatted USB drive USB Drive terformat FAT32 EXT2-formatted USB drive USB Drive terformat EXT2 Open Disk Image File Buka berkas citra disk All Files Semua Berkas All Files (*) Semua Berkas (*) Open Kernel File Buka berkas kernel Open Initrd File Buka berkas initrd Open Bootloader Config File Buka berkas konfigurasi bootloader Insert a USB flash drive Masukkan USB drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB drive tidak ditemukan. Jika USB drive telah terpasang coba format sebagai FAT32. %1 not mounted %1 tidak terikat (mounted) You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Ikat (mount) dulu USB drive %1 pada titik ikat (mount point). Kebanyakan distribusi Linux melakukannya secara otomatis setelah USB drive dicopot dan dipasang kembali. Select a distro Pilih distribusi You must select a distribution to load. Anda harus memilih distribusi untuk dimuat. Select a disk image file Pilih berkas citra disk You must select a disk image file to load. Anda harus memilih berkas citra disk untuk dimuat. Select a kernel and/or initrd file Pilih berkas kernel dan/atau intrd You must select a kernel and/or initrd file to load. Anda harus memilih berkas kernel dan/atau initrd. Diskimage file not found Berkas citra disk tidak ditemukan The specified diskimage file %1 does not exist. Berkas citra disk %1 tidak ada. Kernel file not found Berkas kernel tidak ditemukan The specified kernel file %1 does not exist. Berkas kernel %1 tidak ada. Initrd file not found Berkas initrd tidak ditemukan The specified initrd file %1 does not exist. %1 exists, overwrite? %1 sudah ada, timpa? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Berkas %1 sudah ada. Tekan "Ya untuk Semua" untuk menimpanya dan tidak ditanya lagi, 'Ya' untuk menimpa berkas satu per satu, 'Tidak' untuk mempertahankan berkas yang sudah ada. Jika ragu pilih 'Ya untuk Semua'. %1 is out of space, abort installation? %1 kehabisan ruang, batalkan pemasangan? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Direktori %1 kehabisan ruang. Tekan 'Ya' untuk membatalkan pemasangan, 'Tidak' untuk mengabaikan pesan kesalahan dan mencoba melanjutkan pemasangan, dan 'Tidak untuk Semua' untuk mengabaikan semua pesan kesalahan kehabisan ruang. Locating kernel file in %1 Menemukan berkas kernel di %1 Copying kernel file from %1 Menyalin berkas kernel dari %1 Locating initrd file in %1 Menemukan berkas initrd di %1 Copying initrd file from %1 Menyalin berkas initrd dari %1 Extracting bootloader configuration Mengekstrak konfigurasi bootloader <b>Extracting compressed iso:</b> %1 <b>Mengekstrak berkas ISO terkompres:</b> %1 Copying file, please wait... Menyalin berkas, mohon tunggu... <b>Source:</b> <a href="%1">%1</a> <b>Sumber:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Tujuan:</b> %1 <b>Copied:</b> 0 bytes <b>Tersalin:</b> 0 byte Extracting files, please wait... Mengekstrak berkas, mohon tunggu... <b>Archive:</b> %1 <b>Arsip:</b> %1 <b>Source:</b> <b>Sumber:</b> <b>Destination:</b> <b>Tujuan:</b> <b>Extracted:</b> 0 of %1 files <b>Terekstrak:</b> 0 dari %1 berkas <b>Source:</b> %1 (%2) <b>Sumber:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Tujuan:</b> %1 %2 <b>Extracted:</b> %1 of %2 files <b>Terekstrak:</b> 1% dari %2 berkas Downloading files, please wait... Mengunduh berkas, mohon tunggu... <b>Downloaded:</b> 0 bytes <b>Terunduh:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Unduhan %1 %1 dari %3 gagal. Silahkan mencoba mengunduh berkas ISO langsung dari situs Web dan masukkan pada isian Citra Disk. <b>Downloaded:</b> %1 of %2 <b>Terunduh:</b> %1 dari %2 <b>Copied:</b> %1 of %2 <b>Tersalin:</b> %1 dari %2 Searching in <a href="%1">%1</a> Mencari di <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 sesuai dengan <a href="%3">%3</a> %1 not found %1 tidak ditemukan %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 tidak ditemukan. Ini diperlukan untuk mode pemasangan %2. Pasang paket "%3" atau yang sesuai distribusi anda. (Current) (Saat ini) (Done) (Selesai) Configuring grub2 on %1 Mengkonfigurasi grub2 pada %1 Configuring grldr on %1 Mengkonfigurasi gldr pada %1 Configuring grub on %1 Mengkonfigurasi grub pada %1 Installing syslinux to %1 Memasang syslinux pada %1 Installing extlinux to %1 Memasang extlinux pada %1 Syncing filesystems Mengsinkronisasikan sistem berkas Setting up persistence Mengatur keutuhan After rebooting, select the Setelah <i>reboot</i>, pilih After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Setelah <i>reboot</i>, pilih opsi <i>boot</i> dari USB pada menu <i>boot</i> BIOS.%1 <i>Reboot</i> sekarang? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Perangkat USB yang dibuat tidak bisa dijalankan pada komputer Mac. Pasang pada komputer PC, dan pilih opsi <i>boot</i> dari USB pada menu <i>boot</i> BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *PENTING* Sebelum <i>reboot</i> tempatkan berkas ISO instalasi Ubuntu <i>alternate</i> (bukan <i>desktop</i) pada direktori <i>root hard disk</i> atau USB drive anda. Berkas tersebut bisa didapatkan dari http://cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *PENTING* setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'mirrors.kernel.org' ketika <i>server</i> diminta, dan masukkan '/centos/%1/os/%2' ketika direktori diminta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *PENTING* Sebelum <i>reboot</i> tempatkan berkas ISO instalasi Debian pada direktori <i>root hard disk</i> atau USB drive anda. Berkas tersebut bisa didapatkan dari http://cdimage.debian.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.fedora.redhat.com' ketika <i>server</i> diminta, dan masukkan '/pub/fedora/linux/development/%1/os' ketika direktori diminta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.fedora.redhat.com' ketika <i>server</i> diminta, dan masukkan '/pub/fedora/linux/releases/%1/Fedora/%2/os' ketika direktori diminta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.opensuse.org' ketika <i>server</i> diminta, dan masukkan '/factory/repo/oss' ketika direktori diminta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *PENTING* Setelah <i>reboot</i> abaikan semua pesan kesalahan dan pilih 'Back' jika diminta memasukkan CD, lalu menuju ke menu utama, pilih opsi 'Start Installation', pilih 'Network' sebagai sumber, pilih 'HTTP' sebagai protokol, masukkan 'download.opensuse.org' ketika <i>server</i> diminta, dan masukkan '/distribution/%1/repo/oss' ketika direktori diminta. == Select Distribution == Pilih Distribusi == Select Version == Pilih Versi Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Selamat datang di <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. <ol><li>Pilih distribusi dan versi yang akan diunduh dari daftar di atas, atau pilih berkas yang akan diproses secara manual.</li><li>Pilih tipe instalasi dan klik OK untuk memulai memasang.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>HalamanRumah:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux adalah suatu user-friendly Debian-based distribusi.<br/><b>Install Notes:</b> The Live-versi membolehkan untuk mem-booting dalam mode Langsung, yangmana pemasangannya dapat bebas memilih untuk diluncurkan. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>situs:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Deskripsi:</b> Super Grub Disk adalah sebuah pemanggil saat booting(bootloader) yang dapat melakukan bergai macam pekerjaan perbaikan atas MBR.<br/><b>Cara pasang:</b> gak perlu bingung, cukup boot SGD, dia langsung jalan, gak perlu install. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Halaman Muka:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Keterangan:</b> EeePCLinuxOS adalah sebuah distribusi berbasis PCLinuxOS yg user-friendly untuk EeePC.<br/><b>Catatan Install:</b> Pastikan media installasi kosong dan terformat sebelum meneruskan instalasi. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Halaman Muka:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee Bukan hanya Ubuntu yg dioptimalkan untuk PC Asus Eee. Ini adalah sebuah sistem operasi, menggukan antarmuka Netbook Remix, yang memilih perangkat lunak terbaik dibandingkan alternatif open source (contoh, Skype daripada Ekiga).<br/><b>Catatan Install:</b> Pastikan media installasi kosong dan terformat sebelum meneruskan instalasi. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions Pilih dari daftar distribusi yang tersedia &Distribution &Distribusi Specify a disk image file to load Tentukan berkas citra disk untuk dimuat Disk&image C&itra disk Manually specify a kernel and initrd to load Secara manual tentukan berkas kernel dan initrd untuk dimuat &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Ruang dicadangkan untuk mempertahankan berkas-berkas pengguna setelah <i>reboot</i>. Bekerja hanya pada LiveUSB dari Ubuntu dan turunannya. Jika ukuran ruang melebihi kapasitas media penyimpanan maka ruang sisa maksimal akan digunakan. Space used to preserve files across reboots (Ubuntu only): Ruang digunakan untuk mempertahankan berkas-berkas setelah <i>reboot</i> (hanya Ubuntu): MB MB OK OK Return Kembali Cancel Batal Esc Esc Reboot Now <i>Reboot</i> Sekarang Exit Keluar 1. Downloading Files 1. Mengunduh Berkas-Berkas 2. Extracting and Copying Files 2. Mengekstrak dan Menyalin Berkas-Berkas 3. Installing Bootloader 3. Memasang <i>Bootloader</i> 4. Installation Complete, Reboot 4. Instalasi Selesai, <i>Reboot</i> Select the target drive to install to Pilih <i>drive</i> tujuan untuk instalasi Dri&ve: Dri&ve Select the installation target type Pilih tipe tujuan instalasi &Type: &Tipe: Select the distribution version Pilih versi distribusi Select disk image file Pilih berkas citra disk ... ... Select the disk image type Pilih tipe citra disk Specify a floppy/hard disk image, or CD image (ISO) file to load Tentukan citra disket/hard disk, atau citra CD (ISO) untuk dimuat Specify a kernel file to load Tentukan berkas kernel untuk dimuat Select kernel file Pilih berkas kernel Specify an initrd file to load Tentukan berkas initrd untuk dimuat Select initrd file Pilih berkas initrd Select syslinux.cfg or isolinux.cfg file Pilih berkas syslinux.cfg atau isolinux.cfg Specify parameters and options to pass to the kernel tentukan paramater dan opsi untuk kernel &Kernel: &Kernel Init&rd: Init&rd: &Options: &Opsi: uninstaller Uninstallation Complete Pencopotan Selesai %1 has been uninstalled. %1 telah dicopot. Must run as root Harus dijalankan sebagai <i>root</i> %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 harus dijalankan sebagai <i>root</i>. Tutup, dan jalankan kembali menggunakan:<br/><b>sudo %1</b><br/>atau:<br/><b>su - -c '%1'</b> %1 Uninstaller Pencopot %1 %1 is currently installed. Remove the existing version? %1 sudah terpasang. Hapus versi yang sudah ada? unetbootin_it.ts0000664000175000017500000026413012154035431012754 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-09-09 11:09+0000 Last-Translator: bovirus <roberto.boriotti@canon-europe.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Da sinistra a destra unetbootin Hard Disk Disco fisso USB Drive Unità USB ISO ISO Floppy Floppy either Entrambi LiveUSB persistence Persistenza LiveUSB FAT32-formatted USB drive Unità USB formattata FAT32 EXT2-formatted USB drive Unità USB formattata EXT2 Open Disk Image File Apri File Immagine All Files Tutti i file All Files (*) Tutti i file (*.*) Open Kernel File Apri file kernel Open Initrd File Apri file initrd Open Bootloader Config File Apri file configurazione bootloader Insert a USB flash drive Inserire un'unità flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Non sono state trovate unità flash USB. Se avete già inserito un'unità USB, provate a riformattarla come FAT32. %1 not mounted %1 non montato You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. E' necessario prima montare l'unità USB %1 in un punto di montaggio. La maggior parte delle distribuzioni eseguirà questa operazione automaticamente dopo aver rimosso e reinserito l'unità USB. Select a distro Selezionare una distribuzione Linux You must select a distribution to load. E' necessario selezionare una distribuzione da caricare. Select a disk image file Selezionare un File Immagine You must select a disk image file to load. E' necessario selezionare un file immagine disco da caricare. Select a kernel and/or initrd file Selezionare un file kernel e/o initrd You must select a kernel and/or initrd file to load. E' necessario selezionare un file kernel e/o initrd da caricare. Diskimage file not found Disco di File Immagine non trovato The specified diskimage file %1 does not exist. Il file immagine disco %1 non esiste. Kernel file not found File kernel non trovato The specified kernel file %1 does not exist. Il file kernel %1 indicato non esiste Initrd file not found File initrd non trovato The specified initrd file %1 does not exist. Il file initrd %1 non esiste. %1 exists, overwrite? %1 esiste già, sovrascriverlo? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Il file %1 già esiste. Scegliere <Si a tutti> per sovrasciverlo e non ricevere ulteriori avvisi, <Si> per sovrascrivere i file singolarmente, <No> per mantenere la versione esistente. Nel dubbio, scegliere <Si a tutti>. %1 is out of space, abort installation? %1 non ha spazio sufficiente. Interrompere l'installazione? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. La cartella %1 è piena. Selezionare <Si> per uscire dall'installazione, <No> per ignorare questo avviso e provare a continuare l'installazione, <No a tutti> per ignorare ulteriori avvisi di spazio insufficiente. Locating kernel file in %1 Ricerca kernel file in %1... Copying kernel file from %1 Copia del file kernel da %1 ... Locating initrd file in %1 ricerca initrd file in %1... Copying initrd file from %1 Copia file initrd da %1 ... Extracting bootloader configuration Estrazione configurazione bootloader ... <b>Extracting compressed iso:</b> %1 <b>Estrazione file iso compresso:</b> %1... Copying file, please wait... Copia file... <b>Source:</b> <a href="%1">%1</a> <b>Sorgente:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destinazione:</b> %1 <b>Copied:</b> 0 bytes <b>Copiati</b>: 0 byte Extracting files, please wait... Estrazione file... <b>Archive:</b> %1 <b>Archivio:</b> %1 <b>Source:</b> <b>Sorgente:</b> <b>Destination:</b> <b>Destinazione:</b> <b>Extracted:</b> 0 of %1 files <b>Estratti:</b> 0 di %1 file <b>Source:</b> %1 (%2) <b>Sorgente:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destinazione:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Estratti:</b> %1 di %2 file Downloading files, please wait... Download file... <b>Downloaded:</b> 0 bytes <b>Scaricati:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Download si %1 %2 da %3 fallito. Prova a scaricare direttamente l'immagine ISO dal sito web e usala attraverso l'opzione disco immagine. <b>Downloaded:</b> %1 of %2 <b>Scaricati:</b> %1 di %2 <b>Copied:</b> %1 of %2 <b>Copiati:</b> %1 di %2 Searching in <a href="%1">%1</a> Ricerca in <a href="%1">%1</a> ... %1/%2 matches in <a href="%3">%3</a> %1/%2 corrispondenze in <a href="%3">%3</a> %1 not found %1 non trovato %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 non trovato. Questo elemento è necessario per l'installazione di %2. Installare il pacchetto "%3" o l'equivalente per la distribuzione scelta. (Current) (attuale) (Done) (completato) Configuring grub2 on %1 Configuro grub2 in %1 Configuring grldr on %1 Configuro grldr in %1 Configuring grub on %1 Configuro grub in %1 Installing syslinux to %1 Installo syslinux in %1 Installing extlinux to %1 Installo extlinux in %1 Syncing filesystems Sincronizzazione filesystems... Setting up persistence Impostazione persistenza After rebooting, select the Dopo il riavvio selezionare After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Dopo il riavvio selezionare nel BIOS l'opzione di avvio da USB. Riavviare ora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 L'unità USB creata non effettuerà il boot in Mac. Inserirla in un PC, e selezionare il boot da USB nel menu del BIOS. *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE*: prima di riavviare, copiare un file ISO di installazione Ubuntu alternate (non desktop) nella cartella principale del disco fisso o dell'unità USB. Questo file può essere scaricato da cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'mirrors.kernel.org' come server e inserire '/centos/%1/os/%2' quando è richiesta la cartella. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE*: prima di riavviare, copiare un file ISO di installazione Debian nella cartella principale del disco fisso o dell'unità USB. Questo file può essere scaricato da cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.fedora.redhat.com' come server e inserire '/pub/fedora/linux/development/%1/os' quando è richiesta la cartella. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.fedora.redhat.com' come server e inserire '/pub/fedora/linux/releases/%1/Fedora/%2/os' quando è richiesta la cartella. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.opensuse.org' come server e inserire '/factory/repo/oss' quando è richiesta la cartella. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE*: dopo il riavvio, ignorare qualsiasi messaggio d'errore e selezionare <Indietro> se è richiesto un CD, dopodiché nel menù principale selezionare l'opzione <Inizia installazione>, scegliere <Rete> come sorgente, <HTTP> come protocollo, inserire 'download.opensuse.org' come server e inserire '/distribution/%1/repo/oss' quando è richiesta la cartella. == Select Distribution == == Selezionare distribuzione == == Select Version == == Selezionare versione == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Benvenuti in <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, il netboot installer universale. Uso:<ol><li>selezionare dalla lista qui sopra una distribuzione ed una versione, oppure specificare manualmente i file da caricare qui sotto.</li><li>Selezionare un tipo di installazione e fare clic su OK per avviare l'operazione.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrizione:</b> Arch Linux è una distribuzione leggera ottimmizzata per la velocità e la flessibilità.<br/><b>Note installazione:</b> la versione predefinita permette l'installazione attraverso internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrizione:</b> BackTrack è una distribuzione focalizzata sull'analisi di rete e test di intrusione.<br/><b>Note installazione:</b> BackTrack si avvia e si esegue in modo live; per poterla usare non è richiesta nessuna installazione. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrizione:</b> CentOS è un clone libero di Red Hat Enterprise Linux.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione via internet (FTP) che l'installazione da un'immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrizione:</b> CloneZilla è una distribuzione usata per effettuare copie di sicurezza dei propri file.<br/><b>Note installazione:</b> CloneZilla viene avviata e avviata in modalità Live; non richiede alcuna installazione per essere eseguita. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrizione:</b> Damn Small Linux è una distribuzione minimalista studiata per vecchi computer.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia dal disco, perciò l'installazione non è richiesta ma opzionale. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descriztione:</b> Debian è una distribuzione Linux sviluppata dalla comunità e supporta una larga varietà di architetture e offre un grande varietà di pacchetti.<br/><b>Note installazione:</b> la versione NetInstall permette l'installazione via FTP. Se volete usare un file di installazione ISO pre scaricato, usare l'opzione HDMedia e copiare il file ISO di installazione nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrizione:</b> Dreamlinux è una distribuzione facile da usare basata su Debian.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modalità Live, dalla quale può essere avviata opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrizione:</b> Dr.Web AntiVirus è un kit di emergenza anti-virus utile per ripristinare un sistema a seguito di un attacco virale.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modalità Live, dalla quale è possibile avviare la scansione malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrizione:</b> Elive è una distribuzione basata su Debian con il gestore finestre Enlightenment.<br/><b>Note installazione:</b> La versione Live permette l'avvio in modo Live, dal quale è possibile lanciare opzionalmente l'installazione. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrizione:</b> Fedora è una distribuzione sponsorizzata dalla comunità Red Hat che propone software libero ed open source d'avanguardia.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modalità Live, dalla quale può essere avviata opzionalmente l'installazione. La versione NetInstall permette l'installazione via internet (FTP) o da un'immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrizione:</b> FreeBSD è un sistema operativo di tipo Unix studiato per la scalabilità e le prestazioni.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione via internet (FTP) che l'installazione da un'immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrizione:</b> FreeDOS è un sistema operativo libero compatibile con MS-DOS.<br/><b>Note installazione:</b> dai un'occhiata a <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">Manuale FreeDOS</a> per dettagli sull'installazione. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrizione:</b> FreeNAS è una distribuzione embedded open source per NAS (Network-Attached Storage) ed è basata su FreeBSD.<br/><b>Note installazione:</b> la versione LiveCD crea un disco RAM per FreeNAS, e usa un floppy formattato FAT o una unità USB per salvare il file di configurazione. La versione embedded permette l'installazione su disco fisso. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrizione:</b> Frugalware è una distribuzione basata su Slackware per utenti avanzati.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione da internet (FTP), sia l'installazione da un file immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrizione:</b> GeeXboX è una distribuzione Linux con integrato un Media center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrizione:</b> gNewSense è una distribuzione FSF-endorsed basata su Ubuntu con tutti i componenti non free rimossi.<br/><b>Note installazione:</b> la versione Live permette di fare il boot in modalità Live, dalla quale può essere opzionalmente lanciata l'installazione. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrizione:</b> Gujin è un boot manager grafico che può avviare vari volumi e files.<br/><b>Note installazione:</b> Gujin semplicemente si avvia e si lancia; non è necessaria nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrizione:</b>Kaspersky Rescue Disk rileva e rimuove malware da una installazione Windows.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui è possibile avviare la scansione alla ricerca del malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrizione:</b> Kubuntu è una distribuzione derivata di Ubuntu basata sul desktop KDE.<br/><b>Note instalalzione:</b> la versione Live permette l'avvio in modo Live, dal quale è possibile avviare opzionalmente l'installazione. La versione NetInstall permette l'installazione via FTP, e può installare Kubuntu e altre distribuzione derivate ufficiali. Se volete usare un file di installazione ISO di una distribuzione alternativa (non desktop) pre scaricata, usare l'opzione HDMedia e copiare il file ISO di installazione della distribuzione alternativa nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrizione:</b> LinuxConsole è una distribuzione desktop per giocare, facile da installare, facile da usare e veloce nell'avvio.<br/><b>Note installazione:</b> La versione 1.0.2010 iè la più recente 1.0 ora disponibile (avvia liveuptate per aggiornare moudli e kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descrizione:</b> Linux Mint è una distribuzione di facile uso basata su Ubuntu che include di default codecs proprietari addizionali e altro software.<br/><b>Note d'installazione:</b> la versione Live permette l'avvio in modo Live dal quale può essere lanciata opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Descrizione:</b> Lubuntu è un derivato ufficiale Ubuntu con desktop LXDE.<br/><b>Note installazione:</b>La versione Live permette il boot in modo Live da cui è possibile lanciare l'installer. La versione NetInstall permette l'installazione via FTP e può installare Kubuntu e altri derivati ufficiali Ubuntu. Se vuoi usare una distribuzione alternativa rpe-scaricata (non desktop) come immagien ISO, usa l'opzione HdMedia, e copia il file ISO di installazione nella cartella principale del disco fisso o di una unità USB. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrizione:</b> Mandriva è una distribuzione di facile uso precedentemente conosciuta come Mandrake Linux.<br/><b>Note installazione:</b> la versione Netinstall permette l'installazione da internet (FTP) o da un file immagine ISO liberamente scaricabile da internet <a href="http://www.mandriva.com/en/download">Mandriva - Imagini ISO "gratuite"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrizione:</b> MEPIS è una distribuzione basata su Debian. SimplyMEPIS è una versione con interfaccia amichevole basata su KDE, mentre AntiX è una versione leggera per computer non recenti.<br/><b>Note installazione:</b> MEPIS supporta l'avvio in modo Live mode, dal quale è possibile avviare opzionalmente l'installazione. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descrizione:</b> NetbootCD è un CD ridotto che scarica e avvia il processo di installazione via rete per altre distribuzioni.<br/><b>Note installazione:</b> NetbootCD si avvia e esegue in modo live. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrizione:</b> NimbleX è una piccola ma versatile distribuzione basata su Slackware. E' creata usando gli script linux-live, e ha KDE come desktop. Può essere avviata da CD o da memoria flash USB (penna USB o riproduttore MP3), e può essere facilmente personalizzata e estesa.<br/><b>Note installazione:</b> NimbleX si avvia in modo Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descrizione:</b> Offline NT Password e Registry Editor possono ripristinare la password di Windows e modificare il registry di Windows Windows 2000-Vista.<br/><b>Note installazione:</b> NTPasswd si avvia e esegue in modo live; non è richiesta nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descrizione:</b> openSUSE è una distribuzione di facile uso sponsorizzata da Novell.<br/><b>Note installazione:</b> la versione predefinita permette sia l'installazione da internet (FTP), sia l'installazione da un file immagine ISO scaricabile da internet. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descrizione:</b> Ophcrack permette di scoprire le password di Windows.<br/><b>Note installazione:</b> Ophcrack viene avviato in modo Live, non è necessaria nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descrizione:</b> Parted Magic include il gestore di partizioni GParted ed altre utilità di sistema che permettono di copiare, ridimensionare, fare backup e manipolare dischi e partizioni.<br/><b>Note installazione:</b> Parted Magic viene avviato in modo Live e non necessita di nessuna installazione. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descrizione:</b> Puppy Linux è una distribuzione leggera e studiata per i computer meno recenti.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia dalla memoria, perciò l'installazione non è richiesta ma opzionale. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descrizione:</b> Sabayon Linux è una distribuzione Live DVD, basata su Gentoo, che fornisce il pacchetto binario Entropy in aggiunta al sorgente basato su Portage.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, dal quale è possibile avviare opzionalmente l'installazione. La versione LiteMCE richiede 2 GB, mentre la versione completa richiede una unità disco USB da 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Descrizione:</b> Salix è una distribuzione GNU/Linux basata su Slackware (pienamente compatibile) ed è semplice, veloce e facile da usare.<br/>Come un bonsai Salix è piccola, leggere e il prodotto di un infinita cura.<br/><b>Note installazione:</b> La versione Live permette l'avvio in modo Live, dal quale può essere avviato l'installer.<br/>La password predefinita per root è <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descrizione:</b> Slax è una distribuzione basata su Slackware con KDE.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live dal quale può essere lanciata opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrizione:</b> SliTaz è una micro distribuzione leggera ed orietata al desktop.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia dalla memoria, perciò l'installazione non viene richiesta ma è opzionale. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descrizione:</b> Smart Boot Managerè un bootloader che può superare alcune delle limitazioni e bachi relativi all'avvio del BIOS.<br/><b>Note installazione:</b> SBM semplicemente si avvia e non richiede nessuna installazione per usarlo. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descrizione:</b> Super Grub Disk è un bootloader che può svolgere svariate azioni di recupero sull'MBR e su vari bootloader.<br/><b>Note installazione:</b> SGD si avvia semplicemente, senza richiedere alcuna installazione per usarlo. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descrizione:</b> Super OS è uan distribuzione derivata non ufficiale di Ubuntu e include software aggiuntivi rispetto alla cversione originale. Richiede una unità USB da almeno 2 GB per essere installata.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui è possibile avviare opzionalmente l'installazione. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descrizione:</b> Ubuntu è una distribuzione con interfaccia molto intuitiva basata su Debian. E' attualmente la distribuzione Linux desktop più popolare.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui è possibile avviare opzionalmente l'installazione. La versione NetInstall permette l'installazione via FTP, e può installare Kubuntu e altre distribuzione derivate ufficiali Ubuntu. Se volete usare un file ISO di una distribuzione alternativa (non desktop) pre scaricata, usate l'opzione HdMedia, e copiate il file ISO dell'installazione alternativa nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrizione:</b> xPUD è una distribuzione leggera pensata come semplice utilizzo come chiosco internet, con un browser web e un riproduttore multimedialer.<br/><b>Note installazione:</b> la versione Live carica interamente il sistema in memroia RAM e si avvia dalla memoria RAM. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descrizione:</b> Xubuntu è una derivazione Ubuntu basata sul desktop XFCE.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, da cui opzionalmente è possibile lanciare l'installazione. La versione NetInstall permette l'installazione via FTP, e può installare Kubuntu e altri derivati ufficiali Ubuntu. Se si vuole usare un file ISO di installazione alternativa pre-scaricata (non desktop), usare l'opzione HDMedia, e posizionare un file ISO di installazione alternativa nella cartella principale del disco fisso o dell'unità USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descrizione:</b> Zenwalk è una distribuzione basata su Slackware con XFCE.<br/><b>ote installazione:</b> la versione Live permette l'avvio in modo Live dal quale può essere lanciata opzionalmente l'installazione. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descrizione:</b> EeePCLinuxOS è una distribuzione di facile uso basata su PCLinuxOS per l'EeePC.<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descrizione:</b> Ubuntu Eee non è solamente ottimizzata per l'ASUS Eee PC. È un sistema operativo che sfrutta l'interfaccia di Netboot Remix privilegiando le migliori applicazioni disponibili invece delle loro alternative open-source (per esempio, Skype anziché Ekiga).<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrizione:</b> Elive è una distribuzione basata su Debian con il gestore finestre Enlightenment.<br/><b>Note installazione:</b> la versione Live permette l'avvio in modo Live, dal quale è possibile lanciare opzionalmente l'installazione. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descrizione:</b> Kiwi Linux è una versione derivata da Ubuntu specifica per gli utenti che parlano rumeno, ungherese ed inglese.<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrizione:</b> gNewSense è una distribuzione GNU/Linux di qualità che estende e migliora Ubuntu per creare un sistema operativo completamente libero, senza alcun pacchetto contenente software proprietario.<br/><b>Note installazione:</b> assicurarsi che il disco sia vuoto e formattato prima di procedere con l'installazione. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrizione:</b> NimbleX è una piccola ma versatile distribuzione basata su Slackware. E' creata usando gli script linux-live, e ha KDE come desktop. Può essere avviata da CD o da memoria flash USB (penna USB o riproduttore MP3), e può essere facilmente personalizzata e estesa.<br/><b>Note installazione:</b> NimbleX si avvia in modo Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrizione:</b> SliTaz è una distribuzione leggera orientata al desktop.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia da disco, perciò l'installazione non è richiesta ma opzionale. Questa installazione è basata su <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrizione:</b> xPUD è una distribuzione leggera che fornisce un'interfaccia simile a quella dei chioschi, con un browser e un riproduttore multimediale.<br/><b>Note installazione:</b> la versione Live carica l'intero sistema nella RAM e si avvia da disco. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Selezionare nell'elenco una delle distribuzione supportate &Distribution &Distribuzione Specify a disk image file to load Specificare un file immagine disco da caricare Disk&image &Immagine disco Manually specify a kernel and initrd to load Specificare manualmente un kernel e un initrd da caricare &Custom &Personalizzata Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Spazio riservato per i file utente che verranno protetti dai vari riavvii. Funziona solo per LiveUSB per Ubuntu e derivati. Se il valore eccede la capacità dell'unità, verrà usato il massimo spazio disponibile. Space used to preserve files across reboots (Ubuntu only): Spazio riservato per i file utente che verranno protetti dai vari riavvii (solo Ubuntu): MB MB OK OK Return Indietro Cancel Annulla Esc ESC Reboot Now Riavvia adesso Exit Esci 1. Downloading Files 1. Download dei file... 2. Extracting and Copying Files 2. Estrazione e copia dei file... 3. Installing Bootloader 3. Installazione bootloader... 4. Installation Complete, Reboot Installazione completata. Riavviare Select the target drive to install to Selezionare l'unità in cui effettuare l'installazione Dri&ve: &Unità: Select the installation target type Selezionare il tipo di installazione &Type: &Tipo: Select the distribution version Selezionare la versione della distribuzione Select disk image file Selezionare il file immagine disco ... ... Select the disk image type Selezionare il tipo di immagine disco Specify a floppy/hard disk image, or CD image (ISO) file to load Specificare un file immagine disco floppy/disco fisso o CD (ISO) da caricare Specify a kernel file to load Specificare un file kernel da caricare Select kernel file Selezionare un file kernel Specify an initrd file to load Specificare un file initrd da caricare Select initrd file Selezionare un file initrd Select syslinux.cfg or isolinux.cfg file Selezionare un file syslinux.cfg oppure isolinux.cfg Specify parameters and options to pass to the kernel Specificare parametri e opzioni da passare al kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opzioni: uninstaller Uninstallation Complete Disinstallazione completata %1 has been uninstalled. %1 è stato disinstallato. Must run as root Deve essere avviato come root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 deve esere eseguito come root. Chiudilo, e rieseguilo usando:<br/><b>sudo %1</b><br/>o:<br/><b>su - -c '%1'</b> %1 Uninstaller Disinstallazione %1 %1 is currently installed. Remove the existing version? %1 è attualmente installato. Rimuovere la versione attuale? unetbootin_ja.ts0000664000175000017500000030352312154035431012732 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-04-29 03:13+0000 Last-Translator: luyikei <luyikei@live.jp> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight 左から右へ unetbootin Hard Disk ハードディスク USB Drive USB ドライブ ISO ISO Floppy フロッピー either 一方の LiveUSB persistence LiveUSBの永続性 FAT32-formatted USB drive FAT32形式のUSBドライブ EXT2-formatted USB drive EXT2形式のUSBドライブ Open Disk Image File ディスクのイメージファイルを開く All Files すべてのファイル All Files (*) すべてのファイル (*) Open Kernel File カーネルファイルを開く Open Initrd File Initrdファイルを開く Open Bootloader Config File ブートローダーの設定ファイルを開く Insert a USB flash drive USBメモリーを挿入してください。 No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USBメモリーが見つかりません。もし既に挿入しているなら、FAT32形式にフォーマットし直してみてください。 %1 not mounted マウントされていない %1 You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. マウントポイントにUSBドライブ%1を最初にマウントする必要があります。多くのディストリビューションはUSBドライブを抜いて再度差し込むと自動的にこれを行います。 Select a distro ディストリビューションを選択してください。 You must select a distribution to load. 読み込むディストリビューションを選択してください。 Select a disk image file ディスクのイメージファイルを選択してください。 You must select a disk image file to load. 読み込むディスクのイメージファイルを選択してください。 Select a kernel and/or initrd file カーネルファイルと/もしくはInitrdファイルを選択してください。 You must select a kernel and/or initrd file to load. 読み込むカーネルファイルと/もしくはInitrdファイルを選択してください。 Diskimage file not found ディスクのイメージファイルが見つかりません。 The specified diskimage file %1 does not exist. 指定されたディスクイメージ %1 が存在しません。 Kernel file not found カーネルファイルが見つかりません。 The specified kernel file %1 does not exist. 指定されたカーネルファイル %1 が存在しません。 Initrd file not found Initrdファイルが見つかりません。 The specified initrd file %1 does not exist. 指定されたInitrdファイル %1 が存在しません。 %1 exists, overwrite? %1 は存在します。上書きしますか? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 は既に存在します。'Yes to All'を押すと、全てを上書きします。'Yes'を押すと、このファイルのみ上書きします。'No'を押すと、すでに存在しているファイルを維持します。分からなければ、'Yes to All'を押してください。 %1 is out of space, abort installation? %1 のためのスペースがありません。インストールを中止しますか? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. %1 ディレクトリのためのスペースがありません。'Yes'を押すと、インストールを中止します。'No'を押すと、エラーを無視してインストールの続行を試みます。'No to All'を押すと、スペース不足のエラーを全て無視します。 Locating kernel file in %1 %1中にカーネルイメージを配置中 Copying kernel file from %1 %1からカーネルファイルをコピーしています Locating initrd file in %1 %1中にinitrdファイルを配置中 Copying initrd file from %1 initrdファイルを%1からコピーしています Extracting bootloader configuration ブートローダーの設定を抽出しています <b>Extracting compressed iso:</b> %1 <b>圧縮されたISOファイルを解凍:</b> %1 Copying file, please wait... ファイルをコピーしています お待ちください... <b>Source:</b> <a href="%1">%1</a> <b>ソース:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>解凍先:</b> %1 <b>Copied:</b> 0 bytes <b>コピー完了:</b> 0 バイト Extracting files, please wait... ファイルを解凍しています、しばらくお待ちください... <b>Archive:</b> %1 <b>解凍元:</b> %1 <b>Source:</b> <b>ソース:</b> <b>Destination:</b> <b>解凍先:</b> <b>Extracted:</b> 0 of %1 files <b>解凍済み:</b> 0 of %1 ファイル <b>Source:</b> %1 (%2) <b>ソース:</b> %1 (%2) <b>Destination:</b> %1%2 <b>解凍先:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>解凍済み:</b> %1 of %2 files Downloading files, please wait... ファイルをダウンロードしています、しばらくお待ちください... <b>Downloaded:</b> 0 bytes <b>ダウンロード済:</b> 0 バイト Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. %3から%1 %2のダウンロードに失敗しました。直接ウェブサイトからISOファイルをダウンロードよるディスクイメージのオプションを利用してください。 <b>Downloaded:</b> %1 of %2 <b>ダウンロード済:</b>%2中の%1 <b>Copied:</b> %1 of %2 <b>コピー完了:</b> %2中%1 Searching in <a href="%1">%1</a> <a href="%1">%1</a> を検索中 %1/%2 matches in <a href="%3">%3</a> <a href="%3">%3</a> で %1/%2 がマッチ %1 not found %1 が見つかりません %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 が見つかりません。これは%2のインストールのために必要です。 "%3"パッケージか、同等のパッケージをインストールしてください。 (Current) 作業中 (Done) (終了) Configuring grub2 on %1 %1のgrub2を設定 Configuring grldr on %1 %1のgrldrを設定 Configuring grub on %1 %1のgrubを設定 Installing syslinux to %1 %1にsyslinuxをインストール Installing extlinux to %1 %1にextlinuxをインストール Syncing filesystems ファイルシステムを同期 Setting up persistence 永続性を設定する After rebooting, select the 再起動後に選んでください After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? 再起動後、BIOSブートメニュー%1中でUSBブートオプションを選択してください。 今再起動しますか? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 作成されたUSBデバイスはMacではブートしません。PCに差し込み、BIOSブートメニュー中のUSBオプションを選んでください。%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *重要* 再起動の前にUbuntu alternate(デスクトップ版でない)のインストールイメージをハードディスクかUSBドライブのrootディレクトリにおいてください。ファイルはcdimage.ubuntu.comから入手できます *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *重要* 再起動後、エラーメッセージを無視して、CDのプロンプトが表示されたら戻って選択し、メインメニューに移動し"Start Installation"オプションを選択し、"Network"でソースを選択し、プロトコルとして"HTTP"を選択し、サーバー用のプロンプトが表示されたら、"mirrors.kernel.org"と入力し、フォルダを尋ねられたとき次のように入力してください。"/centos/%1/os/%2" *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *重要* 再起動の前にDebianのインストールイメージをハードディスクかUSBドライブのrootディレクトリにおいてください。isoファイルはcdimage.debian.orgから入手できます *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *重要* 再起動後、エラーメッセージを無視して、CDのプロンプトが表示されたら戻って選択し、メインメニューに移動し"Start Installation"オプションを選択し、"Network"でソースを選択し、プロトコルとして"HTTP"を選択し、サーバー用のプロンプトが表示されたら、"download.fedora.redhat.com"と入力し、フォルダを尋ねられたとき次のように入力してください。"/pub/fedora/linux/development/%1/os" *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *重要* 再起動後、エラーメッセージを無視して、CDのプロンプトが表示されたら戻って選択し、メインメニューに移動し"Start Installation"オプションを選択し、"Network"でソースを選択し、プロトコルとして"HTTP"を選択し、サーバー用のプロンプトが表示されたら、"download.fedora.redhat.com"と入力し、フォルダを尋ねられたとき次のように入力してください。"/pub/fedora/linux/development/%2/os" *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *重要* 再起動後、エラーメッセージを無視して、CDのプロンプトが表示されたら戻って選択し、メインメニューに移動し"Start Installation"オプションを選択し、"Network"でソースを選択し、プロトコルとして"HTTP"を選択し、サーバー用のプロンプトが表示されたら、"download.opensuse.org"と入力し、フォルダを尋ねられたとき次のように入力してください。"/factory/repo/oss" *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *重要* 再起動後、エラーメッセージを無視して、CDのプロンプトが表示されたら戻って選択し、メインメニューに移動し"Start Installation"オプションを選択し、"Network"でソースを選択し、プロトコルとして"HTTP"を選択し、サーバー用のプロンプトが表示されたら、"download.opensuse.org"と入力し、フォルダを尋ねられたとき次のように入力してください。"/distribution/%1/repo/oss" == Select Distribution == == ディストリビューションを選択 == == Select Version == == バージョンを選択 == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> ようこそユニバーサルなネットブートインストーラー<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>へ。 利用法:<ol><li>上記のリストからディストリビューションとバージョンを選択、 または手動でロードするファイルを指定。</li><li>インストールのタイプを選択し、OKボタンを押すとインストールが始まります。</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>ホームページ:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>概要:</b> Arch Linuxは軽くて、スピードと柔軟性に優れたディストリビューションです<br/><b>インストールノート:</b> デフォルトのバージョンは、インターネット(FTP)経由でインストールできます。 <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>概要:</b> BackTrack はネットワークの解析と侵入テストに焦点を当てたディストリビューションです<br/><b>インストールノート:</b> BackTrackはliveモードで起動、そして動作します。これを使うのにインストールは必要ありません。 <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>概要:</b> CentOSはフリーのRed Hat Enterprise Linuxのクローンです。<br/><b>インストールノート:</b> デフォルトのバージョンはインターネット(FTP)経由で、またはダウンロードしておいたISOファイルを使い、オフラインでインストールの両方が利用できます。 <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>概要:</b> CloneZillaはディスクのバックアップ・イメージング用のディストリビューションです。<br/><b>インストールノート:</b> CloneZilla はliveモードで起動・実行されます。 使うのにインストールは必要ありません。 <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ホームページ:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>概要:</b> Damn Small Linuxは古いコンピュータ向けにデザインされたミニマリストなディストリビューションです。<br/><b>インストールノート:</b> Liveバージョンはシステム全体をRAMに入れて、メモリから起動します。なのでインストールはオプションで、必要ありません。 <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>概要:</b> Debianはコミュニティで開発された、様々なアーキテクチャをサポートし、大きなパッケージのリポジトリを提供するLinuxディストリビューションです。<br/><b>インストールノート:</b> ネットインストールバージョンはFTPを通じてインストールできます。 事前にダウンロードしたインストールISOを使いたければ、HdMediaオプションを使い、その後ハードドライブかUSBドライブのrootディレクトリにインストールISOファイルを置いてください。 <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>概要:</b> DreamlinuxはユーザーフレンドリーなDebianベースのディストリビューションです。<br/><b>インストールノート:</b> LiveバージョンではLiveモードで起動でき、オプションでインストーラーを開始できます。 <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ホームページ:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>概要:</b> Dr.Web AntiVirusはマルウェアによって壊されたシステムの復元のためのアンチウイルスの緊急キットです。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、マルウェアのスキャンを開始できます。 <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>概要:</b> EliveはEnlightenmentウィンドウマネージャを搭載したDebianベースのディストリビューションです。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。 <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>概要:</b> Fedoraは最新・最先端のフリー/オープンソースのソフトウェアを紹介するRed Hatがスポンサーのコミュニティのディストリビューションです。<br/><b>インストールノート:</b> LiveバージョンはLiveモードで起動することができ、オプションでインストールを開始できます。ネットインストールのバージョンはインターネット(FTP)と、事前にダウンロードしたインストールISOを使ってオフラインでインストールの両方が可能です。 <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>概要:</b> FreeBSDはスケーラビリティとパフォーマンスのために設計された汎用のUnixライクなオペレーティングシステムです。<br/><b>インストールノート:</b> デフォルトのバージョンはインターネット(FTP)を通じてインストール、もしくは事前にダウンロードしておいたISOファイルを使いオフラインでインストールの両方が利用できます。 <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>ホームページ:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>概要:</b> FreeDOSはMS-DOSと互換性を持ったフリーのオペレーティングシステムです。<br/><b>インストールノート:</b> インストールの詳細は<a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">マニュアル</a>を見てください。 <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>ホームページ:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>概要:</b> FreeNASはNAS (Network-Attached Storage)を組み込んだオープンソースのFreeBSDベースのディストリビューションです.<br/><b>インストールノート:</b> LiveCDバージョンはRAMドライブをFreeNASのために作成し、FATでフォーマットされたフロッピーディスク、またはUSBキーを設定ファイルを保存するために使います。 組み込みのバージョンはハードディスクにインストールすることができます。 <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>概要:</b> FrugalwareはSlackwareベースの上級者向の汎用的なディストリビューションです<br/><b>インストールノート:</b> デフォルトのオプションはインターネット(FTP)経由のインストール、または事前にダウンロードしたインストールISOファイルでオフラインでインストールの両方が利用できます。 <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>ホームページ:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>概要:</b>GeeXboXは組み込み向けのLinuxベースのマルチメディアプレーヤーシステムです。<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.gnewsense.org">http://www.gnewsense.or</a><br/><b>概要:</b> gNewSenseは、Ubuntuに基づいたディストリビューションです。フリーでないソフトウェアやバイナリ・ブロブを全て除去してあります。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。 <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>ホームページ:</b> <a href=""http://gujin.sourceforge.net/">"http://gujin.sourceforge.net</a><br/><b>概要:</b> Gujinは様々なボリュームやファイルをブートできるグラフィカルブートマネージャーです。<br/><b>インストールノート:</b> Gujinはシンプルにブートし使用できます。使用する際インストールを必要としません。 <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>ホームページ:</b> <a href=http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>概要:</b> Kasperskyレスキューディスクは インストールされたWindowsからマルウェアを検出および削除します。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。 <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>概要:</b>KubuntuはKDEデスクトップを使用した公式のUbuntu派生ディストリビューションです。<br/><b>インストールノート:</b> ライブバージョンは、インストーラは必要に応じて起動することができ、そこからライブモードでのブートが可能になります。 NetInstallのバージョンでは、FTP経由でインストールを可能にし、Kubuntuとその他の公式Ubuntuの派生ディストリビューションをインストールすることができます。あなたは事前にダウンロードされた代替(ないデスクトップ)のインストールISOイメージを使用したい場合は、HdMediaオプションを使用して、ハードドライブまたはUSBドライブのルートディレクトリに別のインストールisoファイルを配置してください。 <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>ホームページ:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>概要:</b> LinuxConsoleは、簡単にインストールでき、使いやすく、起動が速い、ゲームをプレイするためのデスクトップディストリビューションです。<br/><b>インストールノート:</b> 1.0.2010は、ローリングリリースで利用できる最新の1.0です。(モジュールとカーネルを更新するliveuptateを実行します) <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>概要:</b> Linux Mintは、追加の独自のコーデックと、デフォルトで他のソフトウェアが含まれているユーザーフレンドリーなUbuntuベースのディストリビューションです。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。 <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>概要:</b> LubuntuはLXDEデスクトップを使用した公式のUbuntu派生ディストリビューションです。<br/><b>インストールノート:</b> デフォルトのオプションはインターネット(FTP)経由のインストール、または事前にダウンロードしたインストールISOファイルでオフラインでインストールの両方が利用できます。 <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>ホームページ:</b> <a href="http://www.mandriva.com//">http://www.mandriva.com/</a><br/><b>概要:</b> Mandrivaは以前のMandrake Linuxと呼ばれるユーザーフレンドリーなディストリビューションです。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。NetInstallのバージョンでは、インターネット経由でのインストール(FTP)、または事前にダウンロードされた経由でできます。<a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>概要:</b> MEPISはDebianベースのディストリビューションです。 AntiXは、古いコンピュータ用の軽量バージョンですがSimplyMEPISには、KDEに基づいて、ユーザーフレンドリーなバージョンです。<br/><b>インストールノート:</b> MEPISはLiveモードで起動をサポートしており、オプションでインストールを開始できます。 <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>ホームページ:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org/</a><br/><b>概要:</b> NetbootCDは、軽量なブートCDでそのダウンロードやブート、他のディストリビューションのためのネットワークベースのインストーラです。<br/><b>インストールノート:</b> NetbootCDはliveモードで起動し使用出来ます。 <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>ホームページ:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>概要:</b> NimbleXは、小型汎用性のSlackwareベースのディストリビューションです。それは、linux-ライブスクリプトを使用して構築され、KDEデスクトップを備えています。CDまたはフラッシュメモリ(USBペンやMP3プレーヤー)からブートすることができ、かつ容易にカスタマイズおよび拡張することができます。<br/><b>インストールノート:</b> NimbleXはliveモードで起動します。 <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://frugalware.org</a><br/><b>概要:</b> The Offline NT Password and Registry Editorは、Windowsのパスワードをリセットして、Windows 2000からVistaまでのWindowsでレジストリを編集することができます。<br/><b>インストールノート:</b> NTPasswdはliveモードで起動し使用できます。インストールは必要としません。 <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>ホームページ:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>概要:</b> OpenSUSEはユーザーフレンドリーなノベルがスポンサーのディストリビューションです。<br/><b>インストールノート:</b> デフォルトのオプションはインターネット(FTP)経由のインストール、または事前にダウンロードしたインストールISOファイルでオフラインでインストールの両方が利用できます。 <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>概要:</b> Ophcrackは Windowsのパスワードをクラックできます。<br/><b>インストールノート:</b> Ophcrackはliveモードで起動し使用できます。インストールは必要としません。 <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>ホームページ:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>概要:</b> Parted MagicはGPartedでパーティションマネージャと、サイズ変更、コピー、バックアップ、およびディスクのパーティションを操作することができ、他のシステムユーティリティが含まれています。<br/><b>インストールノート:</b> デフォルトのオプションはインターネット(FTP)経由のインストール、または事前にダウンロードしたインストールISOファイルでオフラインでインストールの両方が利用できます。 <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ホームページ:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>概要:</b> Puppy Linuxは古いコンピュータ向けにデザインされた軽量なディストリビューションです。<br/><b>インストールノート:</b> Liveバージョンではシステム全体をRAMにロードし、メモリーからブートします。なのでインストールはオプションで必要ありません。 <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>ホームページ:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>概要:</b> Sabayon Linuxは、ソースベースのPortageに加えて、エントロピーのバイナリパッケージマネージャを備えているGentooのベースのLive DVDディストリビューションです。<br/><b>インストールノート:</b> ライブバージョンは、インストーラは必要に応じて起動することができ、そこからライブモードでのブートが可能になります。完全版が8 GBのUSBドライブを必要とする一方LiteMCE版は2 GBです。 <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>ホームページ:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>概要:</b>Salixosは、シンプルかつ高速で使いやすいSlackwareの(完全な互換性)に基づいた、GNU / Linuxディストリビューションです。<br/>盆栽のように、Salixosは、小さな光と無限のケアの製品です。<br/><b>インストールノート:</b> ライブバージョンは、インストーラは必要に応じて起動することができ、そこからライブモードでのブートが可能になります。<br/>デフォルトのrootパスワードは<b>live</b>です。 <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>概要:</b> SlaxはSlackwareベースのディストリビューションでKDEデスクトップを使うように出来ています。<br/><b>インストールノート:</b>ライブなージョンはライブモードでのブートが出来、インストーラはそこから起動することが可能です。 <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>ホームページ:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>概要:</b> FSliTazは、軽量、デスクトップ指向のマイクロディストリビューションです。<br/><b>インストールノート:</b> ライブバージョンはRAMとメモリから起動したシステム全体をロードするので、インストールは必須のオプションではありません。 <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>ホームページ:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>概要:</b> Smart Boot Managerは、いくつかのブート関連のBIOSの制限とバグを克服することができるブートローダです。<br/><b>インストールノート:</b> Smart Boot Managerはliveモードで起動し使用できます。インストールは必要としません。 <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>ホームページ:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>概要:</b> Super Grub Diskは、MBRとブートローダーの回復のさまざまなタスクを実行することができるブートローダです。<br/><b>インストールノート:</b> Super Grub Diskはliveモードで起動し使用できます。インストールは必要としません。 <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>概要:</b> Super OSは、デフォルトでは追加のソフトウェアが含まれてるUbuntuの非公式な派生ディストリビューションです。インストールするには、2GB USBドライブを必要とします。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。 <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>概要:</b> UbuntuはユーザーフレンドリーなDebianベースのディストリビューションです。これは、現在最も人気のあるLinuxデスクトップディストリビューションです。<br/><b>ライブバージョンは、インストーラは必要に応じて起動することができ、そこからライブモードでのブートが可能になります。 NetInstallのバージョンでは、FTP経由でインストールを可能にし、Kubuntuとその他の公式Ubuntuの派生ディストリビューションをインストールすることができます。あなたは事前にダウンロードされたalternate(ないデスクトップ)のインストールISOイメージを使用したい場合は、HdMediaオプションを使用して、ハードドライブまたはUSBドライブのルートディレクトリに別のインストールisoファイルを配置してください。 <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>ホームページ:</b> <a href="http://www.xpud.org/">http://www.xpud.org/</a><br/><b>概要:</b> xPUDは、Webブラウザとメディアプレーヤーでシンプルなキオスクのようなインターフェースを備えた軽量のディストリビューションです。<br/><b>インストールノート:</b> ライブバージョンは、メモリからRAMとブートに、システム全体をロードします。 <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>ホームページ:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org/</a><br/><b>概要:</b> XubuntuはKDEデスクトップを使用した公式のUbuntu派生ディストリビューションです。<br/><b>インストールノート:</b> ライブバージョンは、インストーラは必要に応じて起動することができ、そこからライブモードでのブートが可能になります。 NetInstallのバージョンでは、FTP経由でインストールを可能にし、Kubuntuとその他の公式Ubuntuの派生ディストリビューションをインストールすることができます。あなたは事前にダウンロードされた代替(ないデスクトップ)のインストールISOイメージを使用したい場合は、HdMediaオプションを使用して、ハードドライブまたはUSBドライブのルートディレクトリに別のインストールisoファイルを配置してください。 <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>ホームページ:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>概要:</b>ZenwalkではXfceデスクトップを備えたSlackwareをベースディストリビューションです。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。 <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>ホームページ:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>概要:</b> EeePCLinuxOSは、EeePCのためのユーザーフレンドリーなPCLinuxOSに基づくディストリビューションです。<br/><b>インストールノート:</b> インストールメディアが、インストールを続行する前に空でフォーマットされていることを確認します。 <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>ホームページ:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>概要:</b> Ubuntu Eeeは、UbuntuはAsusのEee PC用に最適化されていないだけです。その代わりにオープンソースの代替(代わりに、Ekigaつまりスカイプ)の最高のソフトウェア利用でき、Netbook Remixのインターフェイスを使用しているオペレーティング·システムです。<br/><b>インストールノート:</b> インストールメディアが、インストールを続行する前に空でフォーマットされていることを確認します。 <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>ホームページ:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>概要:</b> EliveはEnlightenmentウィンドウマネージャを備えたDebianベースのディストリビューションです。<br/><b>インストールノート:</b> このLiveバージョンはLiveモードで起動でき、オプションでインストールを開始できます。 <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>ホームページ:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>概要:</b> Kixi Linuxは主にルーマニア語、ハンガリー語と英語を話すユーザーのために作らたUbuntuの派生である。<br/><b>インストールノート:</b> インストールメディアが、インストールを続行する前に空でフォーマットされていることを確認します。 <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>ホームページ:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>概要:</b> gNewSenseは拡張し、独自のソフトウェアを含むフリーでないソフトウェアやバイナリ・ブロブを全て除去してある完全にフリーなオペレーティングシステムを作成するためのUbuntuを向上させた高品質のGNU / Linuxディストリビューションです。<br/><b>インストールノート:</b> インストールメディアが、インストールを続行する前に空でフォーマットされていることを確認します。 <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>ホームページ:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>概要:</b> NimbleXは、小型汎用性のSlackwareベースのディストリビューションです。それは、linux-ライブスクリプトを使用して構築され、KDEデスクトップを備えています。それは、CDまたはフラッシュメモリ(USBペンやMP3プレーヤー)からブートすることができ、かつ容易にカスタマイズおよび拡張することができます。<br/><b>インストールノート:</b> NimbleXはLive modeで起動します。 <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>ホームページ:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>概要:</b>SliTazは、軽量、デスクトップ指向のマイクロディストリビューションです。<br/><b>インストールノート:</b> ライブバージョンはRAMとメモリから起動したシステム全体をロードするので、インストールは必須ではオプションではありません。このインストーラーは <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>をベースとしています。 <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>ホームページ:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>概要:</b> xPUDは、Webブラウザとメディアプレーヤーでシンプルなキオスクのようなインターフェースを備えた軽量のディストリビューションです。<br/><b>インストールノート:</b> ライブバージョンは、メモリからRAMとブーツに、システム全体をロードします。 unetbootinui Unetbootin Unetbootin Select from a list of supported distributions サポートされたディストリビューションから選択 &Distribution ディストリビューション(&D) Specify a disk image file to load ロードするディスクイメージを選択 Disk&image ディスクイメージ(&i) Manually specify a kernel and initrd to load 手動でkernelとinitrdを指定する &Custom カスタム(&C) Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. 再起動しても維持され、ユーザーファイル用に予約するスペース。 UbuntuとデリバティブのLiveUSBに対してのみ機能します。値はドライブの容量を超える場合は、使用可能な最大容量が使用されます。 Space used to preserve files across reboots (Ubuntu only): スペースは、リブートしてもファイルを維持するために使用(Ubuntuのみ): MB MB OK OK Return 戻る Cancel キャンセル Esc Esc Reboot Now 今すぐ再起動 Exit 終了 1. Downloading Files 1. ファイルをダウンロード 2. Extracting and Copying Files 2. ファイルを抽出してコピー 3. Installing Bootloader 3. ブートローダーをインストール 4. Installation Complete, Reboot 4. インストール完了。 再起動 Select the target drive to install to インストール先のドライブを選択 Dri&ve: ドライブ(&v): Select the installation target type インストールのタイプを選択 &Type: タイプ(&T): Select the distribution version ディストリビューションのバージョンを選択 Select disk image file ディスクイメージのファイルを選択 ... ... Select the disk image type ディスクイメージのタイプを選択 Specify a floppy/hard disk image, or CD image (ISO) file to load 読み込むフロッピー/ハードディスクのイメージか、CDイメージ(ISO)ファイルを指定してください Specify a kernel file to load ロードするカーネルファイルを指定 Select kernel file カーネルファイルを選択 Specify an initrd file to load ロードするinitrdファイルを指定 Select initrd file initrdファイルを選択 Select syslinux.cfg or isolinux.cfg file syslinux.cfgかisolinux.cfgファイルかを選んでください Specify parameters and options to pass to the kernel カーネルに渡すパラメータとオプションを指定してください &Kernel: カーネル(&K): Init&rd: Init&rd: &Options: オプション(&O): uninstaller Uninstallation Complete アンインストール完了 %1 has been uninstalled. %1 はアンインストールされました。 Must run as root rootで実行する必要があります %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2はrootで動かす必要があります。これをクローズし、<br/><b>sudo %1</b><br/>か<br/><b>su - -c '%1'</b>のどちらかを使って再起動してください %1 Uninstaller %1 アンインストーラ %1 is currently installed. Remove the existing version? %1 をインストールしています。既存のバージョンを削除しますか? unetbootin_lt.ts0000664000175000017500000023726512154035431012770 0ustar gezageza Lithuanian translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-03-21 00:00+0000 Last-Translator: SamdinyS <art.arch.aras@gmail.com> Language-Team: Lithuanian <lt@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Iš kairės į dešinę unetbootin Hard Disk Standusis diskas USB Drive USB diskas ISO ISO atvaizdas Floppy Diskelis either arba LiveUSB persistence FAT32-formatted USB drive USB diskas suformatuotas į FAT32 failų sistemą EXT2-formatted USB drive USB diskas formatuotas į EXT2 failų sistemą Open Disk Image File Atverti disko atvaizdo rinkmeną All Files Visos rinkmenos All Files (*) Visos rinkmenos (*) Open Kernel File Atverti branduolio rinkmeną Open Initrd File Atvetri Initrd rinkmeną Open Bootloader Config File Atverti pradinės paleisties programos konfigūracinę rinkmeną Insert a USB flash drive Prijungti USB diską No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB diskas nerastas. Jei Jūs tikrai prijungėte USB diską, pamėginkite jį suformuoti į FAT32 failų sistemą. %1 not mounted %1 nėra pajungtas You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Iš pradžių primontuokite %1 USB diską. Dauguma operacinių sistemų, prijungiant ar atjungiant USB diską, tai daro be vartotojo pagalbos. Select a distro Pasirinkite distributyvą You must select a distribution to load. Jūs turite pasirinkti distributyvą, kad jį užkrauti. Select a disk image file Pasirinkite disko atvaizdo rinkmeną You must select a disk image file to load. Jūs turite pasirinkti disko atvaizdo rinkmeną, kad ją užkrauti. Select a kernel and/or initrd file Pasirinkite branduolio ir (arba) initrd rinkmeną (-as) You must select a kernel and/or initrd file to load. Jūs turite pasirinkti branduolio ir (arba) initdr rinkmeną(-as), kad ją (jas) užkrauti. Diskimage file not found Disko atvaizdo rinkmena nerasta. The specified diskimage file %1 does not exist. Nurodyta disko atvaizdo rinkmena %1 neegzistuoja (sugadinta). Kernel file not found Branduolio rinkmena nerasta. The specified kernel file %1 does not exist. Nurodyta branduolio rinkmena %1 neegzistuoja (sugadinta). Initrd file not found Initrd rinkmena nerasta. The specified initrd file %1 does not exist. Nurodyta Initrd rinkmena %1 neegzistuoja (sugadinta). %1 exists, overwrite? Rinkmena %1 jau egzistuoja, ar norite ją pakeisti? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Rinkmena %1 jau egzistuoja. Spustelėkite "Taip, viską", kad pakeisti ją (jas) ir toliau daugiau nebeklausti to, "Taip", kad pakeisti ją (jas) kiekvieną individualiai, arba "Ne", kad palikti esamą. Jei abejojate, paspauskite "Taip, viską". %1 is out of space, abort installation? %1 trūksta vietos, nutraukti diegimą? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Segtuve %1 trūksta vietos. Spustelėkite "Taip", kad nutraukti diegimą, "Ne", kad nekreiptumėte į šį klaidos pranešimą ir pabandytumėte tęsti diegimą, arba "Ne, viskam", kad ignoruoti visus "trūksta vietos" klaidų pranešimus. Locating kernel file in %1 Į %1 talpinama branduolio rinkmena Copying kernel file from %1 Iš %1 kopijuojama branduolio rinkmena Locating initrd file in %1 Į %1 talpinama Initrd rinkmena Copying initrd file from %1 Iš %1 kopijuojama Initrd rinkmena Extracting bootloader configuration Išskleidžiama pradinės paleisties programos (bootloader) konfigūracinė rinkmena. <b>Extracting compressed iso:</b> %1 <b>Išskleidžiamas suglaudintas ISO atvaizdas:</b> %1 Copying file, please wait... Kopijuojama rinkmena, prašome palaukti... <b>Source:</b> <a href="%1">%1</a> <b>Šaltinis:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Paskirtis:</b> %1 <b>Copied:</b> 0 bytes <b>Nukopijuota:</b> 0 baitų Extracting files, please wait... Išskleidžiamos bylos, prašome palaukti... <b>Archive:</b> %1 <b>Archyvas:</b> %1 <b>Source:</b> <b>Šaltinis:</b> <b>Destination:</b> <b>Paskirtis:</b> <b>Extracted:</b> 0 of %1 files <b>Išskleista:</b> 0 of %1 rinkmenų <b>Source:</b> %1 (%2) <b>Šaltinis:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Paskirtis:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Išskleista:</b> %1 iš %2 rinkmenų Downloading files, please wait... Parsiunčiamos rinkmenos, prašome palaukti... <b>Downloaded:</b> 0 bytes <b>Parsiųsta:</b> 0 baitų Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Parsisiųsti %1 %2 iš %3 nepavyko. Prašome pabandyti parsisiųsti ISO rinkmeną tiesiogiai iš svetainės ir pateikti ją kaip disko atvaizdo variantą. <b>Downloaded:</b> %1 of %2 <b>Parsiųsta:</b> %1 iš %2 <b>Copied:</b> %1 of %2 <b>Nukopijuota:</b> %1 iš %2 Searching in <a href="%1">%1</a> ieškoma <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 atitikmenų <a href="%3">%3</a> %1 not found %1 nerasta %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nerastas. Jis reikalingas %2 įdiegti. Įdiekite "%3" paketą arba savo distributyvo atitikmenį. (Current) (Dabartinis) (Done) (Baigta) Configuring grub2 on %1 %1 grub2 konfigūravimas Configuring grldr on %1 %1 grldr konfigūravimas Configuring grub on %1 %1 grub konfigūravimas Installing syslinux to %1 Į %1 diegiamas syslinux Installing extlinux to %1 Į %1 diegiamas extlinux Syncing filesystems Failų sistema sinchronizuojama Setting up persistence Nustatomas gajumas After rebooting, select the Po pakartotinės sistemos paleisties, pasirinkite After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po pakartotinės sistemos paleisties, pasirinkite USB įkrovos parinktį BIOS įkrovos meniu.%1 Dabar pakartotinai paleisti kompiuterį iš naujo? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Sukurtas USB diskas negali paleisti Mac kompiuterio. Prijunkite jį prie PC mašinos ir pasirinkite USB įkrovos parinktį BIOS įkrovos meniu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *SVARBU* Prieš tai, kad iš naujo paleisti kompiuterį, patalpinkite šakniniame standaus ar USB disko segtuve alternatyvų Ubuntu (Desktop) diegimo ISO disko atvaizdą. Jį galima gauti cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *SVARBU* Po pakartotinės sistemos paleisties, nekreipkite dėmesio į bet kokius klaidų pranešimus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "Pradėti diegimą" parinktį, pažymėkite "Tinklas", kaip šaltinis, pažymėkite "HTTP", kaip protokolas, įveskite "mirrors.kernel.org", kai paprašys nurodyti serverio adresą, ir įveskite "/centos/%1/os/%2", kai paprašys nurodyti paskirties segtuvą. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *SVARBU* Prieš tai, kad iš naujo paleisti kompiuterį, patalpinkite šakniniame standaus ar USB disko segtuve alternatyvų Debian diegimo ISO disko atvaizdą. Jį galima gauti cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *SVARBU* Po pakartotinės sistemos paleisties, nekreipkite dėmesio į bet kokius klaidų pranešimus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "Pradėti diegimą" parinktį, pažymėkite "Tinklas", kaip šaltinis, pažymėkite "HTTP", kaip protokolas, įveskite "download.fedora.redhat.com", kai paprašys nurodyti serverio adresą, ir įveskite "/pub/fedora/linux/development/%1/os", kai paprašys nurodyti paskirties segtuvą. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *SVARBU* Po pakartotinės sistemos paleisties, nekreipkite dėmesio į bet kokius klaidų pranešimus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "Pradėti diegimą" parinktį, pažymėkite "Tinklas", kaip šaltinis, pažymėkite "HTTP", kaip protokolas, įveskite "download.fedora.redhat.com", kai paprašys nurodyti serverio adresą, ir įveskite "/pub/fedora/linux/releases/%1/Fedora/%2/os", kai paprašys nurodyti paskirties segtuvą. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *SVARBU* Po pakartotinės sistemos paleisties, nekreipkite dėmesio į bet kokius klaidų pranešimus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "Pradėti diegimą" parinktį, pažymėkite "Tinklas", kaip šaltinis, pažymėkite "HTTP", kaip protokolas, įveskite "download.opensuse.org", kai paprašys nurodyti serverio adresą, ir įveskite "/factory/repo/oss", kai paprašys nurodyti paskirties segtuvą. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *SVARBU* Po pakartotinės sistemos paleisties, nekreipkite dėmesio į bet kokius klaidų pranešimus ir pasirinkite sugrįžti atgal į CD, nueikite į pagrindinį meniu, parinkite "Pradėti diegimą" parinktį, pažymėkite "Tinklas", kaip šaltinis, pažymėkite "HTTP", kaip protokolas, įveskite "download.opensuse.org", kai paprašys nurodyti serverio adresą, ir įveskite "/distribution/%1/repo/oss", kai paprašys nurodyti paskirties segtuvą. == Select Distribution == == Pasirinkite Distributyvą == == Select Version == == Pasirinkite Versiją == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Sveiki atvykę į <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer tinklapį. Naudojimas:<ol><li>Pasirinkite iš sąrašo distribuciją ir versiją, kad ją parsisiųsti, ar pasirinkite įkelti Jūsų nurodytą rinkmeną.</li><li>Pažymėkite diegimo būdą ir nuspausdami "Taip", pradėkite diegimą.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Namų tinklapis:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Aprašymas:</b> Arch Linux yra mažai vietos užimantis distributyvas, greitas ir lankstus.<br/><b>Diegimo pastabos:</b> Pagal nutylėjimą leidžia diegti tiesiogiai siunčiantis iš interneto (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Namų tinklapis:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Aprašymas:</b> BackTrack, distributyvas, paruoštas tinklo analizei ir skverbčiai testuoti.<br/><b>Diegimo pastabos:</b> BackTrack paleidžiamas <i>gyvu</i> būdu; jo naudojimui nereikalingas diegimas. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Aprašymas:</b> CentOS yra nemokamas Red Hat Enterprise Linux klonas.<br/><b>Diegimo pastabos:</b> Pagal nutylėjimą leidžia diegti tiesiogiai siunčiantis iš interneto (FTP), arba atsijungus nuo tinklo, prieš tai parsisiuntus ISO diegimo rinkmeną. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Namų tinklapis:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Aprašymas:</b> CloneZilla, tai distributyvas, skirtas disko atsarginių kopijų ir atvaizdų rinkmenų paruošimui.<br/><b>Diegimo pastabos:</b> CloneZilla paleidžiamas <i>gyvu</i> būdu; jo naudojimui nereikalingas diegimas. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Namų tinklapis:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Aprašymas:</b> Damn Small Linux - minimalistinis distributyvas, paruoštas naudoti senuose kompiuteriuose.<br/><b>Diegimo pastabos:</b> ,i>Gyva</> versija užkrauna sistemą į RAM ir pasileidžia iš operatyviosios atminties, todėl diegimas nereikalingas, bet įmanoma įdiegti ir į standųjį diską. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Namų tinklapis:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Aprašymas:</b> Debian - kūrėjų bendruomenės Linux distributyvas, kurie palaiko didelę architektūrų įvairovę ir turi didelę paketų saugyklą.<br/><b>Diegimo pastabos:</b> Tinklinė (NetInstall) versija leidžia diegti siunčiantis tiesiai iš FTP. Jei Jūs mėgstate naudotis iš anksto parsisiųsta ISO diegimo rinkmena, pasirinkite HdMedia būdą, ir patalpinkite ISO rinkmeną šakniniame standžiojo ar USB disko segtuve. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Aprašymas:</b> Dreamlinux - tai draugiškas vartotojui, Debian pagrindu paruoštas distributyvas.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį <i>gyvai</i>, nediegiant, iš kurio po to galima ir įdiegti į standųjį diską. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Namų tinklapis:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Aprašymas:</b> Dr.Web AntiVirus yra antivirusinės pagalbos rinkinys, kuris leidžia atstatyti <i>malware</i> sugadintą sistemą.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia paleidus kompiuterį iš laikmenos patikrinti jo standųjį diską dėl kenkėjiškų (malware) programų. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Aprašymas:</b> Elive - tai Debian pagrindu paruoštas distributyvas, kurio ypatybė - Enlightenment langų failų tvarkyklė.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį <i>gyvai</i>, nediegiant, iš kurio po to galima ir įdiegti į standųjį diską. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Aprašymas:</b> Fedora - tai Red Hat išlaikomos bendruomenės distributyvas, kuris naudoja naujausią/pažangiausią nemokamą/atvirojo kodo programinę įrangą.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį <i>gyvai</i>, nediegiant, iš kurio po to galima ir įdiegti į standųjį diską. Tinklinė(NetInstall) versija leidžia diegti abiem būdais: tiesiogiai siunčiantis iš interneto (FTP), ar atsijungus, naudojant prieš tai parsisiųstas diegimo ISO rinkmenas. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Aprašymas:</b> FreeBSD yra bendros paskirties Unix šeimos operacinė sistema, suprojektuota masteliavimui (scalability) ir efektyvumui.<br/><b>Diegimo pastabos:</b> Galima diegti abiem būdais: tiesiogiai siunčiantis iš interneto (FTP), ar atsijungus, naudojant prieš tai parsisiųstas diegimo ISO rinkmenas. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Namų tinklapis:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Aprašymas:</b> FreeDOS yra nemokama MS-DOS suderinama operacinė sistema.<br/><b>Diegimo pastabos:</b> Daugiau apie diegimą žiūrėkite <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">vadovą</a>. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Namų tinklapis:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Aprašymas:</b> FreeNAS yra integruota atvirojo kodo NAS (Network-Attached Storage) distribucija, kuri remiasi FreeBSD.<br/><b>Diegimo pastabos:</b> LiveCD versija sukuria RAM diską FreeNAS sistemai ir naudoja FAT failų sistema suformatuotą diskelį ar USB diską, kuriame saugoja konfigūracinę rinkmeną. Integruotoji versija leidžia įdiegti į standųjį diską. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Namų tinklapis:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Aprašymas:</b> Frugalware - tai bendros paskirties Slackware paremta distribucija pažengusiems vartotojams.<br/><b>Diegimo pastabos:</b> Galima diegti abiem būdais: tiesiogiai siunčiantis iš interneto (FTP), ar atsijungus, naudojant prieš tai parsisiųstas diegimo ISO rinkmenas. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Namų tinklapis:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Aprašymas:</b> GeeXboX - tai integruota Linux Media Center Distribucija.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Aprašymas:</b> gNewSense - tai FSF patvirtinta distribucija, paremta Ubuntu, iš kurios pašalinti visi mokami komponentai.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> (Live) versija leidžia paleisti kompiuterį <i>gyvai</i>, iš kurios galima paleisti diegimą. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Namų tinklapis:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Aprašymas:</b> Gujin - tai grafinė paleidimo tvarkyklė, kuri paleidžia įvairius disko skirsnius ir rinkmenas.<br/><b>Diegimo pastabos:</b> Gujin paprastai pasileidžia ir veikia; nereikalauja diegimo. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Namų tinklapis:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Aprašymas:</b> Kaspersky Rescue Disk aptinka ir pašalina kenkėjiškas (malware) programas Jūsų Windows sistemoje.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iš laikmenos ir išvalyti kompiuterį nuo kenkėjiškų (malware) programėlių. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Namų tinklapis:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Aprašymas:</b> Kubuntu - tai oficialus Ubuntu darinys su KDE darbastaliu.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia paleisti kompiuterį iš laikmenos ir naudotis sistema, ar iš jos paleisti diegimą. <i>Tinklinė</i> (NetInstall) versija leidžia diegti tiesiogiai siunčiantis iš interneto (FTP) kaip Kubuntu, taip ir kitus oficialius Ubuntu darinius. Jei Jūs mėgstate diegimui naudoti iš anksto parsiųstas alternatyvias diegimo ISO rinkmenas, pasirinkite HdMedia būdą ir patalpinkite atitinkamą alternatyvią ISO rinkmeną šakniniame standžiojo ar USB disko segtuve. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Namų tinklapis:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Aprašymas:</b> LinuxConsole - tai namų kompiuterio distributyvas, skirtas žaisti žaidimus, paprastai įdiegti ir naudoti, bei greitai paleisti kompiuterį .<br/><b>Diegimo pastabos:</b> 1.0.2010 versija yra paskutinis 1.0 leidimas, dabar pasiekiamas <i>rolling</i> leidimas (paleiskite liveupdate, kad atnaujinti modulius ir branduolį). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Aprašymas:</b> Linux Mint yra patogus Ubuntu paremtas distributyvas, pagal nutylėjimą papildytas kitokios nuosavybės kodekais ir kita programine įranga.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iš laikmenos ir naudotis sistema, ar iš jos paleisti diegimą į standųjį diską. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Namų tinklapis:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Aprašymas:</b> Lubuntu yra oficialus Ubuntu darinys su LXDE darbastaliu.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iš laikmenos ir naudotis sistema ar iš jos paleisti diegimą į standųjį diską. <i>Tinklinė</i> (NetInstall) versija leidžia diegti tiesiogiai siunčiantis iš interneto (FTP) kaip Lubuntu, taip ir kitus oficialius Ubuntu darinius. Jei Jūs mėgstate diegimui naudoti iš anksto parsiųstas alternatyvias diegimo ISO rinkmenas, pasirinkite HdMedia būdą ir patalpinkite atitinkamą alternatyvią ISO rinkmeną šakniniame standžiojo ar USB disko segtuve. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Namų tinklapis:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Aprašymas:</b> Mandriva yra patogus distributyvas, dar kitaip žinomas kaip Mandrake Linux.<br/><b>Diegimo pastabos:</b> <i>Gyva</i> versija leidžia pasileisti kompiuterį iš laikmenos ir naudotis sistema ar iš jos paleisti diegimą į standųjį diską. <i>Tinklinė</i> (NetInstall) versija leidžia diegti tiesiogiai siunčiantis iš interneto (FTP) ar iš anksto parsisiųsta <a href="http://www.mandriva.com/en/download">"Free" iso rinkmena</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Namų tinklapis:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Aprašymas:</b> MEPIS yra Debian paremta distribucija. SimplyMEPIS yra vartotojui patogi versija, naudojanti KDE darbastalį, kai AntiX yra nedaug vietos (lengva) versija, skirta seniems kompiuteriams.<br/><b>Diegimo pastabos:</b> MEPIS leidžia pasileisti kompiuterį iš laikmenos <i>gyvai</i> ir naudotis sistema, ar iš jos paleisti diegimą į standųjį diską. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Namų tinklapis:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Aprašymas:</b> NetbootCD mažas kompiuterio paleidimo CD, kuris paleidžia sistemą, parsisiunčia ir paleidžia kitų distribucijų tinklinius įdiegėjus.<br/><b>Diegimo pastabos:</b> NetbootCD pasileidžia ir veikia <i>gyvai</i> (live mode). <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Namų tinklapis:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Aprašymas:</b> NimbleX yra maža, universali Slackware paremta distribucija. Ji surinkta naudojant linux-live skriptais ir funkcijonuoja KDE. Ji gali pasileisti iš CD ar flash laikmenos (USB disko ar MP3 grotuvo) ir gali būti lengvai pritaikoma ir praplečiama.<br/><b>Diegimo pastabos:</b> NimbleX pasileidžia ir veikia <i>gyvai</i> (live mode). <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Pasirinkite iš palaikomų distribucijų sąrašo &Distribution &Distribucija Specify a disk image file to load Nurodykite įkelti disko atvaizdo rinkmeną Disk&image Disko&atvaizdas Manually specify a kernel and initrd to load Patys parinkite įkelti branduolio ir initrd rinkmenas &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Gerai Return Grąžinti Cancel Atšaukti Esc Gr(Esc) Reboot Now Tučtuojau paleisti iš naujo Exit Išeiti 1. Downloading Files 1. Parsiunčiamos rinkmenos 2. Extracting and Copying Files 2. Išskleidžiamos ir kopijuojamos rinkmenos 3. Installing Bootloader 3. Diegiama pradinės paleisties programa 4. Installation Complete, Reboot 4. Diegimas baigtas, perleisti iš naujo Select the target drive to install to Pasirinkti diegimo paskirties diską Dri&ve: Dis&kas: Select the installation target type Pasirinkti diegimo tipą &Type: &Tipas: Select the distribution version Parinkti distributyvo versiją Select disk image file Pasirinkite disko atvaizdo rinkmeną ... ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: &Branduolys: Init&rd: Init&rd &Options: &Opcijos uninstaller Uninstallation Complete Baigtas išdiegimas %1 has been uninstalled. Išdiegtas %1. Must run as root Turi būti paleistas administratoriaus teisėmis %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 turi būti paleistas administratoriaus teisėmis. Užverkite ir paleiskite iš naujo, įvesdami:<br/><b>sudo %1</b><br/>arba:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 išdiegėjas %1 is currently installed. Remove the existing version? %1 jau yra įdiegtas. Išdiegti esamą versiją? unetbootin_lv.ts0000664000175000017500000017605312154035431012767 0ustar gezageza Latvian translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-10-19 16:40+0000 Last-Translator: tuxmaniack <Unknown> Language-Team: Latvian <lv@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk Cietais disks USB Drive USB ierīce ISO ISO Floppy Diskete either vai arī LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File Atvērt ISO failu All Files Visi faili All Files (*) Visi faili (*) Open Kernel File Atvērt Kerneļa failu Open Initrd File Atvērt Initrd failu Open Bootloader Config File Atvērt Bootloader konfigurāciju Insert a USB flash drive Ieliekat USB dzini No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Netika atrasts USB dzinis. Ja jau esat to pievienojuši, lūdz pamēģiniet to noformatēt uz FAT32 failu sistēmu. %1 not mounted %1 nav piemontēts You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Jums no sākuma vajag piemontēt USB dzini pie montēšana punkta %1 . Vairums distribūcijas, to dara automātiski, kad izņemat un ieliekat USB dzini. Select a distro Izvēlieties OS You must select a distribution to load. Jums ir jāizvēlas distribūcija ko ielādēt. Select a disk image file Izvēlaties ISO failu You must select a disk image file to load. Jums ir jāizvēlas IO fails ko ielādēt. Select a kernel and/or initrd file Izvēlaties kernel un/vai initrd failu You must select a kernel and/or initrd file to load. Jums ir jāizvēlas kernel un/vai initrd failu Diskimage file not found ISO nav atrasts The specified diskimage file %1 does not exist. Norādītais ISO fails %1 neeksistē Kernel file not found Kernel fails nav atrasts The specified kernel file %1 does not exist. Norādītais kernel fails %1 neeksistē. Initrd file not found Initrd fails nav atrasts The specified initrd file %1 does not exist. Norādītais initrd fails %1 neeksistē %1 exists, overwrite? %1 pastāv, pārrakstīt ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fails %1 jau eksistē. Nospiediet 'Yes to All' , lai pārrakstītu pa virsu visus failus, spiediet 'Yes' lai pārrakstītu tikai individuālus failu, un 'No' lai atstātu visu bez izmaiņām, bet ja šaubaties, spiediet 'Yes to All'. %1 is out of space, abort installation? %1 nepietiek vietas, atcelt instalāciju? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 <b>Atarhivējam ISO:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Avots:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Mērķis:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... Atarhivē failus, lūdzu uzgaidiet... <b>Archive:</b> %1 <b>Arhīvs:</b> %1 <b>Source:</b> <b>Avots:</b> <b>Destination:</b> <b>Mērķis:</b> <b>Extracted:</b> 0 of %1 files <b>Atarhivēti:</b> 0 no %1 failiem <b>Source:</b> %1 (%2) <b>Avots:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Mērķis:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Atarhivēti:</b> %1 no %2 failiem Downloading files, please wait... Lejupielādēju failus, lūdzu uzgaidiet... <b>Downloaded:</b> 0 bytes <b>Lejupielādēti:</b> 0 baiti Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Lejupielādēti:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> Meklē iekš <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 skrīt iekš <a href="%3">%3</a> %1 not found %1 nav atrasts %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nav atrasts. Tas ir vajadzīgs priekš %2 instalācijas veida. Uzinstalējiet "%3" pakotni, vai Jūsu OS līdzīgu. (Current) (Esošais) (Done) (Gatavs) Configuring grub2 on %1 Konfigurēju grub2 uz %1 Configuring grldr on %1 Konfigurēju grldr uz %1 Configuring grub on %1 Konfigurēju grub uz %1 Installing syslinux to %1 Instalēju syslinux uz %1 Installing extlinux to %1 Intalēju extlinux uz %1 Syncing filesystems Sinhronizēju failu sistēmas Setting up persistence After rebooting, select the Pēc pārstartēšanaas, izvēlieties After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Pēc pārstartēšanas, izvēlaties USB boot opciju, iekš BIOS boot izvēlnes.%1 Vai tagad pārstartēt datoru? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *SVARĪGI* Pirms pārstartēšanas, ielieciet Ubuntu alternatīvu (ne desktop versiju) instalācijas ISO failu, saknes direktorijā uz Jūsu cietā diska vai USB dziņa. Iegūt ISO var no cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *SVARĪGI* Pēc pārstartēšanas, ignorējiet kļūdu ziņojumus, un kad jautā pēc CD, dodaties uz galveno izvēlni, un paņemat 'Start Installation' opciju.Kā avotu izvēlaties 'Network', bet 'HTTP' kā protokolu. Ievadiet 'mirrors.kernel.org' kad tiek prasīts servers un '/centos/%1/os/%2', kad tiek prasīta mape. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Izvēlēties distribūciju == == Select Version == == Izvēlēties versiju == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Laipni lūdzam <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> - universālā Netboot instalatorā. Pielietojums:<ol><li>Izvēlieties distribūciju un versiju, kuru lejupielādēt vai pašrocīgi izvēlieties failu apakšā.</li><li>Lai sāktu instalēšanu, izvēlieties instalācijas tipu un nospiediet 'Labi'.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions Izvēlieties no saraksta ar atbalstītajām distribūcijām &Distribution &Distribūcija Specify a disk image file to load Norādiet diska attēla failu, kuru ielādēt Disk&image D&iska attēls Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Vieta, kuru rezervēt failiem starp restartiem. Strādā tikai uz Ubuntu LiveUSB un citām Ubuntu balstītām distribūcijām. Ja vērtība pārsniedz diska ietilpību, maksimāli pieejamā vieta tiks izmantota. Space used to preserve files across reboots (Ubuntu only): Vieta, kur saglabāt failus starp restartiem (tikai Ubuntu): MB OK Labi Return Cancel Atcelt Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Izvēlieties mērķa ierīci, kurā instalēt Dri&ve: &Dzinis: Select the installation target type Izvēlieties instalācijas mērķa tipu &Type: &Tips: Select the distribution version Izvēlieties distribūcijas versiju Select disk image file ... Select the disk image type Izvēlieties diska attēla tipu Specify a floppy/hard disk image, or CD image (ISO) file to load Norādiet disketes/cietā diska attēla, vai CD attēla (ISO) failu, kuru ielādēt Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: &Opcijas: uninstaller Uninstallation Complete Atinstalēšana pabeigta %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ml.ts0000664000175000017500000017246512154035431012761 0ustar gezageza Malayalam translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-06-13 07:07+0000 Last-Translator: Dibu Krishnan <dibu.krishnan@gmail.com> Language-Team: Malayalam <ml@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk ഹാര്‍ഡ് ഡിസ്ക് USB Drive യുഎസ്ബി ഡ്രൈവ് ISO ഐ എസ് ഒ Floppy ഫ്ലോപ്പി either ഒന്നുകില്‍ LiveUSB persistence സജീവമായ യുഎസ്ബിയുടെ സ്ഥിരത FAT32-formatted USB drive FAT32- സങ്കേതമുപയോഗിച്ച് ഘടനാ മാറ്റം വരുത്തിയ യുഎസ്ബി ഡ്രൈവ് EXT2-formatted USB drive EXT2- സങ്കേതമുപയോഗിച്ച് ഘടനാ മാറ്റം വരുത്തിയ യുഎസ്ബി ഡ്രൈവ് Open Disk Image File ഡിസ്ക് ഇമേജ് ഫയല്‍ തുറക്കുക All Files എല്ലാ ഫയലുകളും All Files (*) എല്ലാ ഫയലുകളും(*) Open Kernel File കെര്‍ണല്‍ ഫയല്‍ തുറക്കുക Open Initrd File Initrd ഫയല്‍ തുറക്കുക Open Bootloader Config File ബൂട്ട് ലോഡര്‍ രൂപരേഖ ഫയല്‍ തുറക്കുക Insert a USB flash drive ഒരു യുഎസ്ബി ഡ്രൈവ് ബന്ധിപ്പിക്കുക No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. യുഎസ്ബി ഡ്രൈവുകള്‍ യാതൊന്നും തന്നെ കണ്ടെത്താന്‍ കഴിഞ്ഞില്ല. നിങ്ങള്‍ നേരത്തെ തന്നെ യുഎസ്ബി ഡ്രൈവ് ബന്ധിപ്പിച്ചിട്ടുണ്ടെങ്കില്‍, FAT32 സങ്കേതത്തില്‍ അതിനെ വീണ്ടും ഘടനാ മാറ്റം വരുത്തി ശ്രമിച്ചു നോക്കുക. %1 not mounted %1 ഘടിപ്പിച്ചിട്ടില്ല You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. നിങ്ങള്‍ യുഎസ്ബി ഡ്രൈവ് %1 ഒരു സ്ഥലത്ത് ഘടിപ്പിക്കേണ്ടത് അത്യാവശ്യമാണ്. ഏതാണ്ടെല്ലാ വിതരണങ്ങളും നിങ്ങള്‍ യുഎസ്ബി ഡ്രൈവ് വിടുവിക്കുകയും വീണ്ടും ബന്ധപ്പെടുത്തുകയും ചെയ്യുന്ന സമയത്ത് ഈ പ്രക്രിയ സ്വയമേ ചെയ്യുന്നതാണ് Select a distro ഒരു വിതരണം തെരഞ്ഞെടുക്കുക You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_ms.ts0000664000175000017500000017310312154035431012756 0ustar gezageza Malay translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-05-25 10:23+0000 Last-Translator: syzwn <Unknown> Language-Team: Malay <ms@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight KiriKeKanan unetbootin Hard Disk Cakera Keras USB Drive Pemacu USB ISO ISO Floppy Liut either LiveUSB persistence FAT32-formatted USB drive Pemacu USB terformat-FAT32 EXT2-formatted USB drive Pemacu USB terformat-EXT2 Open Disk Image File Buka Fail Imej Pemacu All Files Semua Fail All Files (*) Semua Fail (*) Open Kernel File Buka Fail Kernel Open Initrd File Buka Fail Initrd Open Bootloader Config File Insert a USB flash drive Sisipkan pemacu flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Tiada pemacu flash USB dijumpai. Jika anda telah sisipkan pemacu USB, cuba formatkan semula sebagai FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro Pilih taburan You must select a distribution to load. Anda mesti memilih taburan untuk dimuat Select a disk image file Pilih fail imej cakera You must select a disk image file to load. Anda mesti pilih fail imej cakera untuk dimuat. Select a kernel and/or initrd file Pilih fail kernel dan/atau initrd You must select a kernel and/or initrd file to load. Anda mesti pilih fail kernel dan/atau initrd untuk dimuat. Diskimage file not found Fail imej cakera tidak dijumpai The specified diskimage file %1 does not exist. Fail imej cakera yang ditetapkan %1 tidak wujud. Kernel file not found Fail kernel tidak dijumpai The specified kernel file %1 does not exist. Fail kernel yang ditetapkan %1 tidak wujud. Initrd file not found Fail initrd tidak dijumpai The specified initrd file %1 does not exist. Fail initrd yang ditetapkan %1 tidak wujud. %1 exists, overwrite? %1 wujud, tulis ganti? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fail %1 telah sedia wujud. Tekan 'Ya untuk Semua' untuk menulis ganti dan tidak dibantu ingat lagi, 'Ya' untuk menulis ganti fail-fail berasaskan individu, dan 'Tidak' untuk mengekalkan versi anda yang telah sedia wujud. Jika ragu-ragu, tekan 'Ya untuk Semua'. %1 is out of space, abort installation? %1 kehabisan ruang, henti paksa pemasangan? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Directory %1 kehabisan ruang. Tekan 'Ya' untuk henti paksa pemasangan, 'Tidak' untuk abaikan ralat ini dan cuba untuk teruskan pemasangan, dan 'Tidak untuk Semua' untuk abaikan semua ralat kehabisan ruang. Locating kernel file in %1 Mengesan fail inti di %1 Copying kernel file from %1 Menyalin fail kernel dari %1 Locating initrd file in %1 Copying initrd file from %1 Menyalin fail initrd dari %1 Extracting bootloader configuration Mengekstrak konfigurasi bootloader <b>Extracting compressed iso:</b> %1 <b>Mengekstrak iso termampat:</b> %1 Copying file, please wait... Menyalin fail, sila tunggu... <b>Source:</b> <a href="%1">%1</a> <b>Sumber:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destinasi:</b> %1 <b>Copied:</b> 0 bytes <b>Telah disalin:</b> 0 bait Extracting files, please wait... Mengekstrak fail, sila tunggu... <b>Archive:</b> %1 <b>Arkib:</b> %1 <b>Source:</b> <b>Sumber:</b> <b>Destination:</b> <b>Destinasi:</b> <b>Extracted:</b> 0 of %1 files <b>Telah diekstrak:</b> 0 daripada %1 fail <b>Source:</b> %1 (%2) <b>Sumber:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destinasi:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Telah diekstrak:</b> %1 daripada %2 fail Downloading files, please wait... Memuat turun fail-fail, sila tunggu... <b>Downloaded:</b> 0 bytes <b>Telah dimuat turun:</b> 0 bait Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Telah dimuat turun:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Telah disalin:</b> %1 daripada %2 Searching in <a href="%1">%1</a> Mencari di <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 tidak dijumpai %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 tidak dijumpai. Ianya diperlukan untuk mod pemasangan %2. Pasang package "%3" atau padanan daripada distribusi anda. (Current) (Semasa) (Done) (Selesai) Configuring grub2 on %1 Mengkonfigurasi grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Memasang syslinux ke %1 Installing extlinux to %1 Memasang extlinux ke %1 Syncing filesystems Menyelaraskan sistemfail Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Selepas but semula, pilih opsyen but USB di menu but BIOS. %1 But semula sekarang? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Pilih Taburan == == Select Version == == Pilih Versi == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_nan.ts0000664000175000017500000016612212154035431013116 0ustar gezageza Min Nan Chinese translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2009-09-26 11:32+0000 Last-Translator: FULL NAME <EMAIL@ADDRESS> Language-Team: Min Nan Chinese <nan@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_nb.ts0000664000175000017500000024755012154035431012746 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-09-19 09:33+0000 Last-Translator: Andrew Larsen <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight VenstreTilHøyre unetbootin Hard Disk Harddisk USB Drive USB enhet ISO ISO Floppy diskett either enten LiveUSB persistence FAT32-formatted USB drive FAT32 formatert USB disk EXT2-formatted USB drive EXT2 formatert USB disk Open Disk Image File Åpne bildefil All Files Alle filer All Files (*) Alle filer (*) Open Kernel File Åpne kernel fil Open Initrd File Åpne initrd fil Open Bootloader Config File Åpne Bootloader konfigurasjons fil Insert a USB flash drive Sett inn en USB flash enhet No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Ingen USB flash enheter ble funnet. Hvis du allerede har satt in en USB enhet, prøv å reformatere den sm FAT32. %1 not mounted %1 ikke lastet inn You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du må først montere USB-enheten %1 til ett innlastningspunkt. De fleste distribusjoner gjør dette automatisk etter at du har fjernet og satt inn igjen USB-enheten. Select a distro Velg en distro You must select a distribution to load. Du må velge en distribusjon som skal lastes. Select a disk image file Velg bildefil You must select a disk image file to load. Du må velge en bildefil som skal brukes. Select a kernel and/or initrd file Velg en Kernelog/eller en initrd fil You must select a kernel and/or initrd file to load. Du må velge en kernel og/eller en initrd fil som skal brukes. Diskimage file not found Bildefil ikke funnet The specified diskimage file %1 does not exist. Den valgte bildefilen %1 eksisterer ikke. Kernel file not found Kernel filen ble ikke funnet The specified kernel file %1 does not exist. Den valgte kernel filen %1 eksisterer ikke. Initrd file not found Initrd filen ble ikke funnet The specified initrd file %1 does not exist. Den valgte initrd filen %1 eksisterer ikke. %1 exists, overwrite? %1 eksisterer, overskriv? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Filen %1 eksisterer allerede. Trykk 'Ja til Alt' for å overskrive og slippe å bli spurt igjen, 'Ja' for å overskrive enkeltfiler, og 'Nei' for å beholde eksisterende versjon. Hvis du er usikker, trykk 'Ja til Alt'. %1 is out of space, abort installation? %1 har ikke mer plass, avbryte installasjonen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Direktivet %1 har ikke mer plass. Trykk 'Ja' for å avbryte installasjonen, 'Nei' for å ignorere denne feilen og prøve å fortsette installasjonen, og 'Nei til alt' for å ignorere alle feil som følge av for lite plass. Locating kernel file in %1 Ser etter kernel i %1 Copying kernel file from %1 Kopierer kjernefil fra %1 Locating initrd file in %1 Ser etter initrd filen i %1 Copying initrd file from %1 Kopierer initrd filen fra %1 Extracting bootloader configuration Pakker ut konfigurasjon for oppstart <b>Extracting compressed iso:</b> %1 <b>Pakker ut komprimert ISO-fil:</b> %1 Copying file, please wait... Kopierer fil, vennligst vent... <b>Source:</b> <a href="%1">%1</a> <b>Kilde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Mål:</b> %1 <b>Copied:</b> 0 bytes <b>Kopierte:</b> 0 bytes Extracting files, please wait... Pakker ut filer, venligst vent... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Kilde:</b> <b>Destination:</b> <b>Mål:</b> <b>Extracted:</b> 0 of %1 files <b>Pakket ut:</b> 0 av %1 filer <b>Source:</b> %1 (%2) <b>Kilde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Mål:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Pakket ut:</b> %1 av %2 filer Downloading files, please wait... Laster ned, vennligst vent... <b>Downloaded:</b> 0 bytes <b>Lastet ned:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Lastet ned:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Kopierte:</b> %1 av %2 Searching in <a href="%1">%1</a> Søker i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 treff i <a href="%3">%3</a> %1 not found %1 ikke funnet %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ikke funnet. Dette er nødvendig for %2installasjonsmetoden. Installer "%3" pakken tilsvarende din distribusjon. (Current) (Nåværende) (Done) (Ferdig) Configuring grub2 on %1 Konfigurerer grub2 på %1 Configuring grldr on %1 Konfigurerer grldr på %1 Configuring grub on %1 Konfigurerer grub på %1 Installing syslinux to %1 Installerer syslinux til %1 Installing extlinux to %1 Installerer extlinux til %1 Syncing filesystems Synkroniserer filsystemer Setting up persistence After rebooting, select the Etter omstart, velg After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Etter omstart, velg USB boot valget i BIOS boot menyen. %1 Omstart nå? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIKTIG* Før omstart, plasser Ubuntu alternate (ikke desktop) install iso fil i root mappen på din harddisk eller USB-disk. Disse kan du finne på cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gå deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'mirrors.kernel.org' når du blir spurt etter server, og skriv inn '/centos/%1/os/%2' når du blir spurt etter mappe. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIKTIG* Før omstart, plasser en Debian install iso fil i root mappen på din harddisk eller USB-disk. Disse finner du på cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gå deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.fedora.redhat.com' når du blir spurt etter server, og skriv inn '/pub/fedora/linux/development/%1/os' når du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gå deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.fedora.redhat.com' når du blir spurt etter server, og skriv inn '/pub/fedora/linux/releases/%1/Fedora/%2/os' når du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gå deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.opensuse.org' når du blir spurt etter server, og skriv inn '/factory/repo/oss'' når du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldinger og velg tilbakehvis du blir spurt etter CD, gå deretter til hovedmenyen, velg 'Start Installation' valget, velg 'Network' som kilde, velg 'HTTP' som protocol, skriv inn 'download.opensuse.org' når du blir spurt etter server, og skriv inn '/distribution/%1/repo/oss'' når du blir spurt etter mappe. == Select Distribution == == Velg distribusjon == == Select Version == == Velg versjon == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Velkommen til <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, det universielle verktøyet for netboot-installasjon. Bruk: <ol><li>Velg distribusjon og versjon du ønsker å laste ned fra listen over, eller velg en fil du vil bruke.</li><li>Velg installasjonstype og trykk OK for å starte.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Hjemmeside:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Beskrivelse:</b> Arch Linux er en lettvekts distribusjon som er optimalisert for hastighet og fleksibilitet.<br/><b>Installasjons notat:</b> Standard versjonen gjør det mulig med installasjon over internet (FTP) <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beskrivelse:</b> BackTrack er en distribusjon med fokus på nettverks-analyse og penetrasjons testing.<br/><b>Install Notater:</b> BackTrack er bootet og kjører i live modus; ingen installasjon er nødvendig for å bruke den. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beskrivelse:</b> CentOS er en gratis Red Hat Enterprise Linux klone.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon over internett (FTP), eller offline installasjon ved å bruke forhåndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beskrivelse:</b> CloneZilla er en distribusjon tiltenkt sikkerhetskopiering og oppretting av imagefiler av systemet .<br/><b>Installasjonsveiledning:</b> CloneZilla blir startet opp og kjørt i live-modus; installasjon er ikke påkrevet for bruk. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beskrivelse:</b> Damn Small Linux er en minimalistisk distribusjon designet for eldre datamaskiner.<br/><b>Installasjonsnotater:</b> Live versjonen laster hele systemet inn i RAM og starter fra minnet, installasjon er derfor ikke nødvendig, men valgfritt. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Beskrivelse:</b> Debian er et fellesskap utviklet Linux-distribusjon som støtter en rekke forskjellige arkitekturer og tilbyr et stort valg av pakker<br/><b>Install Notater:</b> NetInstall versjonen gir mulighet for installasjon via FTP. Dersom du ønsker å bruke en forhåndslastet iso, kan du bruke HdMedia alternativet, og plasser deretter innstallasjons-filen på rootkatalogen på harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Beskrivelse:</b> Dreamlinux er en brukevennlig distribusjon basert på Debian.<br/><b>Installasjon:</b> Livetilater oppstart i live mode, hvorfra installasjonsprogrammet valgfritt kan bli startet. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus er et antivirus-verktøy til bruk i nødstilfeller for å gjenopprette systemer som har blitt ødelagte som følge av skadelig programvare.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man søke etter skadelig programvare. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Beskrivelse:</b> Fedora er en Red Hat felles-utviklet distribusjon som inkluderer den sistegratis/open-source programvaren.<br/><b>Installasjonsnotater:</b> Live version tilater oppstart i live mode, hvorfra installasjonsprogrammet kan startes. NetInstall versjonen tilater installasjon både over internett (FTP), eller en offline installasjon ved bruk av forhåndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Beskrivelse:</b> FreeBSD er en generelt ment som et Unix-lignende operativsystem designet for tilpassning og ytelse.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon både over internett (FTP), eller en offline installasjon ved hjelp av forhåndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Hjemmeside:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Beskrivelse:</b> FreeDOS er ett gratis MS-DOS kompatibelt operativsystem.<br/><b>Installasjonsnotater:</b> Se <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manualen</a>for installasjonsdetaljer. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Hjemmeside:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Beskrivelse:</b> FreeNAS er en åpen kildekode NAS (Network-Attached Storage) utgave basert på FreeBSD.<br/><b>Install Notater:</b> LiveCD versjonen lager et RAM drev for FreeNAS, og bruker en FAT formattert diskett eller USB-disk for å lagre konfigurasjonsfilen. Du kan også velge å innstallere den på harddisk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Beskrivelse:</b> Frugalwareer en ment å være en Slackware-basert distro for advanserte brukere.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon både over internett (FTP), eller en offline installasjon ved hjelp av forhåndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense FSF har bifalt denne distribusjonen (basert på Ubuntu) der alle ufrie komponenter er fjernet.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man velge å starte installasjonen. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Beskrivelse:</b> Gujin er en grafiskl boot manager som kan boote fra forskjellige volum and files.<br/><b>Installasjonsnotater:</b> Gujin booter enkelt opp;ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Hjemmeside:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Beskrivelse:</b> Kaspersky Rescue Disk finner og fjerner skadelig programvare fra din Windows-installasjon.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man søke etter skadelig programvare. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Beskrivelse:</b> Kubuntu er en offisiell Ubuntu derivat med KDE desktop.<br/><b>Install Notater:</b> Live-versjonen gir mulighet for å starte i Live-modus, der installatøren kan eventuelt bli lastet. NetInstall versjonen gir mulighet for installasjon via FTP, og kan installere Kubuntu og andre offisielle Ubuntu derivater. Dersom du ønsker å bruke en forhåndslastet alternative (ikke stasjonær) iso, bruk HdMedia alternativet, og plasser den alternative innstallasjons-filen på rootkatalogen på harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Beskrivelse:</b> Linux Minter en brukervennlig linuxdistribusjon basert på Ubuntu og kommer ferdiginstallert med proprietære kodeker og programware.<br/><b>Installasjonsnotater:</b> Live versjonen tilater å starte i Live mode hvor installeren kan startes. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Hjemmeside:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Beskrivelse:</b> Mandriva er en brukervennlig linux distribusjon tidligere kjent som Mandrake Linux.<br/><b>Installsjonsnotater:</b> Live versjonen tilater å starte opp i live mode hvorfra installasjonsprogarmmet kan startes. NetInstall versjonen tilater installasjon over internett (FTP) eller via en forhåndsnedlastet <a href="http://www.mandriva.com/en/download">"Gratis" iso bildefil</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Beskrivelse:</b> MEPIS er en Debian-basert distribusjon. SimplyMEPIS er en brukervennlig versjon basert på KDE, mens AntiX lettvektsversjon for gamle datamaskiner.<br/><b>Installasjonsveiledning:</b> MEPIS tillater oppstart i live-modus, derfra kan man velge å starte installasjonen. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Hjemmeside:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Beskrivelse:</b> openSUSE er en brukervennlig distribusjon sponset av Novell.<br/><b>Installasjonsnotater:</b> Standardversjonen tilater installasjon over internett (FTP), eller offline installasjon ved å bruke forhåndsnedlastede ISO-filer. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Beskrivelse:</b> Ophcrack kan cracke Windows passord.<br/><b>Installasjonsnotater:</b> Ophcrackstarter opp og kjører i live mode; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Beskrivelse:</b> Parted Magic inkluderer GParted partisjonsbehandlerenj og andre systemverktøy som kan endre størrelse, kopiere, sikkerhetskopiere og manipulere partisjoner.<br/><b>Installasjonsnotater:</b> Parted Magic booter og kjører i live mode; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Beskrivelse:</b> Puppy Linux er en lettvekt distribusjon designet for eldre datamaskiner.<br/><b>Installasjonsnotater:</b> Live versjonen laster hele systemet inn i RAM starter, ingen installasjon er nødvendig, men valgfritt. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Hjemmeside:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beskrivelse:</b> Sabayon Linux er en Gentoo-basert Live DVD-distribusjon som inneholder den binære pakkebehandleren Entropy i tillegg til kildekode-baserte Portage.<br/><b>Installasjonsveiledning:</b> Live-versjonen tillater oppstart i live-modus, derfra kan man velge å starte installasjonen. LiteMCE-versjonen nøyer seg med 2 GB, mens en full-installasjon krever 8 GB hardiskplass. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beskrivelse:</b> Slax er en Slackware basert distribusjon med KDE brukergrensesnittet.<br/><b>Installasjonsnotater:</b> Live tilater oppstart i live mode hvorfra installasjonsprogrammet valgfritt kan bli startet. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en lettvekt, desktop orientert micro distribusjon.<br/><b>Installasjosnotater:</b> Live versjonen laster hele systemet inn i RAM og kjører derfra, installasjon er derfor ikke nødvendig, men valgfritt. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beskrivelse:</b> Smart Boot Managerer en bootloader som kommer seg forbi BIOS begrensninger og feil.<br/><b>Installasjonsnotater:</b> SBM booter opp; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Hjemmeside:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beskrivelse:</b> Super Grub Disk er en bootloader som kan utføre ett stort utvalg av MBR og bootloader reparasjons oppgaver.<br/><b>Installasjonsnotater:</b> SGD booter opp; ingen installasjon er nødvendig. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</ b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</ a><br/><b>Beskrivelse:</b> Super OS er en uoffisiell derivat av Ubuntu som inkluderer ekstra programvare som standard. Krever en 2GB USB kjøre å installere. <br/><b>Installasjonsnotater:</b> Live versjonen tilater oppstart i Live modus, hvorfra installasjonsprogrammet valgfritt kan bli startet. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Beskrivelse:</b> Ubuntu er et brukervennlig Debian-baserte distribusjoner. Det er for tiden den mest populære Linux-desktop-distribusjon.<br/><b>Install Notater:</b> Live-versjonen gir mulighet for å starte i Live-modus, der installatøren kan eventuelt bli lastet. NetInstall versjonen gir mulighet for installasjon via FTP, og kan installere Kubuntu og andre offisielle Ubuntu derivater. Dersom du ønsker å bruke en forhåndslastet alternative (ikke stasjonær) iso, bruk HdMedia alternativet, og plasser den alternative innstallasjons-filen på rootkatalogen på harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er lett og kjøre og inneholder et enkelt kiosk-lignende grensesnitt med en nettleser og mediaspiller.<br/><b>Installasjonsveiledning:</b> Live-versjonen laster hele systemet til RAM og starter opp fra minne. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Hjemmeside:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Beskrivelse:</b> Xubuntu er en offisiell Ubuntu derivat med den XFCE desktop.<br/><b>Install Notater:</b> Live-versjonen gir mulighet for å starte i Live-modus, der installatøren kan eventuelt bli lastet. NetInstall versjonen gir mulighet for installasjon via FTP, og kan installere Kubuntu og andre offisielle Ubuntu derivater. Dersom du ønsker å bruke en forhåndslastet alternative (ikke stasjonær) iso, bruk HdMedia alternativet, og plasser den alternative innstallasjons-filen på rootkatalogen på harddisk eller USB-stasjon <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Hjemmeside:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beskrivelse:</b> Zenwalk er en Slackware basert distribusjon med XFCE brukergrensesnittet.<br/><b>Installasjonsnotater:</b> Live tilater oppstart i live mode hvorfra installasjonsprogrammet valgfritt kan bli startet. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Hjemmeside:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beskrivelse:</b> EeePCLinuxOS er en brukervennlig PCLinuxOS basert distribusjon for EeePC.<br/><b>Installasjonsnotater:</b> Sørg for atinstallasjonsmediet er tomt og formatert før du fortsetter med installasjonen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Hjemmeside:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beskrivelse:</b> Ubuntu Eee er ikke bare Ubuntu optimalisert for Asus Eee PCen. Det er ett operativsystem som bruker Netbook Remix brukergrensesnittet, som bruker den beste programvaren istedenfor open source alternativer (eks. Skype istedenfor Ekiga).<br/><b>Installasjonsnotater:</b> Sørg for at installasjonsmediet er tomt og formatert før du fortsetter med installasjonen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Hkemmeside:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beskrivelse:</b> Kiwi Linux er en Ubuntu-basert distribusjon med hovedfokus på morsmålstalende fra Romania og Ungarn, samt dem som behersker Engelsk.<br/><b>Installasjonsveiledning:</b> Sørg for at det ikke er noen filer på installasjonsmediet og at det er formatert før du fortsetter med installasjonen. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Hjemmeside:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beskrivelse:</b> gNewSense er en høykvalitets GNU/Linux distribusjon som utvider og forbedrer Ubuntutil et helt gratis operativsystem uten binærfiler eller pakketilvisninger som inneholder propetiær programvare.<br/><b>Installasjonsnotater:</b> Sørg for at installasjonsmediet er tomt og formatert før du fortsetter installasjonen. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Hjemmeside:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Beskrivelse:</b> NimbleX er en liten allsidig Slackware-basert distribusjon. Den er bygget på live-skript og funksjoner fra KDE skrivebordet. NimbleX kan kjøres fra CD eller flash minne (USB penner eller MP3 spillere), og kan lett modifiseres og utvides etter eget ønske.<br/><b>Installasjons notat:</b> NimbleX kjøres i Live modus. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Hjemmeside:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beskrivelse:</b> SliTaz er en lettvek, desktop basert mikrodistribusjon.<br/><b>Installasjonsnotater:</b> Live versjonen laster hele systemer inn i RAm og kjøres derfra, installasjon er derfor ikke nødvendig. Dette installasjonsprogrammet er basert på <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Hjemmeside:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beskrivelse:</b> xPUD er lett å kjøre og inneholder et kiosk-lignende grensesnitt med en nettleser og mediaspiller.<br/><b>Installasjonsveiledning:</b> Live-versjonen laster hele systemet til RAM og starter opp fra minne. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Velg fra en liste av støttede distribusjoner &Distribution &Distribusjon Specify a disk image file to load Spesifiser en bildefil som skal brukes Disk&image Disk&avtrykk Manually specify a kernel and initrd to load Manuelt spesifiser en kernel og en initrd fil som skal brukes &Custom &Tilpasset Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return Enter Cancel Avbryt Esc Esc Reboot Now Omstart Nå Exit Avslutt 1. Downloading Files 1. Laster ned filer 2. Extracting and Copying Files 2. Pakker ut og kopierer filer 3. Installing Bootloader 3. Installerer Bootlader 4. Installation Complete, Reboot 4. Installasjon fullført, Omstart Select the target drive to install to Velg en målenhet å installere til Dri&ve: &Enhet Select the installation target type Velg installasjons måltypen &Type: &Type: Select the distribution version Velg distribusjonsversjon Select disk image file Velg bildefil ... ... Select the disk image type Velg bildefill type Specify a floppy/hard disk image, or CD image (ISO) file to load Spesifiser ett diskett/harddisk bildefil, eller en CD bildefil (ISO) som skal brukes Specify a kernel file to load Spesifiser en kernel fil som skal brukes Select kernel file Velg kernel fil Specify an initrd file to load Spesifiser en initrd fil som skal brukes Select initrd file Velg initrd fil Select syslinux.cfg or isolinux.cfg file Velg en syslinux.cfg eller isolinuc.cfg fil Specify parameters and options to pass to the kernel Spesifiser parameterne og valgene for å passe kernelen &Kernel: &Kjerne: Init&rd: Init&rd: &Options: &Innstillinger uninstaller Uninstallation Complete Avinstallasjon Fullført %1 has been uninstalled. %1 har blitt avinstallert. Must run as root Må kjøres som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 må kjøres som root. Avslutt og kjør:<br/><b>sudo %1</b><br/>eller:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Avinstalleringsprogram %1 is currently installed. Remove the existing version? %1 er for øyeblikket installert. Fjerne eksisterende versjon? unetbootin_nl.ts0000664000175000017500000026417412154035431012761 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-05-06 18:34+0000 Last-Translator: Felix Dekker <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight LinksNaarRechts unetbootin Hard Disk Harde schijf USB Drive USB-schijf ISO ISO Floppy Diskette either ofwel LiveUSB persistence LiveUSB blijvend FAT32-formatted USB drive Met FAT32 geformatteerde USB-schijf EXT2-formatted USB drive Met EXT2 geformatteerde USB-schijf Open Disk Image File Open Disk Image-bestand All Files Alle bestanden All Files (*) Alle Bestanden Open Kernel File Open Kernel-bestand Open Initrd File Open initrd-bestand Open Bootloader Config File Open bootloader-configuratiebestand Insert a USB flash drive Sluit een USB-schijf aan No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Er zijn geen USB-schijven gevonden. Als je al een USB-schijf hebt aangesloten, probeer deze dan als FAT32 te formatteren. %1 not mounted %1 niet aangekoppeld. You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Je moet de USB drive %1 eerst aankoppelen (mounten). De meeste distributies doen dat automatisch als je de de USB drive verwijdert en vervolgens terugplaatst. Select a distro Selecteer een distributie You must select a distribution to load. Je dient een distributie te selecteren om te laden. Select a disk image file Selecteer een disk image bestand. You must select a disk image file to load. Je dient een disk image-bestand te selecteren om in te laden. Select a kernel and/or initrd file Selecteer een kernel- en/of initrd-bestand You must select a kernel and/or initrd file to load. Je dient een kernel- en/of initrd-bestand te selecteren om te laden Diskimage file not found Disk image-bestand niet gevonden. The specified diskimage file %1 does not exist. Het gekozen disk image-bestand %1 bestaat niet. Kernel file not found Kernelbestand niet gevonden. The specified kernel file %1 does not exist. Het geselecteerde kernelbestand %1 bestaat niet. Initrd file not found Initrd-bestand niet gevonden The specified initrd file %1 does not exist. Het geselecteerde initrd-bestand %1 bestaat niet. %1 exists, overwrite? %1 bestaat al, wil je het overschrijven? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Het bestand %1 bestaat al. Klik 'Ja op alles' om het te overschrijven en dit voor alle volgende situaties ook te doen, 'Ja' om het te overschrijven en de volgende keer weer te vragen en 'Nee' om de huidige versie te behouden. Als je twijfelt, klik dan op 'Ja op alles'. %1 is out of space, abort installation? Geen ruimte meer op %1, installatie annuleren? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. De directory %1 heeft geen vrije ruimte meer. Klik 'Ja' om te annuleren, of 'Nee' om deze fout te negeren en toch proberen door te gaan. Kies 'Nee op alles' om alle toekomstige ruimte-meldingen te negeren. Locating kernel file in %1 Kernelbestand aan het zoeken in %1 Copying kernel file from %1 Kernelbestand aan het kopiëren van %1 Locating initrd file in %1 initrd-bestand aan het zoeken in %1 Copying initrd file from %1 initrd-bestand aan het kopiëren van %1 Extracting bootloader configuration bootloader-configuratie aan het uitpakken <b>Extracting compressed iso:</b> %1 <b>Iso bestand uitpakken:</b> %1 Copying file, please wait... Bestand wordt gekopieerd, even geduld... <b>Source:</b> <a href="%1">%1</a> <b>Bron:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Bestemming:</b> %1 <b>Copied:</b> 0 bytes <b>Gekopieerd:</b> 0 bytes Extracting files, please wait... Bestanden uitpakken, één moment... <b>Archive:</b> %1 <b>Archief:</b> %1 <b>Source:</b> <b>Bron:</b> <b>Destination:</b> <b>Bestemming:</b> <b>Extracted:</b> 0 of %1 files <b>Uitgepakt:</b> 0 van%1 bestand(en) <b>Source:</b> %1 (%2) <b>Bron::</b> %1 (%2) <b>Destination:</b> %1%2 <b>Bestemming:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Uitgepakt:</b> %1 van %2 bestand(en) Downloading files, please wait... Bestanden worden gedownload, één momentje... <b>Downloaded:</b> 0 bytes <b>Gedownload:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Het downloaden van %1 %2 van %3 is mislukt. Probeer het ISO-bestand direct van de website te downloaden en via de diskimage-optie aan te voeren. <b>Downloaded:</b> %1 of %2 <b>Gedownload:<b> %1 van %2 <b>Copied:</b> %1 of %2 <b>Gekopieerd:</b> %1 of %2 Searching in <a href="%1">%1</a> Aan het zoeken in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 overeenkomsten op <a href="%3">%3</a> %1 not found %1 niet gevonden %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 niet gevonden. Dit is noodzakelijk voor de %2 installatiemodus. Installeer het "%3" pakket of het equivalent voor jouw distributie. (Current) (huidig) (Done) (Voltooid) Configuring grub2 on %1 grub 2 configureren op %1 Configuring grldr on %1 grldr configureren op %1 Configuring grub on %1 grub configureren op %1 Installing syslinux to %1 syslinux installeren op %1 Installing extlinux to %1 extlinux installeren op %1 Syncing filesystems Bestandssystemen synchroniseren Setting up persistence Stel blijvend in After rebooting, select the Na het herstarten, selecteer de After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Kies, na het herstarten, in je BIOS de optie 'USB boot' %1 Nu herstarten? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Het gecreëerde USB-apparaat zal niet vanuit een Mac opstarten. Sluit hem aan op een PC, en selecteer de USB opstartoptie in het BIOS opstartmenu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *BELANGRIJK* Plaats voor het herstarten een Ubuntu Alternate (geen desktop)ISO-bestand in de hoofdmap van uw harde- of USB-schijf. Deze ISO-bestanden zijn beschikbaar op cdimage.ubuntu.cm *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen, kies 'back' als gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron, kies 'HTTP' als protocol. Als gevraagd wordt om een server voer je 'mirrors.kernel.org' in, en voer '/centos/%1/os/%2' wanneer gevraagd wordt naar de directory. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *BELANGRIJK* Plaats voor het herstarten een Debian-ISO-beeldbestand in de hoofdmap van uw harde- of USB-schijf. Deze ISO-bestanden zijn beschikbaar op cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen, kies 'back' als gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron, kies 'HTTP' als protocol. Als gevraagd wordt om een server voer je 'download.fedora.redhat.com' in, en voer '/pub/fedora/linux/development/%1/os' wanneer gevraagd wordt naar de directory. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen, kies 'back' als gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron, kies 'HTTP' als protocol. Als gevraagd wordt om een server voer je 'download.fedora.redhat.com' in, en voer '/pub/fedora/linux/releases/%1/Fedora/%2/os' wanneer gevraagd wordt naar de directory. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen, kies 'back' als gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron, kies 'HTTP' als protocol. Als gevraagd wordt om een server voer je 'download.opensuse.org' in, en voer '/factory/repo/oss' wanneer gevraagd wordt naar de directory. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *BELANGRIJK* Negeer na het herstarten mogelijke foutmeldingen, kies 'back' als gevraagd wordt om een CD. Ga dan naar het hoofdmenu, kies de optie 'Start installatie', kies 'Netwerk' als bron, kies 'HTTP' als protocol. Als gevraagd wordt om een server voer je 'download.opensuse.org' in, en voer '/distribution/%1/repo/oss' wanneer gevraagd wordt naar de directory. == Select Distribution == == Selecteer distributie == == Select Version == == Selecteer versie == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Welkom bij <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, ofwel 'Universal Netboot Installer'. Gebruik:<ol><li>Selecteer een distributie en versie om te downloaden van de lijst hierboven, of kies handmatig bestanden om te laden, hier beneden.</li><li>Kies een installatietype en klik OK om te beginnen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Website:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Omschrijving:</b> Arch Linux is een lichtgewicht distributie waarbij de nadruk ligt op optimalisatie voor snelheid en flexibiliteit.<br/><b>Installatieopmerkingen:</b> De standaardversie biedt de mogelijkheid om te installeren via internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Website:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Omschrijving:</b> BackTrack is een besturingssysteem dat volledig in het teken staat van netwerkanalyse en veiligheidstesten.<br/><b>Installatieopmerkingen:</b> BackTrack start op in de live-modus; u hoeft niets te installeren om het te gebruiken. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Website:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Omschrijving:</b>CentOS is een gratis Red Hat Enterprise Linux kloon.<br/><b>Installatieopmerkingen:</b> De standaardversie kan worden gebruikt voor een installatie over FTP of via vooraf gedownloade ISO bestanden. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Website:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Omschrijving:</b> CloneZilla is een distributie die word gebruikt om schijven te herstellen.<br/><b>Installatieopmerkingen:</b> CloneZilla wordt opgestart en uitgevoerd in live modus; er is geen installatie nodig om het te gebruiken. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Website:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Omschrijving:</b> Damn Small Linux is een minimalistische distributie ontworpen voor oudere computers.<br/><b>Installatieopmerkingen:</b> De Live versie laadt het gehele systeem in het RAM geheugen en start daarvan op. Installatie is dus niet noodzakelijk maar optioneel. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Wesite:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Omschrijving:</b> Debian is een door de gemeenschap ontwikkelde Linux-distributie die uiteenlopende architecturen (bv. 32- of 64 bit) ondersteunt. Verder beschikt het over veel installatiebronnen waardoor het veel software aanbiedt.<br/><b>Installatieopmerkingen:</b> Met de Netinstall-versie kunt u via FTP installeren. Wilt u al op voorhand over de benodigde installatiebronnen beschikken? Gebruik dan een ISO-bestand met de Hdmedia-optie, en plaats het in de hoofdmap van uw harde- of USB-schijf <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Website:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Omschrijving:</b>Dreamlinux is een gebruiksvriendelijke op Debian gebaseerde distributie.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel gestart kan worden. Met de NetInstall versie kunt u installeren over FTP. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Website:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Omschrijving:</b> Dr.Web AntiVirus is een anti-virus spoed reparatie pakket om een systeem dat kapot ging door malware te herstellen.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de malware scans kunnen worden uitgevoerd. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webpagina:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Omschrijving:</b> Elive is gebaseerd op Debian en heeft de Enlightenment-windowmanager aan boord .<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel gestart kan worden. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Website:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Omschrijving:</b> Fedora is een door Red Hat gesponsorde community distributie waarin de meest recente opensource software wordt getoond<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel gestart kan worden. Met de NetInstall versie kunt u zowel via FTP als met vooraf gedownloade ISO bestanden het systeem installeren. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Website:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Omschrijving:</b> FreeBSD is een Unix besturingssysteem voor algemeen gebruik waarin gefocust wordt op performance en uitbreidbaarheid/schaalbaarheid.<br/><b>Installatieopmerkingen:</b> Met de standaardinstallatie kan zowel over FTP als met vooraf gedownloade ISO bestanden worden geïnstalleerd. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Website:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Omschrijving:</b> FreeDOS is een gratis MS-DOS compatibel besturingssysteem.<br/><b>Installatieopmerkingen:</b> Zie de <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">gebruiksaanwijzing</a> voor opmerkingen m.b.t. installatie. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Website:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Omschrijving:</b> FreeNAS is een geïntegreerde opensource NAS(Network-Attached Storage)-distributie gebaseerd op FreeBSD.<br/><b>Installatieopmerkingen:</b> De Live-cdversie maakt een RAM-schijf aan voor FreeNAS en gebruikt een FAT-geformatteerde floppydisk of USB-stick om het configuratiebestand op te slaan. Met de zogeheten 'embedded' versie kunt u FreeNAS volledig installeren op uw harde schijf. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Website:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Omschrijving:</b> Frugalware is een op Slackware gebaseerde distributie voor meer geavanceerde gebruikers<br/><b>Installatieopmerkingen:</b>De standaard optie biedt de mogelijkheid om te installeren via FTP of offline installatie m.b.v. vooraf gedownloade ISO bestanden. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Website:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Omschrijving:</b> GeeXboX is 'embedded' Linux mediaspelerdistributie.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Website:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Omschrijving:</b> gNewSense is een door de FreeSoftwareFoundation ondersteunde distributie, gebaseerd op Ubuntu zonder gesloten software.<br/><b>Installatieopmerkingen:</b>Met de Live-versie kunt u opstarten naar Live-modus, van waaruit eventueel de installatie kan worden gestart. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Website:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Omschrijving:</b> Gujin is een grafische boot manager waarmee verschillende volumes en bestanden kunnen worden opgestart.<br/><b>Installatieopmerkingen:</b> Gujin start op en loopt, er is geen installatie benodigd om het te gebruiken. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Website:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Omschrijving:</b> Kaspersky Rescue Disk detecteerd en verwijdert malware in uw Windows installatie.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit malware scans kunnen worden uitgevoerd. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Website:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Omschrijving:</b> Kubuntu is officieel afgeleid van Ubuntu en beschikt over de KDE-desktop.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel kan worden gestart. . Met de NetInstall-versie kunt u Kubuntu installeren (en ook andere officiële varianten van Ubuntu), Wilt u een ISO-installatiebestand (geen desktopversie) gebruiken dat u op voorhand hebt gedownload? Gebruik daarvoor de HdMedia-optie en plaats de zogeheten "alternate install"-ISO in de hoofdmap van uw harde- of USB-schijf. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Website:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Omschrijving:</b> LinuxConsole is een desktopdistributie om spellen te spelen, is makkelijk in gebruik en installatie en start snel op.<br/><b>Installatieopmerkingen:</b> Versie 1.0.2010 is de nieuwste 1.0, nu beschikbaar met continu nieuwe uitgaves (gebruik liveupdate om modules en de kernel te updaten). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Website:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Omschrijving:</b> Linux Mint is een gebruiksvriendelijke op Ubuntu gebaseerde distributie waarbij standaard codecs en gesloten software worden meegeleverd.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel kan worden gestart. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Hoofdpagina:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br /><b>Omschrijving:</b> Lubuntu is een officiëel derivaat van Ubuntu met de LXDE desktop.<br /><b>Installatie-opmerkingen:</b> De Live-versie staat booten in Live modus toe, vanwaar de installeerder optioneel kan worden gestart. De NetInstall-versie staat installatie over FTP toe, en kan Kubuntu en andere officiële derivaten van Ubuntu installeren. Als je een eerder gedownloade, alternatieve ISO wilt gebruiken, gebruik dan de HdMedia-optie, en plaats dan de alternatieve ISO in de root van je harde schijf of USB-schijf. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Website:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Omschrijving:</b> Mandriva is een gebruiksvriendelijke distributie, voorheen bekend als Mandrake Linux.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de de installatie eventueel kan worden gestart. Met de Netinstall-versie kan over het internet (via FTP) worden geïnstalleerd, of via vooraf gedownloade <a href="http://www.mandriva.com/en/download">"vrije" ISO-bestanden</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Website:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Omschrijving:</b> MEPIS is een op Debian gebaseerde distributie. SimplyMEPIS is een gebruiksvriendelijke versie gebaseerd op KDE, en AntiX is een lichte versie voor oudere computers.<br/><b>Installatieopmerkingen:</b> MEPIS ondersteunt booten naar Live modus, vanaf waar eventueel de installatie kan worden gestart. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Website:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Omschrijving:</b> NetbootCD is een kleine opstartbare CD die netwerkinstallaties van andere besturingssystemen kan downloaden en starten.<br/><b>Installatieopmerkingen:</b> NetbootCD start en werkt in Live-modus. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Webpagina:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Omschrijving:</b> Nimblex is een kleine en veelzijdige distributie die de mosterd haalt bij Slackware. Het is gebouwd met de linux-live scripts, and heeft de KDE-desktop in petto. Opstarten kan van cd of flashgeheugen (USB-sticks of MP3-spelers). Verder kan Nimblex gemakkelijk aangepast en uitgebreid worden.<br/><b>Installatieopmerkingen:</b> NimbleX start op in de live-modus. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Website:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Omschrijving:</b> De Offline NT Password and Registry Editor kan Windows-wachtwoorden opnieuw instellen en het register wijzigen op Windows 2000-Vista.<br/><b>Installatieopmerkingen:</b> NTPasswd start en werkt in Live-modus, er is geen installatie nodig om het te gebruiken. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Website:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Omschrijving:</b> openSUSE is een gebruiksvriendelijke distributie gesponsord door Novell<br/><b>Installatieopmerkingen:</b> Met de standaard installatie kan over het internet alsook met vooraf gedownloade ISO bestanden worden geïnstalleerd. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Website:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Omschrijving:</b> Ophcrack kan Windows wachtwoorden kraken.<br/><b>Installatieopmerkingen:</b> Ophcrack wordt naar een live modus opgestart en hoeft niet te worden geïnstalleerd om het te gebruiken. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Website:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Omschrijving:</b> Parted Magic bevat de GParted partition manager en andere systeembenodigdheden waarmee schijfpartities kunnen worden vergroot/verkleind, gekopieerd, gebackupt en aangepast.<br/><b>Installatieopmerkingen:</b> Parted Magic wordt naar een live modus opgestart en hoeft niet te worden geïnstalleerd om het te gebruiken. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Website:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Omschrijving:</b> Puppy Linux is een lichte distributie ontworpen voor oudere computers.<br/><b>Installatieopmerkingen:</b> De live versie laadt het gehele systeem in het RAM geheugen en start daarvan op. Installatie ins niet noodzakelijk maar optioneel. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Website:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Beschrijving:</b> Sabayon Linux is een op Gentoo gebaseerde Live DVD distributie waarin de Entropy binary package manager is verwerkt naast het source-based Portage.<br/><b>Opmerkingen m.b.t. installatie:</b> Met de Live versie kan in Live modus worden opgestart vanaf waar eventueel de installatie kan worden gestart. De LiteMCE editie is 2 GB, en de volledige heeft een 8GB USB drive nodig <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Website:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Omschrijving:</b> Salix is een GNU/Linux distributie gebaseerd op (en geheel compatibel met) Slackware die simpel, snel en makkelijk te gebruiken is.<br/>Net als een bonsai is Salis klein, lichtgewicht en het resultaat van onbeperkte aandacht.<br/><b>Installatieopmerkingen:</b> Met de Live-versie kunt u opstarten naar Live-modus, van waaruit de installatie eventueel kan worden gestart.<br/>Het standaardwachtwoord voor de rootgebruiker is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Website:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Beschrijving:</b> Slax is een op Slackware gebaseerde distributie met de KDE desktop.<br/><b>Opmerkingen m.b.t. installatie:</b>Met de Live versie kan in Live modus worden opgestart vanaf waar eventueel de installatie kan worden gestart. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Website:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschrijving:</b> SliTaz is een lichte, desktop-georiënteerde micro distributie.<br/><b>Opmerkingen m.b.t. installatie:</b>Het hele systeem laadt in het RAM geheugen en start daarvan op. Installatie is niet noodzakelijk maar optioneel. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Website:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Beschrijving:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Opmerkingen m.b.t. installatie:</b> SBM laadt in het RAM geheugen en start daarvan op. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Website:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beschrijving:</b> Super Grub Disk is een bootloader die verschillende MBR en bootloader hersteltaken kan uitvoeren.<br/><b>Opmerkingen m.b.t. installatie:</b> SGD start op en werkt, geen installatie is benodigd <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Webpagina:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Omschrijving:</b> Super OS is onofficieel afgeleid van Ubuntu en beschikt standaard over extra software. Een USB-schijf van 2GB is een vereiste.<br/><b>Installatieopmerkingen:</b> Met de live-versie kan u in de live-modus opstarten, en dan kan de installatie eventueel worden opgestart. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webpagina:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Omschrijving:</b> Ubuntu is een gebruiksvriendelijke, op Debian-gebaseerde distributie. Momenteel is het de meest populaire distributie.<br/><b>Installatieopmerkingen:</b> Met de live-versie kunt u opstarten in de live-modus, en dan kan de installatie eventueel worden opgestart. Met de NetInstall-versie kunt u Kubuntu en andere officiële afgeleide distributies installeren via FTP. Gebruik de HdMedia-optie als u een zogeheten "alternate install"-ISO-installatiebestand (niet te verwarren met de desktopvariant) wil gebruiken dat u al op voorhand hebt gedownload. Plaats het ISO-installeerbestand in de hoofdmap van uw harde- of USB-schijf. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschrijving:</b> xPUD is een lichtgewicht distributie met een simpele kiosk-achtige interface inclusief een web browser en mediaspeler.<br/><b>Installatie Opmerkingen:</b> De Live versie laad het gehele systeem in het RAM geheugen en start op uit het geheugen. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Webpagina:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Omschrijving:</b> Xubuntu is een officiële variant van Ubuntu met de XFCE-desktop aan boord.<br/><b>Installatieopmerkingen:</b> Met de live-versie kunt u opstarten in de live-modus, en dan kan de installatie eventueel worden opgestart. Met de NetInstall-versie kunt u Kubuntu en andere officiële afgeleide distributies installeren via FTP. Gebruik de HdMedia-optie als u een zogeheten "alternate install"-ISO-installatiebestand (niet te verwarren met de desktopvariant) wil gebruiken dat u al op voorhand hebt gedownload. Plaats het ISO-installeerbestand in de hoofdmap van uw harde- of USB-schijf. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Website:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Beschrijving:</b> Zenwalk is een op Slackware gebaseerde distributie met daarin de XFCE desktop.<br/><b>Opmerkingen m.b.t. installatie:</b> Met de Live versie kan in Live modus worden opgestart vanaf waar eventueel de installatie kan worden gestart. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Website:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beschrijving:</b> EeePCLinuxOS is een gebruiksvriendelijke distributie voor de eeepc gebaseerd op PCLinuxOS<br/><b>Opmerkingen m.b.t. installatie:</b> Zorg ervoor dat het installatiemedium leeg en geformateerd is voor je doorgaat met de installatie. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Website:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beschrijving:</b> Ubuntu Eee is niet alleen ubuntu geoptimaliseerd voor de Asus Eee PC. Het is een besturingssysteem die de Netbook Remix interface. De voorkeur wordt gegeven aan de beste software, in plaats van vast te houden aan opensource alternatieven.<br/><b>Opmerkingen m.b.t. installatie:</b> Zorg ervoor dat het installatiemedium leeg en geformateerd is voor je doorgaat met de installatie. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Webpagina:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Omschrijving:</b> Elive is een op Debian gebaseerde distributie en heeft de Enlightenment-windowmanager aan boord.<br/><b>Installatieopmerkingen:</b> Met de live-versie kan u in de live-modus opstarten, en dan kan de installatie eventueel worden opgestart. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Beschrijving:</b> Kiwi Linux is een afgeleide van Ubuntu van oorsprong geschikt voor Roemeens-, Hongaars- en Engels-talige gebruikers.<br/><b>Installatie Opmerkingen:</b> Verzeker uzelf ervan dat het installatie medium leeg en geformatteerd is voordat u verder gaat met de installatie <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Website:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Beschrijving:</b> gNewSense is een GNU/Linux distributie gebaseerd op ubuntu maar zonder gesloten software.<br/><b>Opmerkingen m.b.t. installatie:</b> Zorg ervoor dat het installatiemedium leeg en geformateerd is voor je doorgaat met de installatie. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Webpagina:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Omschrijving:</b> NimbleX is een kleine, veelzijdige distributie die gebaseerd is op Slackware. Het is gebouwd met de linux-live scripts, and heeft de KDE-desktop in petto. Opstarten kan van cd of flashgeheugen (USB-sticks of MP3-spelers). Verder kan Nimblex gemakkelijk aangepast en uitgebreid worden.<br/><b>Installatieopmerkingen:</b> NimbleX start op in de live-modus. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Website:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Beschrijving:</b> SliTaz is een lichte, desktop-georienteerde microdistributie<br/><b>Opmerkingen m.b.t. installatie:</b> De live versie laadt het gehele systeem in het RAM geheugen en start daarvan op. Installatie is daarom niet noodzakelijk, maar optioneel. Deze installer is gebaseerd op<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Beschrijving:</b> xPUD is een lichtgewicht distributie met een simpele kiosk-achtige interface inclusief een web browser en mediaspeler.<br/><b>Installatie Opmerkingen:</b> De Live versie laad het gehele systeem in het RAM geheugen en start op uit het geheugen. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Kies uit een lijst van ondersteunde distributies &Distribution &Distributie Specify a disk image file to load Kies een disk image-bestand om te laden Disk&image Disk&image Manually specify a kernel and initrd to load Handmatig een kernel en initrd opgeven &Custom Aan&gepast Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Ruimte die vrij wordt gelaten voor gebruikersbestanden die bewaard worden tussen reboots. Werkt alleen voor Live-USB's voor Ubuntu en derivaten. Als de waarde de schijfcapaciteit overschrijdt, zal de maximale hoeveelheid ruimte worden gebruikt. Space used to preserve files across reboots (Ubuntu only): Ruimte die vrij wordt gelaten voor gebruikersbestanden die bewaard worden tussen reboots (alleen voor Ubuntu): MB MB OK OK Return Terug Cancel Annuleren Esc Esc Reboot Now Nu opnieuw starten Exit Sluiten 1. Downloading Files 1. Bestanden aan het downloaden 2. Extracting and Copying Files Bestanden uitpakken en kopiëren 3. Installing Bootloader Bootloader installeren 4. Installation Complete, Reboot Installatie gereed. Opnieuw starten Select the target drive to install to Selecteer de harde schijf waarop geïnstalleerd wordt Dri&ve: Sch&ijf Select the installation target type Selecteer het type medium waarop geïnstalleerd moet worden &Type: &Type: Select the distribution version Kies de distributie-versie Select disk image file Selecteer disk-image bestand ... ... Select the disk image type Selecteer het type disk-image Specify a floppy/hard disk image, or CD image (ISO) file to load Kies een te laden floppy-/harde schijf-image of CD-image (ISO) bestand Specify a kernel file to load Geef zelf een te laden kernelbestand op Select kernel file Selecteer kernelbestand Specify an initrd file to load Kies zelf een te laden initrd-bestand Select initrd file Selecteer initrd-bestand Select syslinux.cfg or isolinux.cfg file Selecteer syslinux.cfg of isolinux.cfg-bestand Specify parameters and options to pass to the kernel Geef parameters en opties op die aan de kernel moeten worden doorgegeven &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opties: uninstaller Uninstallation Complete Deïnstallatie gereed %1 has been uninstalled. %1 is gedeïnstalleerd Must run as root Moet als root worden uitgevoerd %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 moet als root worden uitgevoerd. Sluit het af en start het opnieuw met ofwel:<br/><b>sudo %1</b><br/>of:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Uninstaller %1 is currently installed. Remove the existing version? %1 is momenteel geïnstalleerd. Huidige versie verwijderen? unetbootin_nn.ts0000664000175000017500000021143212154035431012750 0ustar gezageza Norwegian Nynorsk translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-11-18 23:09+0000 Last-Translator: Andreas N. <Unknown> Language-Team: Norwegian Nynorsk <nn@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Venstre-til-høgre unetbootin Hard Disk Harddisk USB Drive USB-disk ISO ISO Floppy Diskett either enten LiveUSB persistence LiveUSB-lagring FAT32-formatted USB drive FAT32-formatert USB-eining EXT2-formatted USB drive EXT2-formatert USB-eining Open Disk Image File Opna diskbiletfil All Files Alle filer All Files (*) Alle filer (*) Open Kernel File Opne kjernefil Open Initrd File Opne initrd-fil Open Bootloader Config File Opne konfigurasjonsfil for oppstartslastar Insert a USB flash drive Set inn ein USB-disk No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Ingen USB-diskar vart funne. Om du allereie har sett inn USB-disken, prøv å formatere den som FAT32. %1 not mounted %1 ikkje montert You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du må først montere USB-disken %1 til eit monteringspunkt. Dei fleste distribusjonar ordnar dette automatisk etter at du har fjerna og sett inn att USB-disken. Select a distro Vel ein distribusjon You must select a distribution to load. Du må velje distribusjonen som skal brukast. Select a disk image file Vel ei diskbiletfil You must select a disk image file to load. Du må velja diskbiletfila som skal brukast. Select a kernel and/or initrd file Vel ei kjerne- og/eller ei initrd-fil You must select a kernel and/or initrd file to load. Du må velje kjerne- og/eller initrd-fila som skal brukast Diskimage file not found Biletfil ikkje funne The specified diskimage file %1 does not exist. Den valde biletfila %1 finst ikkje. Kernel file not found Kjernefil ikkje funne The specified kernel file %1 does not exist. Den valde kernel-fila %1 finst ikkje. Initrd file not found Initrd-fil ikkje funne The specified initrd file %1 does not exist. Den valde initrd-fila %1 finst ikkje. %1 exists, overwrite? %1 finst, overskrive? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fila %1 finst allereie. Trykk "Ja til alt" for å overskrive og ikkje bli spurt igjen. "Ja" for å overskrive enkeltfiler, og "Nei" for å behalde den eksisterande versjonen. Om du er usikker, trykk "Ja til alt". %1 is out of space, abort installation? %1 har ikkje meir ledig plass, avbryte installasjonen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Mappa %1 har ikkje meir ledig plass. Trykk "Ja" for å avbryte installasjonen, "Nei" for å ignorere denne feilen og prøve å halde fram med installasjonen, og "Nei til alt" for å ignorere alle feil som følgje av for lite ledig plass. Locating kernel file in %1 Finn kjernefil i %1 Copying kernel file from %1 Kopierar kjernefil frå %1 Locating initrd file in %1 Finn initrd-fil i %1 Copying initrd file from %1 Kopierar initrd-fil frå %1 Extracting bootloader configuration Hentar ut konfigurasjon om oppstartslastar <b>Extracting compressed iso:</b> %1 <b>Pakkar ut komprimert ISO-fil:</b> %1 Copying file, please wait... Kopierar fil, vent litt... <b>Source:</b> <a href="%1">%1</a> <b>Kjelde:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Mål:</b> %1 <b>Copied:</b> 0 bytes <b>Kopiert:</b> 0 bytes Extracting files, please wait... Pakkar ut filer, vent litt... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Kjelde:</b> <b>Destination:</b> <b>Mål:</b> <b>Extracted:</b> 0 of %1 files <b>Pakka ut:</b> 0 av %1 filer <b>Source:</b> %1 (%2) <b>Kjelde:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Mål:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Pakka ut:</b> %1 av %2 filer Downloading files, please wait... Lastar ned filer, vent litt... <b>Downloaded:</b> 0 bytes <b>Lasta ned:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Klarte ikkje laste ned %1 %2 frå %3. Prøv å lasta ned ISO-fila direkte frå nettstaden, og vel den med diskbilete-alternativet. <b>Downloaded:</b> %1 of %2 <b>Lasta ned:</b> %1 av %2 <b>Copied:</b> %1 of %2 <b>Kopiert:</b> %1 av %2 Searching in <a href="%1">%1</a> Søkjer i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 treff i <a href="%3">%3</a> %1 not found Fann ikkje %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. Fann ikkje %1. Dette er naudsynt for installasjonsmetoden %2. Installer "%3"-pakken tilsvarande din distribusjon. (Current) (Noverande) (Done) (Ferdig) Configuring grub2 on %1 Set opp grub2 på %1 Configuring grldr on %1 Set opp grldr på %1 Configuring grub on %1 Set opp grub på %1 Installing syslinux to %1 Installerar syslinux til %1 Installing extlinux to %1 Installerar extlinux til %1 Syncing filesystems Synkroniserar filsystem Setting up persistence Set opp vedvarande lagring After rebooting, select the Etter omstart, vel After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Etter omstart, vel USB som oppstartsmetode i BIOS-menyen. %1 Starte på nytt no? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 USB-eininga vil ikkje starta opp frå ein Mac. Kopla den til ein PC og vel USB-oppstartsvalet i BIOS-menyen.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIKTIG* Før omstart må du plassere eit diskbilete (ISO) av den alternative Ubuntu-versjonen (ikkje skrivebordsversjonen) i øvste mappa på harddisken eller USB-disken. Desse filene finn du på cdimage.ubuntu.com. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. Gå deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "mirrors.kernel.org" som server og "/centos/%1/os/%2" når du blir spurt etter mappe. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIKITIG* Før omstart må du plassere ei Debian-iso-fil i øverste mappa på harddisken eller USB-disken. Denne fila finn du på cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. Gå deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.fedora.redhat.com" som server og "/pub/fedora/linux/development/%1/os" når du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. Gå deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.fedora.redhat.com" som server og "/pub/fedora/linux/releases/%1/Fedora/%2/os" når du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. Gå deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.opensuse.org" som server og "/factory/repo/oss" når du blir spurt etter mappe. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIKTIG* Etter omstart, ignorer alle feilmeldingar, og vel tilbake om du blir spurt etter ein CD. Gå deretter til hovudmenyen, vel "Start installasjon", vel "Nettverk" som kjelde og "HTTP" som protokoll. Skriv inn "download.opensuse.org" som server og "/distribution/%1/repo/oss" når du blir spurt etter mappe. == Select Distribution == == Vel distribusjon == == Select Version == == Vel versjon == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Velkomen til <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, det universielle verktøyet for netboot-installasjon. Bruk:<ol><li>Vel ein distribusjon og versjon du vil laste ned frå lista ovanfor, eller vel filer manuelt nedanfor.</li><li>Vel ein installasjonstype, og trykk OK for å starte installasjonen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Nettstad:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Skildring:</b> Arch Linux er ein lett distribusjon laga for å vera rask og fleksibel.<br/><b>Installasjonsnotat:</b> Standardversjonen tillèt installasjon over internett (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Nettstad:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Skildring:</b> BackTrack er ein distribusjon med fokus på nettverksanalyse og gjennomtrengingstesting.<br/><b>Installasjonsnotat:</b> BackTrack vert køyrt direkte frå minnepinnen; installasjon er ikkje nødvendig. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Nettstad:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Skildring:</b> CentOS er ein gratis versjon av Red Hat Enterprise Linux.<br/><b>Installasjonsnotat:</b> Standardversjonen tillèt installasjon over internett (FTP) og lokal installasjon ved hjelp av førehandsnedlasta ISO-filer. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Nettstad:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Skildring:</b> Clonezilla er ein distribusjon brukt til tryggleikskopiering og spegling av harddisk.<br/><b>Installasjonsnotat:</b> Clonezilla vert køyrt direkte frå minnepinnen; installasjon er ikkje nødvendig. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Nettstad:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Skildring:</b> Damn Small Linux er ein minimal distribusjon laga for eldre datamaskiner.<br/><b>Installasjonsnotat:</b> Live-versjonen lastar heile systemet inn i RAM og startar opp frå minnet. Installasjon er valfritt og ikkje nødvendig. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Nettstad:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Skildring:</b>Debian er ein fellesskaputvikla Linux-distribusjon som støttar mange arkitekturarar og som tilbyr eit stort pakkearkiv.<br/><b>Installasjonsnotat:</b>NetInstall-versjonen tillèt installasjon over FTP. Dersom du vil bruka ein førehandsnedlasta iso-fil, kan du bruka HdMedia-alternativet, og plassere iso-fila i øvste mappa på harddisken eller USB-stasjonen. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Nettstad:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Skildring:</b> Dreamlinux er ein brukarvenleg distribusjon basert på Debian.<br/><b>Installasjonsnotat:</b> Live-versjonen kan starta opp direkte frå USB-stasjonen, der installasjonsprogrammet kan startast. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Nettstad:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Skildring:</b> Dr.Web AntiVirus er eit anitvirusverktøy for gjenoppretting av system øydelagd av skadeleg programvare.<br/><b>Installasjonsnotat:</b> Live-versjonen kan starta opp direkte frå USB-stasjonen, der ein kan søkja etter skadeleg programvare. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vel frå ei liste over støtta distribusjonar &Distribution &Distribusjon Specify a disk image file to load Vel diskbiletfila som skal brukast Disk&image Disk&bilete Manually specify a kernel and initrd to load Vel kjerne og initrd som skal brukast &Custom &Sjølvvald Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MiB OK OK Return Enter Cancel Avbryt Esc Escape Reboot Now Start på nytt no Exit Avslutt 1. Downloading Files 1. Lastar ned filer 2. Extracting and Copying Files 2. Pakkar ut og kopierer filer 3. Installing Bootloader 3. Installerer oppstartslastar 4. Installation Complete, Reboot 4. Installasjon ferdig, omstart Select the target drive to install to Vel eininga som skal installerast til Dri&ve: &Eining: Select the installation target type Vel type installasjonsmål &Type: &Type: Select the distribution version Vel distribusjonsversjon Select disk image file Vel diskbiletfil ... Select the disk image type Vel type diskbilete Specify a floppy/hard disk image, or CD image (ISO) file to load Vel diskett/harddiskbiletet eller CD-biletfila (ISO) som skal brukast Specify a kernel file to load Vel kjernefila som skal brukast Select kernel file Vel kjernefil Specify an initrd file to load Vel initrd-fila som skal brukast Select initrd file Vel initrd-fil Select syslinux.cfg or isolinux.cfg file Vel fila syslinux.cfg eller isolinux.cfg Specify parameters and options to pass to the kernel Vel parameter og val som skal sendast til kjerna &Kernel: &Kjerne: Init&rd: Init&rd: &Options: &Innstillingar uninstaller Uninstallation Complete Avinstallasjon fullført %1 has been uninstalled. %1 er avinstallert. Must run as root Må køyrast som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 må køyrast som root. Lukk den og køyr på nytt, ved å bruka anten:<br/><b>sudo %1</b><br/>eller<br/><b>su - -c «%1»</b> %1 Uninstaller Avinstallasjon av %1 %1 is currently installed. Remove the existing version? %1 er installert. Fjerna den noverande versjonen? unetbootin_pl.ts0000664000175000017500000026542612154035431012764 0ustar gezageza Polish translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-02-23 09:08+0000 Last-Translator: Piotr Skup <metodyk@gmail.com> Language-Team: Polish <pl@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight od lewej do prawej unetbootin Hard Disk Dysk twardy USB Drive Napęd USB ISO Plik ISO Floppy Dyskietka either którykolwiek LiveUSB persistence Trwałość LiveUSB FAT32-formatted USB drive Dysk USB sformatowany w FAT32 EXT2-formatted USB drive Dysk USB sformatowany w EXT2 Open Disk Image File Otwórz plik obrazu dysku All Files Wszystkie pliki All Files (*) Wszystkie pliki (*) Open Kernel File Otwórz plik jądra Open Initrd File Otwórz plik initrd Open Bootloader Config File Otwórz plik konfiguracyjny bootloadera Insert a USB flash drive Włóż napęd flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nie znaleziono napędu flash USB. Jeśli już włożyłeś napęd USB spróbuj sformatować go w systemie plików FAT32. %1 not mounted %1 nie został zamontowany You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Najpierw musisz zamontować dysk USB %1 w punkcie montowania. Większość dystrybucji robi to automatycznie po odłączeniu i podłączeniu dysku USB. Select a distro Wybierz dystrybucję You must select a distribution to load. Wybierz dystrybucję do załadowania. Select a disk image file Wybierz plik obrazu dysku You must select a disk image file to load. Wybierz plik obrazu dysku do załadowania. Select a kernel and/or initrd file Wybierz plik jądra i/lub initrd You must select a kernel and/or initrd file to load. Wybierz jądro i/lub plik initrd do załadowania. Diskimage file not found Plik obrazu dysku nie został znaleziony The specified diskimage file %1 does not exist. Wskazany plik obrazu dysku %1 nie istnieje. Kernel file not found Plik jądra nie został znaleziony The specified kernel file %1 does not exist. Wybrany plik jądra %1 nie istnieje. Initrd file not found Plik initrd nie został znaleziony The specified initrd file %1 does not exist. Wybrany plik initrd %1 nie istnieje. %1 exists, overwrite? %1 istnieje. Nadpisać? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Plik %1 już istnieje. Naciśnij "Tak dla wszystkich", aby go nadpisać i nie być pytanym przy następnych. Naciśnij "Tak", aby być każdorazowo pytanym o nadpisanie pliku. Naciśnij "Nie", aby zachować istniejącą wersję pliku. W razie wątpliwości naciśnij "Tak dla wszystkich". %1 is out of space, abort installation? Na %1 zabrakło miejsca. Przerwać instalację? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. W katalogu %1 zabrakło miejsca. Naciśnij "Tak", aby przerwać instalację; "Nie", aby zignorować ten błąd i spróbować kontynuować instalację; "Nie dla wszystkich", aby zignorować wszystkie komunikaty o braku miejsca. Locating kernel file in %1 Lokalizowanie pliku jądra w %1 Copying kernel file from %1 Kopiowanie pliku jądra z %1 Locating initrd file in %1 Lokalizowanie pliku initrd w %1 Copying initrd file from %1 Kopiowanie pliku initrd z %1 Extracting bootloader configuration Rozpakowywanie konfiguracji programu rozruchowego <b>Extracting compressed iso:</b> %1 <b>Rozpakowuję spakowane iso:</b> %1 Copying file, please wait... Kopiowanie plików, proszę czekać... <b>Source:</b> <a href="%1">%1</a> <b>Źródło:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Miejsce docelowe:</b> %1 <b>Copied:</b> 0 bytes <b>Skopiowano:</b> 0 bajtów Extracting files, please wait... Rozpakowuję pliki, proszę czekać... <b>Archive:</b> %1 <b>Archiwum:</b> %1 <b>Source:</b> <b>Źródło:</b> <b>Destination:</b> <b>Miejsce docelowe:</b> <b>Extracted:</b> 0 of %1 files <b>Rozpakowano:</b> 0 z %1 plików <b>Source:</b> %1 (%2) <b>Źródło:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Miejsce docelowe:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Rozpakowano:</b> %1 z %2 plików Downloading files, please wait... Pobieram pliki, proszę czekać... <b>Downloaded:</b> 0 bytes <b>Pobrano:</b> 0 bajtów Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Pobieranie %1 %2 z %3 nie powiodło się. Spróbuj pobrać plik ISO bezpośrednio ze strony i otwórz jako obraz dysku. <b>Downloaded:</b> %1 of %2 <b>Pobrano:</b> %1 z %2 <b>Copied:</b> %1 of %2 <b>Skopiowano:</b> %1 z %2 Searching in <a href="%1">%1</a> Szukam w <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 pasuje w <a href="%3">%3</a> %1 not found Nie znaleziono %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nie znaleziono. Wymagane, gdy tryb instalacji to: %2. Zainstaluj pakiet "%3" lub odpowiednik dla Twojej dystrybucji. (Current) (Bieżący) (Done) (Zrobiony) Configuring grub2 on %1 Konfiguruję grub2 na %1 Configuring grldr on %1 Konfiguruję grldr na %1 Configuring grub on %1 Konfiguruję grub na %1 Installing syslinux to %1 Instaluję syslinux na %1 Installing extlinux to %1 Instaluję extlinux na %1 Syncing filesystems Synchronizacja systemów plików Setting up persistence Ustawianie trwałości After rebooting, select the Po ponownym uruchomieniu komputera wybierz After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po ponownym uruchomieniu komputera wybierz opcję bootowania z USB w menu bootowania znajdującym się w BIOSie.%1 Uruchomić ponownie komputer? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 To urządzenie USB nie uruchomi się na platformie MAC. Podłącz urządzenie USB do komputera PC, a następnie w ustawieniach BIOS wybierz opcję bootowania z urządzenia USB. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *WAŻNE* Przed ponownym uruchomieniem systemu umieść plik instalacyjny obrazu iso Ubuntu w wersji alternate (nie desktop) w katalogu root Twojego dysku twardego lub napędu usb. Może on zostać pobrany ze strony cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *WAŻNE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeśli pojawi się pytanie o płytę CD. Później przejdź do głównego menu, wybierz opcję 'Uruchom instalację', wybierz 'Sieć' jako źródło, wybierz 'HTTP' jako protokół, wpisz 'mirrors.kernel.org' przy pytaniu o serwer oraz wpisz '/centos/%1/os/%2' gdy zostaniesz zapytany o katalog. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *WAŻNE* Przed ponownym uruchomieniem systemu umieść plik instalacyjny obrazu iso Debiana w katalogu root Twojego dysku twardego lub napędu usb. Może on zostać pobrany ze strony cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *WAŻNE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeśli pojawi się pytanie o płytę CD. Później przejdź do głównego menu, wybierz opcję 'Uruchom instalację', wybierz 'Sieć' jako źródło, wybierz 'HTTP' jako protokół, wpisz 'download.fedora.redhat.com' przy pytaniu o serwer oraz wpisz '/pub/fedora/linux/development/%1/os' gdy zostaniesz zapytany o katalog. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *WAŻNE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeśli pojawi się pytanie o płytę CD. Później przejdź do głównego menu, wybierz opcję 'Uruchom instalację', wybierz 'Sieć' jako źródło, wybierz 'HTTP' jako protokół, wpisz 'download.fedora.redhat.com'' przy pytaniu o serwer oraz wpisz '/pub/fedora/linux/releases/%1/Fedora/%2/os' gdy zostaniesz zapytany o katalog. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *WAŻNE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeśli pojawi się pytanie o płytę CD. Później przejdź do głównego menu, wybierz opcję 'Uruchom instalację', wybierz 'Sieć' jako źródło, wybierz 'HTTP' jako protokół, wpisz 'download.opensuse.org'' przy pytaniu o serwer oraz wpisz '/factory/repo/oss' gdy zostaniesz zapytany o katalog. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *WAŻNE* Po restarcie zignoruj wszystkie komunikaty błędów i wybierz powrót jeśli pojawi się pytanie o płytę CD. Później przejdź do głównego menu, wybierz opcję 'Uruchom instalację', wybierz 'Sieć' jako źródło, wybierz 'HTTP' jako protokół, wpisz 'download.opensuse.org'' przy pytaniu o serwer oraz wpisz '/distribution/%1/repo/oss' gdy zostaniesz zapytany o katalog. == Select Distribution == == Wybierz dystrybucję == == Select Version == == Wybierz wersję == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Witaj w <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Użycie:<ol><li>Wybierz dystrybucję i wersję do pobrania z listy powyżej, albo określ poniżej ręcznie pliki do załadowania.</li><li>Wybierz typ instalacji i naciśnij OK aby rozpocząć instalację.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Strona domowa:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Opis:</b> Arch Linux jest lekką dystrybucją zoptymalizowaną pod kątem szybkości i elastyczności.<br/><b>Uwagi instalacyjne:</b> Domyślna wersja umożliwia instalację poprzez Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Opis:</b> BackTrack jest dystrybucją skupioną na analizie sieci i testach przepływu danych.<br/><b>Uwagi instalacyjne:</b> BackTrack uruchamiany jest w trybie live; aby z niego korzystać nie jest konieczna instalacja. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Opis:</b> CentOS jest darmowym klonem Linux Red Hat Enterprise.<br/><b>Uwagi instalacyjne:</b> Wersja domyślna pozwala zarówno na instalację przez Internet (FTP), jak i z uprzednio pobranych instalacyjnych plików ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Opis:</b> CloneZilla jest dystrybucją używaną do backupów/klonowania dysków.<br/><b>Uwagi instalacyjne:</b> CloneZilla uruchamia się i działa w trybie live, czyli aby jej używać nie jest wymagana instalacja. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Strona domowa:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Opis:</b> Damn Small Linux to minimalistyczna dystrybucja zaprojektowana z myślą o starszych komputerach.<br/><b>Uwagi instalacyjne:</b> Wersja Live ładuje cały system do pamięci RAM i z niej się uruchamia, dlatego instalacja nie jest wymagana, chociaż jest możliwa. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Opis:</b> Debian jest dystrybucją Linuksa rozwijaną przez społeczność, odznaczającą się wsparciem dla wielu architektur i oferującą duże repozytoria z pakietami oprogramowania.<br/><b>Uwagi instalacyjne:</b> Wersja NetInstall umożliwia instalację poprzez FTP. Jeśli chcesz użyć pobrane instalacyjne obrazy iso, użyj opcji HdMedia, a następnie umieść plik instalacyjny iso w katalogu root Twojego dysku twardego lub napędu USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Opis:</b> Dreamlinux jest przyjazną użytkownikowi dystrybucją Linuksa, opartą na Debianie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie live, w którym można opcjonalnie uruchomić instalatora. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Strona domowa:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Opis:</b> Dr.Web AntiVirus to antywirusowe narzędzie przywracające do działania systemy dotknięte złośliwym oprogramowaniem.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie live, w którym można przeprowadzić skanowanie. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive jest dystrybucją opartą na Debianie zawierającą menedżer okien Enlightenment.<br/><b>Uwagi instalacyjne:</b> Wersja live umożliwia uruchomienie systemu w trybie live, z poziomu którego może zostać uruchomiony program instalujący. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Opis:</b> Fedora to sponsorowana przez Red Hata dystrybucja tworzona przez społeczność, która prezentuje najnowsze i najnowocześniejsze darmowe/otwarte oprogramowanie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie live, w którym, opcjonalnie, można uruchomić instalatora. Wersja NetInstall pozwala zarówno na instalację przez Internet (FTP), jak i z uprzednio pobranych plików instalacyjnych ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Opis:</b> FreeBSD jest Unixopodobnym systemem operacyjnym przeznaczonym do ogólnego użytku, zaprojektowanym pod kątem skalowalności i wydajności.<br/><b>Uwagi instalacyjne:</b> Domyślna wersja pozwala zarówno na instalację poprzez Internet (FTP), jak i na instalację w trybie off-line za pośrednictwem pobranych plików instalacyjnych ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Strona domowa:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Opis:</b> FreeDOS jest darmowym systemem operacyjnym kompatybilnym z MS-DOS.<br/><b>Uwagi instalacyjne:</b> Zobacz <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">podręcznik</a> zawierający szczegóły dotyczące instalacji. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Strona domowa:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Opis:</b> FreeNAS jest osadzoną dystrybucją opartą na FreeBSD otwartoźródłowego NAS (Network-Attached Storage).<br/><b>Informacje instalacyjne:</b> Wersja LiveCD tworzy napęd RAM dla FreeNAS i używa dyskietki sformatowanej w trybie FAT lub klucza USB do zapisywania pliku konfiguracyjnego. Osadzona wersja umożliwia instalację na dysku twardym. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Opis:</b> Frugalware jest opartą na Slackware dystrybucją przeznaczoną do ogólnych zadań dla zaawansowanych użytkowników.<br/><b>Uwagi instalacyjne:</b> Domyślne rozwiązanie przewiduje zarówno instalację poprzez Internet (FTP), jak również instalację za pomocą wcześniej już pobranej wersji instalacyjnej zawartej w pliku ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Strona domowa:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Opis:</b> GeeXboX jest wbudowaną dystrybucją Linuksa typu Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona internetowa:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense to, mająca poparcie FSF, dystrybucja oparta na Ubuntu, zawierająca tylko wolne oprogramowanie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, opcjonalnie, uruchomić instalatora. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Strona internetowa:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Opis:</b> Gujin to graficzny menedżer uruchamiania, który potrafi zainicjować rozruch z różnych typów partycji i plików.<br/><b>Uwagi instalacyjne:</b> Gujin, po prostu, się uruchamia i działa i instalacja nie jest konieczna by go używać. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Strona internetowa:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Opis:</b> Kaspersky Rescue Disk wykrywa i usuwa złośliwe oprogramowanie z twojej instalacji Windows.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można przeprowadzić skanowanie pod kątem złośliwego oprogramowania. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Opis:</b> Kubuntu jest oficjalną pochodną Ubuntu zawierającą pulpit KDE.<br/><b>Uwagi instalacyjne:</b> Wersja Live umożliwia uruchomienie systemu w trybie live, z poziomu którego można uruchomić program instalacyjny. Wersja NetInstall umożliwia instalacje poprzez FTP, i może zainstalować zarówno Kubuntu, jak i inne oficjalne pochodne Ubuntu. Jeśli chcesz użyć pobrane instalacyjne obrazy iso (w wersji alternate, nie desktop!), użyj opcji HdMedia, a następnie umieść plik instalacyjny iso w wersji alternate w katalogu root Twojego dysku twardego lub napędu USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Strona domowa:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole to dystrybucja do gier, łatwa w instalacji, użyciu i szybko się uruchamiająca.<br/><b>Instalacja:</b> 1.0.2010 to najnowsze 1.0, teraz dostępne jako rolling release (uruchom liveupdate żeby zaktuaktualizować moduły i kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona internetowa:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Opis:</b> Linux Mint to przyjazna użytkownikowi, oparta na Ubuntu, dystrybucja, która zawiera domyślnie dodatkowe, własnościowe kodeki i inne oprogramowanie.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, opcjonalnie, uruchomić instalatora. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu to oficjalna pochodna Ubuntu wyposażona w LXDE desktop.<br/><b>Instalacja:</b> Wersja Live umożliwia uruchomienie w Live mode, w którym można uruchomić instalator. Wersja NetInstall umożliwia instalację przez FTP i może zainstalować Kubuntu i inne oficjalne pochodne Ubuntu. Jeśli chcesz użyć wcześniej pobranego alternatywnego obrazu iso (nie desktop), użyj opcji HdMedia i umieść alternatywny instalacyjny plik iso w katalogu root swojego dysku twardego lub nośnika usb <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Strona internetowa:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Opis:</b> Mandriva to przyjazna użytkownikowi dystrybucja, wcześniej znana jako Mandrake Linux.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, opcjonalnie, uruchomić instalatora. Wersja NetInstall umożliwia instalację przez Internet (FTP) lub z uprzednio pobranych<a href="http://www.mandriva.com/en/download">obrazów iso wersji "Free"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Opis:</b> MEPIS jest dystrybucją opartą na Debianie. SimplyMEPIS to przyjazna użytkownikowi wersja z KDE, natomiast AntiX to lekka dystrybucja dla starszych komputerów.<br/><b>Uwagi instalacyjne:</b> MEPIS-a można uruchomić w trybie live, w którym można, opcjonalnie, uruchomić instalatora. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Strona domowa:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Opis:</b> NetbootCD to mały boot CD który ściąga i uruchamia instalatory innych dystrybucji.<br/><b>Instalacja:</b> NetbootCD uruchamia się i działa w live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Strona domowa:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX jest małą, uniwersalną dystrybucją opartą na Slackware. Jest tworzona przy użyciu Linuxowych skryptów live i zawiera pulpit KDE. Może być uruchamiana z CD lub pamięci flash (klucze USB lub odtwarzacze MP3), w łatwy sposób konfigurowana i rozbudowywana.<br/><b>Uwagi instalacyjne:</b> NimbleX uruchamia się w trybie live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Opis:</b> Offline NT Password and Registry Editor może resetować hasła Windows i edytować rejestr w Windows 2000-Vista.<br/><b>Instalacja:</b> NTPasswd jest uruchamiany i działa w live mode; instalacja nie jest wymagana do użycia. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Strona domowa:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Opis:</b> OpenSUSE to łatwa w użyciu dystrybucja, sponsorowana przez firmę Novell.<br/><b>Uwagi instalacyjne:</b> Wersję domyślną można zainstalować bądź przez internet (FTP), bądź z uprzednio pobranych plików instalacyjnych ISO. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Opis:</b> Ophcrack służy do łamania haseł Windowsa.<br/><b>Uwagi instalacyjne:</b> Ophcrack działa w trybie live; aby móc z niego korzystać nie jest konieczna instalacja. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Strona domowa:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Opis:</b> Parted Magic składa się z menedżera partycji GParted i innych narzędzi systemowych. Można za jego pomocą zmienić rozmiar, skopiować, utworzyć kopię zapasową lub w inny sposób manipulować partycją dysku.<br/><b>Uwagi instalacyjne:</b> Parted Magic działa w trybie live; aby móc z niego korzystać nie jest konieczna instalacja.. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Strona domowa:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Opis:</b> Puppy Linux to lekka dystrybucja przeznaczona dla starszych komputerów.<br/><b>Uwagi instalacyjne:</b> Wersja Live ładuje cały system do pamięci RAM i stamtąd się uruchamia, tak więc instalacja nie jest wymagana, choć opcjonalna. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Strona domowa:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Opis:</b> Sabayon Linux to oparta na Gentoo dystrybucja Live DVD, która oprócz bazującego na plikach źródłowych systemu Portage, zawiera menedżera pakietów skompilowanych Entropy.<br/><b>Uwagi instalacyjne:</b> Wersja Live umożliwia uruchomienie w trybie bezinstalacyjnym, w którym można uruchomić instalatora. Wersja LiteMCE zajmuje 2 GB, podczas gdy pełna wersja wymaga pamięci USB o pojemności 8 GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Strona domowa:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Opis:</b> Salix to dystrybucja GNU/Linux oparta na Slackware (w pełni kompatybilna), prosta, szybka i łatwa w użyciu.<br/>Jak bonsai, Salix jest mały, lekki i wymaga ciągłej troski.<br/><b>Instalacja:</b>Wersja Live umożliwia uruchomienie w Live mode, w którym można uruchomić instalator.</br>Domyślne hasło root to <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Opis:</b> Slax to oparta na Slackware dystrybucja ze środowiskiem graficznym KDE.<br/><b>Uwagi instalacyjne:</b> Wersja Live uruchamia się w trybie bezinstalacyjnym, w którym jest możliwość uruchomienia instalatora. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Strona domowa:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz to lekka, przeznaczona dla komputerów biurkowych mikrodystrybucja.<br/><b>Uwagi instalacyjne:</b> Wersja Live ładuje cały system do pamięci RAM skąd się uruchamia, tak więc instalacja nie jest wymagana, choć opcjonalna. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Strona domowa:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Opis:</b> Smart Boot Manager to program rozruchowy, który pozwala obejść niektóre problemy z uruchomieniem komputera, wynikające z ograniczeń i błędów BIOS-u.<br/><b>Uwagi instalacyjne:</b> SBM po prostu się uruchamia i działa bez instalowania. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Strona domowa:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Opis:</b> Super Grub Disk jest bootloaderem, który służy do wykonania wielu zadań przy odzyskiwaniu MBR oraz bootloadera.<br/><b>Uwagi instalacyjne:</b> SGD się po prostu uruchamia; do jego użycia nie jest wymagana instalacja. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Opis:</b> Super OS jest nieoficjalną pochodną Ubuntu zawierającą domyślnie dodatkowe oprogramowanie. Wymaga 2GB na napędzie USB, aby móc zostać zainstalowaną.<br/><b>Uwagi instalacyjne:</b> Wersja live umożliwia uruchomienie w trybie live, z którego może zostać uruchomiony program instalacyjny. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Opis:</b> Ubuntu jest przyjazną użytkownikowi dystrybucją opartą na Debianie. Jest obecnie najbardziej popularną pulpitową dystrybucją Linuksa.<br/><b>Informacje instalacyjne:</b> Wersja Live umożliwia uruchomienie w trybie Live, z poziomu którego opcjonalnie może zostać uruchomiony instalator. Wersja NetInstall umożliwia przeprowadzenie instalacji poprzez FTP, i umożliwia zainstalowanie Kubuntu i pozostałych oficjalnych pochodnych dystrybucji Ubuntu. Jeśli potrzebujesz użyć pobraniowego obrazu instalacyjnego alternate (nie desktop), użyj opcji HdMedia, i umieść następnie plik obrazu instalacyjnego alternate do swojego katalogu głównego na dysku twardym lub do napędu USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Strona domowa:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD jest lekką dystrybucją z prostym interfejsem typu "kiosk", zawierającą przeglądarkę internetową i odtwarzacz multimediów.<br/><b>Uwagi instalacyjne:</b> Wersja live ładuje się w całości do pamięci RAM i z niej się uruchamia. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Strona domowa:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Opis:</b> Xubuntu jest oficjalną pochodną dystrybucji Ubuntu zawierającą środowisko pulpitowe XFCE.<br/><b>Informacje instalacyjne:</b> Wersja Live umożliwia uruchomienie w trybie Live, z poziomu którego opcjonalnie może zostać uruchomiony instalator. Wersja NetInstall umożliwia przeprowadzenie instalacji poprzez FTP, i umożliwia zainstalowanie Kubuntu i pozostałych oficjalnych pochodnych dystrybucji Ubuntu. Jeśli potrzebujesz użyć pobraniowego obrazu instalacyjnego alternate (nie desktop), użyj opcji HdMedia, i umieść następnie plik obrazu instalacyjnego alternate do swojego katalogu głównego na dysku twardym lub do napędu USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Strona domowa:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Opis:</b> Zenwalk jest opartą na Slackware dystrybucją zawierającą środowisko graficzne XFCE.<br/><b>Uwagi instalacyjne:</b> Wersja Live pozwala na uruchomienie w trybie bezinstalacyjnym, w którym można, ewentualnie, uruchomić instalatora. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Strona domowa:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Opis:</b> EeePCLinuxOS jest przyjazną użytkownikowi, opartą na PCLinuxOS dystrybucją przeznaczoną dla komputerów EeePC.<br/><b>Uwagi instalacyjne:</b> Zanim zaczniesz instalację upewnij się, że napęd docelowy jest pusty i sformatowany. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Strona domowa:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Opis:</b> Ubuntu Eee to nie tylko Ubuntu zoptymalizowane dla Asus'a Eee PC. Jest to system operacyjny używający interfejsu Netbook Remix, który faworyzuje najlepsze dostępne oprogramowanie w miejscu alternatyw Open Source (np. Skype zamiast Ekiga).<br/><b>Uwagi instalacyjne:</b> Zanim zaczniesz instalację upewnij się, że napęd docelowy jest pusty i sformatowany. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Strona domowa:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive jest bazującą na Debianie dystrybucją zawierającą menedżer okien Enlightenment.<br/><b>Uwagi instalacyjne:</b> Wersja live umożliwia uruchomienie w trybie live, z którego może zostać uruchomiony program instalacyjny. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Strona domowa:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Opis:</b> Kiwi Linux wywodzi się z Ubuntu i tworzony jest przede wszystkim dla rumuńsko-, węgiersko- i anglojęzycznych użytkowników<br/><b>Uwagi instalacyjne:</b> Przed przystąpieniem do instalacji upewnij się, że partycja docelowa jest pusta i sformatowana. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Strona domowa:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense jest wysokiej jakości dystrybucją GNU/Linux, rozbudowaną i ulepszoną w stosunku do Ubuntu, która jest całkowicie wolnym i darmowym systemem operacyjnym, wolnym kompletnie od własnościowego, zamkniętego kodu obecnego czy to w jądrze, czy też w drzewie pakietów.<br/><b>Uwagi instalacyjne:</b> Przed przystąpieniem do instalacji upewnij się, że partycja docelowa jest pusta i sformatowana. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Strona domowa:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX jest małą, uniwersalną dystrybucją opartą na Slackware. Jest zbudowana za pomocą samowykonalnych skryptów linuksowych i zawiera środowisko pulpitowe KDE. Może zostać uruchomione z płyty CD lub pamięci przenośnej (klucze USB lub odtwarzacz MP3) i w prosty sposób dostosowane do potrzeb i rozbudowane.<br/><b>Informacja instalacyjne:</b> NimbleX uruchamia się w trybie Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Strona domowa:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz jest lekką mikrodystrybucją przeznaczoną do komputerów biurkowych.<br/><b>Uwagi instalacyjne:</b> Wersja live ładuje się w całości do pamięci RAM i z niej się uruchamia, tak więc instalacja nie jest wymagana, chociaż jest możliwa. Ten instalator stworzony został na podstawie programu <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Strona domowa:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD jest lekką dystrybucją z prostym interfejsem typu "kiosk", zawierającą przeglądarkę internetową i odtwarzacz multimediów.<br/><b>Uwagi instalacyjne:</b> Wersja live ładuje się w całości do pamięci RAM i z niej się uruchamia. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Wybierz z listy wspieranych dystrybucji &Distribution &Dystrybucja Specify a disk image file to load Określ plik obrazu dysku do wczytania Disk&image Obraz dysku Manually specify a kernel and initrd to load Ręcznie określ jądro i initrd do wczytania &Custom &Własny Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Przestrzeń do zachowania plików w trakcie restartu. Działa tylko z LiveUSB Ubuntu i pochodnymi. Jeśli wartość przekracza wielkość dysku, będzie użyta maksymalna dostępna przestrzeń. Space used to preserve files across reboots (Ubuntu only): Przestrzeń używana do zachowania plików w trakcie restartu (tylko Ubuntu): MB MB OK OK Return Powróŧ Cancel Anuluj Esc Esc Reboot Now Uruchom ponownie Exit Zakończ 1. Downloading Files 1. Pobieranie plików 2. Extracting and Copying Files 2. Rozpakowywanie i kopiowanie plików 3. Installing Bootloader 3. Instalowanie bootloadera 4. Installation Complete, Reboot 4. Instalacja zakończona, ponowne uruchamianie Select the target drive to install to Wybierz docelowy napęd, na który nastąpi instalacja Dri&ve: &Napęd: Select the installation target type Wybierz rodzaj miejsca docelowego instalacji &Type: &Typ: Select the distribution version Wybierz wersję dystrybucji Select disk image file Wybierz plik obrazu dysku ... Select the disk image type Wybierz typ pliku obrazu Specify a floppy/hard disk image, or CD image (ISO) file to load Określ obraz dyskietki/dysku twardego lub plik obrazu płyty (ISO) do wczytania Specify a kernel file to load Określ plik jądra do wczytania Select kernel file Wybierz plik jądra Specify an initrd file to load Wybierz plik initrd do wczytania Select initrd file Wskaż plik initrd Select syslinux.cfg or isolinux.cfg file Wskaż plik syslinux.cfg lub isolinux.cfg Specify parameters and options to pass to the kernel Określ parametry i opcje dla jądra &Kernel: &Jądro Init&rd: Init&rd: &Options: &Opcje: uninstaller Uninstallation Complete Proces odinstalowania zakończony %1 has been uninstalled. %1 został odinstalowany. Must run as root Musi zostać uruchomione w trybie administratora %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 musi być uruchomiony w trybie administratora. Zamknij go i uruchom ponownie używając dowolnie:<br/><b>sudo %1</b><br/>lub:<br/><b>su - -c '%1'</b> %1 Uninstaller Odinstaluj %1 %1 is currently installed. Remove the existing version? %1 jest obecnie zainstalowane. Usunąć istniejącą wersję? unetbootin_pt.ts0000664000175000017500000023320512154035431012762 0ustar gezageza Project-Id-Version: unetbootin Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-04-10 15:13+0000 Last-Translator: Sérgio Marques <Unknown> Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) X-Poedit-Country: Portugal X-Poedit-Language: Portuguese QObject LeftToRight EsquerdaParaDireita unetbootin Hard Disk Disco rígido USB Drive Disco USB ISO ISO Floppy Disquete either cada(um) LiveUSB persistence Persistência FAT32-formatted USB drive Disco USB formatado em FAT32 EXT2-formatted USB drive Disco USB formatado em EXT2 Open Disk Image File Abrir imagem de disco All Files Todos os ficheiros All Files (*) Todos os ficheiros (*) Open Kernel File Abrir ficheiro Kernel Open Initrd File Abrir ficheiro Initrd Open Bootloader Config File Abrir ficheiro de configuração do carregador de arranque Insert a USB flash drive Insira um dispositivo USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nenhum dispositivo USB encontrado. Se já inseriu um dispositivo USB, tente formatá-lo como FAT32. %1 not mounted %1 não está montado You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Deve montar o dispositivo USB. A maioria das distribuições faz isto automaticamente após a remoção e reinserção do dispositivo. Select a distro Selecione uma distribuição You must select a distribution to load. Tem que selecionar a distribuição a carregar. Select a disk image file Selecione uma imagem You must select a disk image file to load. Tem que selecionar a imagem de disco a carregar. Select a kernel and/or initrd file Selecione o kernel e/ou ficheiro initrd You must select a kernel and/or initrd file to load. Tem que selecionar um kernel e/ou o ficheiro initrd a carregar. Diskimage file not found Imagem não encontrada The specified diskimage file %1 does not exist. A imagem especificada %1 não existe. Kernel file not found Ficheiro Kernel não encontrado The specified kernel file %1 does not exist. O kernel %1 não existe. Initrd file not found Ficheiro initrd não encontrado The specified initrd file %1 does not exist. O ficheiro initrd %1 não existe. %1 exists, overwrite? %1 existe, substituir ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. O ficheiro %1 já existe. Escolha "Sim a tudo" para substituir e não ser perguntado novamente. "Sim" para substituir individualmente e "Não" para manter a versão existente. Em caso de dúvida, escolha "Sim a tudo". %1 is out of space, abort installation? %1 está sem espaço, cancelar instalação? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. O diretório %1 não possui espaço. Escolha "Sim" para abortar a instalação, "Não" para ignorar este erro e tentar a instalação e "Não a tudo" para ignorar os erros de falta de espaço. Locating kernel file in %1 A localizar o ficheiro Kernel em %1 Copying kernel file from %1 A copiar o ficheiro Kernel de %1 Locating initrd file in %1 A localizar o ficheiro initrd em %1 Copying initrd file from %1 A copiar o ficheiro initrd de %1 Extracting bootloader configuration A extrair a configuração do carregador de arranque <b>Extracting compressed iso:</b> %1 <b>A extrair a ISO:</b> %1 Copying file, please wait... A copiar ficheiro. Por favor, aguarde... <b>Source:</b> <a href="%1">%1</a> <b>Origem:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... A extrair ficheiros. Por favor, aguarde... <b>Archive:</b> %1 <b>Arquivo:</b> %1 <b>Source:</b> <b>Origem:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraido(s):</b> 0 de %1 ficheiros <b>Source:</b> %1 (%2) <b>Origem:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraido:</b> %1 de %2 ficheiros Downloading files, please wait... A transferir ficheiros. Por favor, aguarde... <b>Downloaded:</b> 0 bytes <b>Transferido:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Falha ao transferir %1 %2 de %3. Tente transferir o ficheiro ISO na página web e utilize a opção imagem de disco. <b>Downloaded:</b> %1 of %2 <b>Transferido:</b> %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> A procurar em <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 ocorrências em <a href="%3">%3</a> %1 not found %1 não encontrado %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 não foi encontrado. Este é necessário para o modo de instalação %2. Instale o pacote "%3" ou o equivalente na sua distribuição. (Current) (Atual) (Done) (Concluído) Configuring grub2 on %1 A configurar grub2 em %1 Configuring grldr on %1 A configurar grldr em %1 Configuring grub on %1 A configurar grub em %1 Installing syslinux to %1 A instalar syslinux em %1 Installing extlinux to %1 A instalar extlinux em %1 Syncing filesystems A sincronizar o sistema de ficheiros Setting up persistence A definir memória persistente After rebooting, select the Depois de reiniciar, selecione After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Depois de reiniciar, seleccione a opção "USB" no menu de arranque da BIOS. %1 Reiniciar agora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 O dispositivo criado não arranca em Mac. Insira o dispositivo num PC e escolha a opção USB no menu de arranque da BIOS. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar, coloque um ficheiro de instalação do Ubuntu alternate (não desktop) no diretório raiz do disco rígido ou do disco USB. Estes ficheiros podem ser obtidos em cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "mirrors.kernel.org" como servidor e "/centos/%1/os/%2" como pasta. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar, coloque um ficheiro de instalação do Debian no diretório raiz do disco rígido ou do disco USB. Estes ficheiros podem ser obtidos em cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.fedora.redhat.com" como servidor e "/pub/fedora/linux/development/%1/os" como pasta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.fedora.redhat.com" como servidor e "/pub/fedora/linux/releases/%1/Fedora/%2/os" como pasta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar instalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.opensuse.com" como servidor e "/factory/repo/oss" como pasta. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Depois de reiniciar, ignore quaisquer mensagens de erro e retroceda caso seja solicitado um CD. Vá até o menu principal, selecione a opção "Iniciar nstalação", escolha "Rede" como origem, "HTTP" como protocolo, "download.opensuse.com" como servidor e "/distribution/%1/repo/oss" como pasta. == Select Distribution == == Selecione a distribuição == == Select Version == == Selecione a versão == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bem vindo ao <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, o instalador universal de imagens. Utilização:<ol><li>Selecione a distribuição e a versão a transferir na lista indicada ou indique manualmente, em baixo, os ficheiros a carregar.</li><li>Selecione o tipo de instalação e prima OK para iniciar a instalação.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Página inicial:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrição:</b> o Arch Linux é uma distribuição otimizada para velocidade e flexibilidade.<br/><b>Notas de instalação:</b> a versão normal permite a instalação através da internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Página inicial:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrição:</b> o BackTrack é uma distribuição focada na análise de redes e testes de vulnerabilidades.<br/><b>Notas de instalação:</b> o BackTrack arranca e corre em modo "live"; a instalação não é necessária. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrição:</b> o CentOS é um clone da distribuição Red Hat Enterprise Linux.<br/><b>Notas de instalação:</b> A versão normal permite a instalação através da internet (FTP) bem como a instalação através de ficheiros ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Página inicial:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrição:</b> o CloneZilla é uma distribuição utilizada para criar imagens e cópias de segurança de discos rígidos.<br/><b>Notas de instalação:</b> o CloneZilla arranca e corre em modo "live"; a instalação não é necessária. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Página inicial:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrição:</b> o Damn Small Linux é uma distribuição minimalista desenvolvida para computadores antigos.<br/><b>Notas de instalação:</b> a versão "Live" carrega o sistema em RAM e arranca a partir da memória tornando a instalação opcional e não obrigatória. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Página inicial:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descrição:</b> o Debian é uma distribuição desenvolvida pela comunidade Linux com suporte a diversas arquiteturas e que disponibiliza um vasto repositório de pacotes.<br/><b>Notas de instalação:</b> a versão "NetInstall" permite a instalação através de FTP. Se pretende utilizar uma imagem de instalação, use a opção HdMedia e coloque-a no diretório raiz do disco rígido ou da unidade usb. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrição:</b> o Dreamlinux é uma distribuição baseada em Debian e muito fácil de utilizar.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página inicial:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrição:</b> o Dr.Web AntiVirus é um anti-virus de emergência para restaurar um sistema que ficou danificado devido a malware.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque em modo "Live", a partir do qual inicia a procura e a remoção do malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrição:</b> o Elive é uma distribuição baseada em Debian mas que utiliza o gestor de janelas Enlightenment.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrição:</b> o Fedora é uma distribuição desenvolvida pela comunidade e patrocinada pela RedHat e inclui as últimas novidades do mundo do software livre/aberto.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. A versão "NetInstall" permite a instalação através da internet (FTP), bem como a instalação através de ficheiros ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrição:</b> o FreeBSD é um sistema operativo do tipo Unix, desenvolvido para a personalização e desempenho.<br/><b>Notas de instalação:</b> a versão padrão permite a instalação através da internet (FTP), bem como através da utilização de ficheiros ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Página inicial:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrição:</b> o FreeDOS é um sistema operativo compatível com MS-DOS.<br/><b>Notas de instalação:</b> Consulte o <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalhes de instalação. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Página inicial:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrição:</b> o FreeNAS é uma distribuição NAS (Network-Attached Storage) baseada em FreeBSD.<br/><b>Notas de instalação:</b> a versão "Live" cria uma unidade RAM para o FreeNAS e utiliza uma disquete ou disco USB no formato FAT para gravar as configurações. A versão "embedded" permite a instalação no disco. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Página inicial:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrição:</b> o Frugalware é uma distribuição baseada em Slackware e vocacionada para utilizadores experientes.<br/><b>Notas de instalação:</b> a versão normal permite a instalação através da internet (FTP) bem como a instalação através da utilização de ficheiros ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Página inicial:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrição:</b> O GeeXboX é uma distribuição Embedded Linux Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina inicial:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrição:</b> O gNewSense é uma distribuição apoiada pela FSF, baseada em Ubuntu mas que não inclui os compnentes com direitos de propriedade.<br/><b>Notas de instalação:</b> A versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Página inicial:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrição:</b> o Gujin é um gestor de arranque gráfico capaz de arrancar e gerir diversos discos e ficheiros.<br/><b>Notas de instalação:</b> o Gujin simplesmente arranca e é utilizado. A instalação não é necessária. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Página inicial:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrição:</b> o disco de recuperação Kaspersky deteta e remove o malware da sua instalação Windows.<br/><b>Notas de instalação:</b> A versão "Live" permite arrancar no modo "Live", a partir do qual a análise e remoção do malware é efetuada. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina inicial:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrição:</b> o Kubuntu é uma distribuição oficial do Ubuntu, mas com o ambiente de trabalho KDE.<br/><b>Notas de instalação:</b> A versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. A versão "NetInstall" permite a instalação através da internet (FTP) bem como a instalação através da utilização de ficheiros ISO. Se quiser utilizar a versão alternate (não desktop), utilize a opção HdMedia, e coloque o ficheiro ISO no diretório raiz do disco rígido ou dispositivo USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Página inicial:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrição:</b> o LinuxConsole é uma distribuição vocacionada para jogos, bastante rápida e fácil de utilizar.<br/><b>Notas de instalação:</b> A versão 1.0.2010 é a versão mais recente, agora disponível como "rolling release" (execute o "liveuptate" para atualizar os módulos e o kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descrição:</b> o Linux Mint é uma distribuição baseada em Ubuntu que inclui aplicações e codificadores proprietários na sua instalação.<br/><b>Notas de instalação:</b> a versão "Live" permite arrancar em modo "Live", a partir do qual pode efetuar a instalação. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Página inicial:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrição:</b> o Mandriva é uma distribuição fácil de utilizar, anteriormente conhecida como Mandrake Linux.<br/><b>Notas de instalação:</b> a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. A versão "NetInstall" permite a instalação através da internet (FTP) ou utilizando os ficheiros de imagem <a href="http://www.mandriva.com/en/download">"Free"</a> <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Página inicial:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrição:</b> o MEPIS é uma distribuição baseada em Debian. O SimplyMEPIS é a versão KDE, enquanto que o AntiX é uma versão para computadores mais antigos.<br/><b>Notas de instalação:</b> MEPIS a versão "Live" permite o arranque no modo "Live", a partir do qual pode iniciar a instalação. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Pagina inicial:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descrição:</b> o NetbootCD é um CD de arranque que disponibiliza a transferência de instaladores através da web para outras distribuições.<br/><b>Notas de instalação:</b> o NetbootCD é executado no modo "Live". <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Página inicial:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrição:</b> o NimbleX é uma distribuição pequena e versátil, baseada em Slackware. É compilada através de scripts linux e tem o ambiente de trabalho KDE. Pode ser iniciado através de CD ou dispositivo amovíveis (USB, leitores MP3...) e pode ser moldado e expandido de acordo com o seu gosto.<br/><b>Notas de instalação:</b> o NimbleX é executado no modo "Live". <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Página inicial:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descrição:</b> o Offline NT Password and Registry Editor pode repor as suas senhas e editar o registo de sistemas Windows 2000-Vista.<br/><b>Notas de instalação:</b> o NTPasswd é executado no modo "Live" e não requer instalação. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Selecione de uma lista de distribuições suportadas &Distribution &Distribuição Specify a disk image file to load Especifique a imagem de disco a carregar Disk&image Imagem de d&isco Manually specify a kernel and initrd to load Especifique o kernel e initrd a carregar &Custom &Personalizado Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK OK Return Recuar Cancel Cancelar Esc Esc Reboot Now Reiniciar agora Exit Sair 1. Downloading Files 1. Transferir ficheiros 2. Extracting and Copying Files 2. Extrair e copiar ficheiros 3. Installing Bootloader 3. Instalar carregador de arranque 4. Installation Complete, Reboot 4. Instalação terminada. Deve reiniciar Select the target drive to install to Selecione o disco de destino da instalação Dri&ve: Dis&co: Select the installation target type Selecione o tipo de instalação desejado &Type: &Tipo: Select the distribution version Selecione a versão da distribuição Select disk image file Selecione o ficheiro da imagem ... ... Select the disk image type Selecione o tipo da imagem Specify a floppy/hard disk image, or CD image (ISO) file to load Especifique a imagem de disquete/disco rígido ou a imagem (ISO) a carregar Specify a kernel file to load Especifique o ficheiro kernel a carregar Select kernel file Selecione o ficheiro kernel Specify an initrd file to load Especifique o ficheiro initrd a carregar Select initrd file Selecione o ficheiro initrd Select syslinux.cfg or isolinux.cfg file Selecione o ficheiro syslinux.cfg ou isolinux.cfg Specify parameters and options to pass to the kernel Especifique os parâmetros e opções a transmitir ao kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opções: uninstaller Uninstallation Complete Desinstalação terminada %1 has been uninstalled. %1 foi desinstalado. Must run as root Deve ser executado como root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> Deve executar %s como root. Feche a aplicação e utilize: <br/><b>sudo %1</b><br/>ou:<br/><b>su - -c %1</b> %1 Uninstaller Desinstalador do %1 %1 is currently installed. Remove the existing version? %1 está instalado. Remover a versão existente? unetbootin_pt_BR.ts0000664000175000017500000026553312154035431013356 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-05-15 19:58+0000 Last-Translator: Felipe Rozelio <feliperozelio@gmail.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Da esquerda para a direita unetbootin Hard Disk Disco Rígido USB Drive Unidade USB ISO ISO Floppy Disquete either qualquer LiveUSB persistence LiveUSB Persistente FAT32-formatted USB drive Drive USB formatado em FAT32 EXT2-formatted USB drive Drive USB formatado em EXT2 Open Disk Image File Abrir Imagem inicializável All Files Todos os Arquivos All Files (*) Todos os arquivos (*) Open Kernel File Abrir Arquivo do Kernel Open Initrd File Abrir Arquivo Initrd Open Bootloader Config File Abrir Arquivo de Configuração do BootLoader Insert a USB flash drive Insira uma unidade removível (pendrive) No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nenhuma unidade USB foi encontrada. Se você já inseriu uma unidade USB, tente reformatá-la como FAT32. %1 not mounted %1 não montado You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Você tem que primeiro montar o dispositivo USB %1. A maioria das distribuições farão isso automaticamente depois de você remover e inserir o dispositivo USB Select a distro Selecione uma distribuição You must select a distribution to load. Você tem que selecionar uma distribuição para ser carregada. Select a disk image file Selecione uma imagem de disco You must select a disk image file to load. É necessário selecionar um arquivo de imagem de disco para carregar. Select a kernel and/or initrd file Selecione um arquivo de kernel e/ou initrd You must select a kernel and/or initrd file to load. É necessário selecionar um arquivo de kernel e/ou arquivo de initrd para carregar. Diskimage file not found Arquivo de Imagem de Disco não encontrado The specified diskimage file %1 does not exist. O arquivo de imagem de disco %1 especificado, não existe. Kernel file not found Arquivo de Kernel não encontrado The specified kernel file %1 does not exist. O arquivo de kernel %1 especificado, não existe. Initrd file not found Arquivo de initrd não encontrado The specified initrd file %1 does not exist. O arquivo de initrd %1 especificado, não existe. %1 exists, overwrite? %1 existe, escrever em cima? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. O arquivo %1 já existe. Pressione 'Yes to All (Sim para Todos)' para escrever em cima e não ser perguntado novamente. 'Yes (Sim)' para escrever em cima individualmente (um a um), e 'No (Não)' para manter a versão existente. No caso de dúvida, pressione 'Yes to All (Sim para Todos). %1 is out of space, abort installation? %1 Contém espaço insuficiente, deseja abortar a instalação? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. O diretório %1 está sem espaço. Pressione 'Sim' para cancelar a instalação, 'Não', para ignorar este erro e tentar continuar a instalação e 'Não para todos' para ignorar todos os erros de 'sem espaço'. Locating kernel file in %1 Localizando kernel em %1 Copying kernel file from %1 Copiando kernel de %1 Locating initrd file in %1 Localizando initrd em %1 Copying initrd file from %1 Copiando initrd de %1 Extracting bootloader configuration Extraindo as configurações do bootlooader <b>Extracting compressed iso:</b> %1 <b>Extraindo iso comprimido:</b> %1 Copying file, please wait... Copiando arquivo, por favor aguarde... <b>Source:</b> <a href="%1">%1</a> <b>Fonte:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destino:</b> %1 <b>Copied:</b> 0 bytes <b>Copiado:</b> 0 bytes Extracting files, please wait... Extraindo arquivos, aguarde por favor... <b>Archive:</b> %1 <b>Arquivo:</b> %1 <b>Source:</b> <b>Fonte:</b> <b>Destination:</b> <b>Destino:</b> <b>Extracted:</b> 0 of %1 files <b>Extraído(s):</b> 0 de um total de %1 arquivos <b>Source:</b> %1 (%2) <b>Origem</b> <b>Destination:</b> %1%2 <b>Destino:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraído:</b> %1 de um total de %2 arquivos Downloading files, please wait... Baixando arquivos, por favor espere... <b>Downloaded:</b> 0 bytes <b>Baixado:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. O download de %1 %2 de %3 falhou. Por favor, tente baixar novamente o arquivo ISO diretamente da página e forneça-o por meio da opção de disco de imagem. <b>Downloaded:</b> %1 of %2 Baixado: %1 de %2 <b>Copied:</b> %1 of %2 <b>Copiado:</b> %1 de %2 Searching in <a href="%1">%1</a> Procurando em <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 incidências (acertos) em <a href="%3">%3</a> %1 not found %1 não foi encontrado %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 não encontrado. É necessário para a instalação do tipo %2 Por favor instale o pacote "%3" ou sua distribuição equivalente. (Current) (Atual) (Done) (Finalizado) Configuring grub2 on %1 Configurando grub2 no %1 Configuring grldr on %1 Configurando drldr no %1 Configuring grub on %1 Configurando grub no %1 Installing syslinux to %1 Instalando syslinux no %1 Installing extlinux to %1 Instalando extlinux no %1 Syncing filesystems Sincronizando sistema de arquivos Setting up persistence Configurando persistência After rebooting, select the Após reiniciar, selecione o After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Após reiniciar, selecione a opção "Boot USB" no menu da BIOS. %1 Reiniciar Agora? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 O dispositivo USB não vai inicializar no MAC. Conecte o dispositivo em um PC e escolha a opção "USB Boot" no menu da Bios. %1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANTE* Antes de reiniciar, coloque o arquivo iso de instalação do Ubuntu alternate (não o desktop) no diretório raíz de seu disco rígido ou drive USB. Este arquivo pode ser obtido em cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'mirrors.kernel.org' quando perguntado sobre o servidor, e, entre com '/centos/%1/os/%2' quando perguntado sobre a pasta (folder). *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANTE* Antes de reiniciar, coloque o arquivo iso de instalação do Debian no diretório raíz de seu disco rígido ou drive USB. Este arquivo pode ser obtido em cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.fedora.redhat.com' quando perguntado sobre o servidor, e, entre com '/pub/fedora/linux/development/%1/os' quando perguntado sobre a pasta (folder). *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.fedora.redhat.com' quando perguntado sobre o servidor, e, entre com '/pub/fedora/linux/releases/%1/Fedora/%2/os' quando perguntado sobre a pasta (folder). *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.opensuse.org' quando perguntado sobre o servidor, e, entre com '/factory/repo/oss' quando perguntado sobre a pasta (folder). *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANTE* Após a reinicialização, ignore as mensagens de erros, e, mantenha a seleção caso houver mensagem pedindo um CD. Vá até o menu principal, selecione a opção 'Iniciar Instalação', escolha 'Network (rede)' como sendo a fonte, escolha 'HTTP' como sendo o protocolo, entre com 'download.opensuse.org' quando perguntado sobre o servidor, e, entre com '/distribution/%1/repo/oss' quando perguntado sobre a pasta (folder). == Select Distribution == == Selecione a Distribuição == == Select Version == == Selecione a Versão == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bem-vindo ao <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, o Instalador Universal Netboot. Forma de uso:<ol><li>Selecione uma distribuição e versão da lista para descarregar, ou manualmente especifique arquivo(s) para ser(em) carregado(s).</li><li>Selecione um tipo de instalacão, e pressione OK para iniciar a instalacão.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Site:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descrição:</b> Arch Linux é uma distribuição leve otimizada para velocidade e flexibilidade.<br/><b>Notas de Instalação:</b> A versão padrão permite instalação pela internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descrição:</b> BackTrack é uma distribuição focada em análise de rede e testes de penetração.<br/><b>Notas de Instalação:</b> BackTrack é iniciada e executada em modo live; não é necessário instalar para usá-la. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descrição:</b> CentOS é um clone gratuito do Linux Red Hat Enterprise.<br/><b>Notas de Instalação:</b> A versão padrão permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO baixados previamente. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descrição:</b> CloneZilla é uma distribuição usada para backups de discos e cópias. <br/><b>Notas de instalação</b> CloneZilla é iniciado e roda em modo "live"; nenhuma instalação é necessária para executa-lo. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descrição:</b> Damn Small Linux é uma distribuição no estilo minimalista, projetado para computadores antigos, com pouca capacidade.<br/><b>Notas de Instalação:</b> A versão Live carrega o sistema inteiro na RAM e inicializa a partir da memória, assim, uma instalacão não é obrigatória e sim optativa. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descrição:</b> Debian é uma distribuição desenvolvida pela comunidade que suporta uma enorme variedade de arquiteturas e oferece um gigantesco repositório de pacotes.<br/><b>Notas de Instalação:</b> A versão NetInstall permite a instalação via FTP. Se você deseja usar uma iso previamente baixada use a opção HdMedia e coloque o arquivo ISO no diretório raíz de seu disco rígido ou drive USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descrição:</b> Dreamlinux é uma distribuição amigável, baseada no Debian.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descrição:</b> Dr.Web AntiVirus é um kit de emergência anti-virus, para restaurar um sistema que foi "quebrado" devido a malware. <br/><b>Notas de instalação:</b> A versão Live permite a execução em modo Live da qual scans por malwares podem ser iniciados. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrição:</b> Elive é uma distribuição baseada no Debian usando o gerenciador de janelas Enlightenment.<br/><b>Notas de Instalação:</b> A versão Live permite o boot modo Live, do qual o instalador pode ser executado opcionalmente. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Descrição:</b> Fedora é uma distribuição desenvolvida pela comunidade e patrocinada pela RedHat, que tem por objetivo sempre incluir as últimas novidades do mundo do software livre/aberto.<br/><b>Notas de Instalação:</b>A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). A versão normal permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO baixados previamente. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descrição:</b> FreeBSD é um sistema operacional estilo-Unix, desenhado para acomodar escalabilidade e alta performance.<br/><b>Notas de Instalação:</b> A versão normal permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO descarregados previamente. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descrição:</b> FreeDOS é um sistema compatível com MS-DOS completamente gratuito.<br/><b>Notas de Instalação:</b> Veja o <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> para detalhes de instalação. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Descrição:</b> FreeNAS é uma distribuição baseada no FreeBSD incorporada com um NAS (Armazenamento Ligado à Rede - Network-Attached Storage).<br/><b>Notas de Instalação:</b> O LiceCD cria um drive RAM para o FreeNAS, e usa um disquete formatado em FAR ou um pendrive USB para salvar os arquivos de configuração. A versão incorporada possibilita a instalação para o HD. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descrição:</b> Frugalware é uma distribuição de uso geral, baseada no Linux Slackware, direcionada a usuários avançados.<br/><b>Notas de Instalação:</b> A versão padrão permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO baixados previamente. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Descrição:</b> GeeXboX é uma Distribuição de Centro de Mídia Linux Integrado.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Site:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrição:</b> gNewSense é uma distribuição aprovada pela FSF baseada no Ubuntu com todos os componentes proprietários removidos.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descrição:</b> Gujin é um gerenciador de inicialização (boot) gráfico capaz de inicializar/gerenciar multiplos volumes e arquivos.<br/><b>Notas de Instalação:</b> Gujin simplesmente inicializa e executa, não é necessário instalá-lo para ser usado. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descrição:</b> Kaspersky Rescue Disk detecta e remove malware de uma instalação Windows.<br/><b>Notas de Instalação:</b> A versão Live permite execução em modo Live, do qual scans por malware podem ser iniciados. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Site:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Descrição:</b> Kubuntu é uma distribuição oficial derivada do Ubuntu utilizando o KDE como gerenciador gráfico.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão NetInstall permite instalação através do FTP, e pode instalar tanto o Kubuntu quanto outras distribuições oficiais do Ubuntu. Caso prefira utilizar uma ISO de instalação da versão alternate (não desktop), use a opção HdMedia, e coloque a iso da versão alternate no diretório raiz de seu disco rigido ou disco USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Página Inicial:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Descrição:</ b> LinuxConsole é uma distro para desktop para jogos, fácil de instalar, fácil de usar e rápido para inicializar.<br/><b>Notas de Instalação:</b>O 1.0.2010 é o mais recente 1.0, agora disponível em versão "rolling release" (executar "liveuptate" para atualizar os módulos e kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descrição:</b> Linux Mint é uma distribuição Linux fácil de usar, baseada no Ubuntu, e inclui software e codecs proprietários em sua instalação normal.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Página Inicial:</ b> <a href="http://www.lubuntu.net/"> http://www.lubuntu.net </a><br/><b> Descrição:</b> Lubuntu é um derivado oficial do Ubuntu com o ambiente de trabalho LXDE<br/><b>Notas de Instalação:</b>a versão Live permite inicializar em modo Live, a partir do qual o instalador pode, opcionalmente, ser lançado. A versão NetInstall permite a instalação por FTP, e pode instalar o Kubuntu e outros derivados oficiais do Ubuntu. Se você gostaria de usar uma de iso de instalação pré-baixados alternativo (sem ambiente de trabalho), use a opção HdMedia, e em seguida, coloque o suplente de instalação iso no diretório raiz do seu disco rígido ou drive USB <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descrição:</b> Mandriva é uma distribuição amigável, conhecida anteriormente como Mandrake Linux.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). A versão NetInstall permite instalar via de internet usando FTP ou usando arquivos baixados <a href="http://www.mandriva.com/en/download"> "Gratuitos" ISO imagens</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descrição:</b> MEPIS é uma distribuição baseada em Debian. SimplyMEPIS é uma versão amigavel baseada no KDE, enquanto AntiX é uma versão mais leve para computadores velhos.<br/><b>Notas de instalação:</b> MEPIS suporta a execução em modo live, do qual o instalador pode ser opcionalmente lançado. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Descrição:</b> NetbootCD é um pequeno CD de inicialização que baixa e inicializa instaladores baseados em rede para outras distribuições.<br/><b>Notas de Instalação:</b> NetbootCD inicializa e roda em modo Live. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrição:</b> NimbleX é uma pequena e versátil distribuição baseada no Slackware. É construída com os scripts linux-live, e usa o desktop KDE. Pode ser inicializada do CD ou de uma memória flash (pendrives USB e MP3 players), e facilmente ser customizada e extendida.<br/><b>Notas de Instalação:</b> NimbleX inicializa em modo live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Descrição:</b> O Editor Offline de Senha e Registro NT pode reiniciar senhas do Windows e editar o registro em Windows 2000-Vista.<br/><b>Notas de Instalação:</b> NTPasswd é inicializado e rodado em modo Live; nenhuma instalação é necessária para utilizá-lo. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descrição:</b> openSUSE é uma distribuição Linux de uso amigável, patrocinado pela Novell.<br/><b>Notas de Instalação:</b> A versão normal permite ambos, instalação direto da internet usando FTP ou instalação off-line usando arquivos ISO descarregados previamente. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descrição:</b> Ophcrack pode crackear senhas do Windows. <br/><b>Notas de instalação:</b> Ophcrack é iniciado e executado em modo live; nenhuma instalação é necessária para usa-lo. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descrição:</b> Parted Magic inclui o GParted editor de partição e outros utilitários de sistema que podem redimensionar, copiar, fazer backuo, e manipulas as partições do disco.<br/><b>Notas de instalação:</b> Parted Magic é iniciado e executado em modo live; nenhuma instalação é necessária para usa-lo. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descrição:</b> Puppy Linux é uma distribuição leve projetada para computadores mais velhos.<br/><b>Notas de instalação:</b> A versão Live carrega todo o sistema na RAM e inicia da memória, então a instalação não é necessária e sim opcional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Site:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descrição:</b> Sabayon Linux é uma distribuição em Live-DVD baseadao no Gentoo que apresenta o gerenciador de pacotes binários Entropy em adição ao gerenciador baseado em fontes Portage.<br/><b>Notas de instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão LiteMCE possui 2 GB, enquanto a versão completa necessita de uma unidade USB de 8 GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Página Inicial:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Descrição:</b> Salix é uma distribuição GNU/Linux baseada no Slackware (totalmente compatível), que é simples, rápida e fácil de usar. <br/>Como um bonsai, Salix é leve, pequeno & é um produto de infinito cuidado.<br/><b>Notas de Instalação:</b>a versão "Live" permite inicializar em modo "Live", a partir do qual o instalador pode, opcionalmente, ser executado <br/>senha de root padrão é <b>live</b> <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descrição:</b> Slax é uma distruibuição baseada no Slackware utilizando KDE. <br/><b>Notas de instalação:</b> A versão Live permite iniciar em modo Live, do qual o instalador opcionalmente pode ser executado. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrição:</b> SliTaz é uma distribuição superleve, orientada para desktop.<br/><b>Notas de Instalação:</b> A versão Live carrega o sistema inteiro na RAM e inicializa a partir da memória, assim, uma instalacão não é obrigatória e sim optativa. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descrição:</b> Smart Boot Manager é um carregador de inicialização (boot) que permite superar alguns casos de limitações ou problemas em BIOS.<br/><b>Notas de Instalação:</b> SBM inicializa e auto-executa; não é necessário instalar o programa para se usar. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descrição:</b> Super Grub Disk é um carregador de inicializacão (boot) específico para promover trabalhos de recuperação em bootloader e no MBR.<br/><b>Notas de Instalação:</b> SGD inicializa e auto-executa; não é necessário instalar o programa para se usar. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Site:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descrição:</b> O Super OS é um derivado não oficial do Ubuntu que inclui programas adicionais por padrão. Requer um drive USB de 2GB USB para instalação.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Site:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descrição:</b> Ubuntu é uma distribuição baseada no Debian de uso amigável. Atualmente, é a distribuição linux desktop mais popular.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão NetInstall permite instalação através do FTP, e pode instalar tanto o Kubuntu quanto outras distribuições oficiais do Ubuntu. Caso prefira utilizar uma ISO de instalação da versão alternate (não desktop), use a opção HdMedia, e coloque a iso da versão alternate no diretório raiz de seu disco rigido ou disco USB <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Site:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrição:</b> xPUD é uma distribuição leve utilizando uma interface simples no estilo quiosque com um navegador de internet e um tocador de mídia.<br/><b>Install Notes:</b> A versão Live carrega todo o sistema e inicializa a partir da memória RAM. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Site:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu é uma distribuição oficial derivada do Ubuntu utilizando o XFCE como gerenciador gráfico.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, de modo que o instalador possa opcionalmente ser inicializado. A versão NetInstall permite instalação através do FTP, e pode instalar tanto o Kubuntu quanto outras distribuições oficiais do Ubuntu. Caso prefira utilizar uma ISO de instalação da versão alternate (não desktop), use a opção HdMedia, e coloque a iso da versão alternate no diretório raiz de seu disco rigido ou disco USB <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Descrição:</b> Zenwalk é uma distribuição baseada no Slackware e usa o desktop XFCE.<br/><b>Notas de Instalação:</b> A versão Live permite inicializar em modo Live, a partir do qual, o instalador pode, opcionalmente, ser lançado(executado). <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descrição:</b> EeePCLinuxOS é uma distribuição amigável, específica para o EeePC, e é baseada no PCLinuxOS.<br/><b>Notas de Instalação:</b> Certifique-se de que a mídia está formatada e limpa antes de proceder a instalacão. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descrição:</b> Ubuntu Eee não é somente uma versão otimizada do Ubuntu para Asus Eee PC. É um sistema operacional que usa a interface 'Netbook Remix'. O qual oferece os melhores programas disponiveis em vez de alternativas open source (ex. Skype em vez de Ekiga).<br/><b>Notas de instalação:</b> Certifique-se de que a mídia que será instalada está formatada e vazia, antes de proceder a instalação. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descrição:</b> Elive é uma distribuição baseada no Debian usando o gerenciador de janelas Enlightenment.<br/><b>Notas de Instalação:</b> A versão Live permite o boot no modo live, de onde o instalador pode ser executado opcionalmente. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descrição:</b> Kiwi Linux é derivado do Ubuntu primeiramente feito para Romenos, Húngaros e usuários que falam inglês.<br/><b>Notas de Instalação:</b> Certifique-se de que a mídia que será instalada está formatada e vazia, antes de proceder a instalação. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descrição:</b> gNewSense é uma distribuição GNU/Linux de alta qualidade que extende e melhora Ubuntu para criar um completo sistema operacional livre, sem qualquer arquivo binário ou árvore de pacotes que possuam softwares privados.<br/><b>Notas de instalação:</b> Certifique-se de que a mídia que será instalada está formatada e vazia, antes de proceder a instalação. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descrição:</b> NimbleX é uma pequena e versátil distribuição baseada no Slackware. É construída com os scripts linux-live, e usa o desktop KDE. Pode ser inicializada do CD ou de uma memória flash (pendrives USB e MP3 players), e facilmente ser customizada e extendida.<br/><b>Notas de Instalação:</b> NimbleX inicializa em modo live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descrição:</b> SliTaz é uma distribuição superleve, orientada para desktop.<br/><b>Notas de Instalação:</b> A versão Live carrega o sistema inteiro na RAM e inicializa a partir da memória, assim, uma instalacão não é obrigatória e sim optativa. Este instalador é baseado no <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Site:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descrição:</b> xPUD é uma distribuição leve utilizando uma interface simples no estilo quiosque com um navegador de internet e um tocador de mídia.<br/><b>Notas de Instalação:</b> A versão Live carrega todo o sistema e inicializa a partir da memória RAM. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Selecione a distribuição desejada da lista &Distribution &Distribuição Specify a disk image file to load Especificar uma imagem de disco para carregar Disk&image &Imagem de disco Manually specify a kernel and initrd to load Especificar o kernel e o initrd para carregar &Custom &Personalizar Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Espaço de reserva para os arquivos do usuário que são preservados entre as reinicializações. Funciona somente para LiveUSBs para o Ubuntu e derivados. Se o valor excede a capacidade do disco, o espaço máximo disponível será usado. Space used to preserve files across reboots (Ubuntu only): Espaço usado para preservar os arquivos nas reinicializações (Ubuntu apenas): MB MB OK OK Return Enter Cancel Cancelar Esc Esc Reboot Now Reiniciar Agora Exit Sair 1. Downloading Files 1. Baixando Arquivos 2. Extracting and Copying Files 2. Extraindo e Copiando arquivos 3. Installing Bootloader 3. Instalando o Bootloader 4. Installation Complete, Reboot 4. Instalação Completada, Reiniciar Select the target drive to install to Selecione o disco no qual será instalado Dri&ve: Un&idade Select the installation target type Selecione o tipo de instalação desejado &Type: &Tipo: Select the distribution version Selecione a versão da distribuição Select disk image file Selecione o arquivo de imagem ... ... Select the disk image type Selecione o tipo de imagem Specify a floppy/hard disk image, or CD image (ISO) file to load Especificar uma imagem de disquete/disco rígido, ou CD (ISO) para carregar Specify a kernel file to load Especificar um arquivo kernel para carregar Select kernel file Selecione o arquivo de kernel Specify an initrd file to load Especificar um arquivo initrd para carregar Select initrd file Selecione o arquivo (de) initrd Select syslinux.cfg or isolinux.cfg file Selecione o arquivo syslinux.cfg ou isolinux.cfg Specify parameters and options to pass to the kernel Especificar parâmetros e opções para kernel &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opções: uninstaller Uninstallation Complete Desinstalação Completada %1 has been uninstalled. %1 foi desinstalado. Must run as root Deve ser executado como root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 deve ser executado como root. Feche-o, e re-execute usando:<br/><b>sudo %1</b><br/>ou:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Desinstalador %1 is currently installed. Remove the existing version? %1 atualmente está instalado. Remover a versão existente? unetbootin_ro.ts0000664000175000017500000025750312154035431012766 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2011-02-11 12:53+0000 Last-Translator: Florin Cătălin RUSSEN <cfrussen@yahoo.co.uk> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight De la stînga la dreapta unetbootin Hard Disk Disc dur USB Drive Unitate USB ISO ISO Floppy Dischetă either oricare din LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File Deschide fișierul imagine de disc All Files Toate fișierele All Files (*) Toate fișierele (*) Open Kernel File Deschide fișierul nucleului Open Initrd File Deschide fișierul initrd Open Bootloader Config File Deschide fișierul de configurare al încărcătorului de sistem Insert a USB flash drive Introduceți o unitate flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nu s-a găsit nici o unitate flash USB. Dacă ați conectat deja o unitate USB, încercați s-o reformatați ca FAT32. %1 not mounted %1 nu este montat You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Trebuie să montați mai întîi unitatea USB %1 într-un un punct de montare. Majoritatea distribuțiilor fac asta în mod automat după ce scoateți și reintroduceți unitatea USB. Select a distro Selectați o distribuție You must select a distribution to load. Trebuie să selectați o distribuție pentru a fi încărcată. Select a disk image file Selectați un fișier imagine de disc You must select a disk image file to load. Trebuie să selectați un fișier imagine de disc pentru a fi încărcat. Select a kernel and/or initrd file Selectați un fișier de nucleu și/sau initrd You must select a kernel and/or initrd file to load. Trebuie să selectați un fișier de nucleu și/sau initrd pentru a fi încărcat. Diskimage file not found Fișierul imagine de disc nu a fost găsit The specified diskimage file %1 does not exist. Fișierul imagine de disc specificat %1 nu există. Kernel file not found Fișierul nucleului nu a fost găsit The specified kernel file %1 does not exist. Fișierul kernel specificat %1 nu există. Initrd file not found Fișierul initrd nu a fost găsit The specified initrd file %1 does not exist. Fișierul initrd specificat %1 nu există. %1 exists, overwrite? %1 există deja, suprascrieți? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fișierul %1 există deja. Apăsați „Da pentru toate” pentru a suprascrie și a nu fi întrebat din nou, „Da” pentru a suprascrie fișierele fiecare pe rînd și „Nu” pentru a păstra versiunea existentă a fișierelor. Dacă aveți un dubiu, apăsați „Da pentru toate”. %1 is out of space, abort installation? %1 nu mai are spațiu liber, anulați instalarea? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Directorul %1 nu mai are spațiu liber. Apăsați „Da” pentru a anula instalarea, „Nu” pentru a ignora această eroare și a încerca continuarea instalării și „Nu pentru toate” pentru a ignora toate erorile privind lipsa de spațiului de pe disc. Locating kernel file in %1 Se caută fișierul nucleului în %1 Copying kernel file from %1 Se copiază fișierul nucleului din %1 Locating initrd file in %1 Se caută fișierul initrd în %1 Copying initrd file from %1 Se copiază fișierul initrd din %1 Extracting bootloader configuration Se extrage configurația încărcătorului de sistem <b>Extracting compressed iso:</b> %1 <b>Se extrage fișierul ISO comprimat:</b> %1 Copying file, please wait... Se copiază fișierul, așteptați vă rog... <b>Source:</b> <a href="%1">%1</a> <b>Sursa:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Destinație:</b> %1 <b>Copied:</b> 0 bytes <b>Copiați:</b> 0 octeți Extracting files, please wait... Se extrag fișierele, asteptați vă rog ... <b>Archive:</b> %1 <b>Arhiva:</b> %1 <b>Source:</b> <b>Sursa:</b> <b>Destination:</b> <b>Destinație:</b> <b>Extracted:</b> 0 of %1 files <b>Extrase:</b> 0 din %1 fișiere <b>Source:</b> %1 (%2) <b>Sursa:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Destinație:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extrase:</b> %1 din %2 fișiere Downloading files, please wait... Se descarcă fișierele, așteptați vă rog... <b>Downloaded:</b> 0 bytes <b>Descărcate:</b> 0 octeți Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Descărcate:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Copiați:</b> %1 din %2 Searching in <a href="%1">%1</a> Se caută în <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 potriviri în <a href="%3">%3</a> %1 not found %1 nu a fost găsit %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nu a fost găsit. Acesta este necesar pentru modul de instalare %2. Instalați pachetul „%3” sau pachetul echivalent din distribuția voastră. (Current) (Curent) (Done) (Gata) Configuring grub2 on %1 Se configurează grub2 pe %1 Configuring grldr on %1 Se configurează grldr pe %1 Configuring grub on %1 Se configurează grub pe %1 Installing syslinux to %1 Se instalează syslinux pe %1 Installing extlinux to %1 Se instalează extlinux pe %1 Syncing filesystems Se sincronizează sistemele de fișiere Setting up persistence After rebooting, select the După repornire, selectați After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? După repornire, selectați opțiunea de pornire de pe USB din meniul de pornire din BIOS.%1 Reporniți acum? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* Înainte de a reporni, puneți un fișier ISO Ubuntu alternate (nu „desktop”) în dosarul rădăcină al unității de disc sau USB. Acest fișier poate fi obținut de la cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* După repornirea sistemului, ignorați orice mesaj de eroare și selectați înapoi dacă vi se cere introducerea unui CD, apoi mergeți la meniul principal, selectați opțiunea „Pornire instalare”, alegeți „Rețea” drept sursă, apoi „HTTP” drept protocol, introduceți „mirrors.kernel.org” cînd vi se va cere serverul, iar apoi „/centos/%1/os/%2” cînd vi se va cere dosarul. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* Înainte de a reporni, puneți un fișier ISO Debian în dosarul rădăcină al unității de disc sau USB. Acest fișier poate fi obținut de la cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* După repornire, ignorați orice mesaj de eroare și selectați înapoi dacă vi se cere introducerea unui CD, apoi mergeți la meniul principal, selectați opțiunea „Pornire instalare”, alegeți „Rețea” drept sursă, apoi „HTTP” drept protocol, introduceți „download.fedora.redhat.com” cînd vi se va cere serverul, iar apoi „/pub/fedora/linux/development/%1/os” cînd vi se va cere dosarul. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* După repornire, ignorați orice mesaj de eroare și selectați înapoi dacă vi se cere introducerea unui CD, apoi mergeți la meniul principal, selectați opțiunea „Pornire instalare”, alegeți „Rețea” drept sursă, apoi „HTTP” drept protocol, introduceți „download.fedora.redhat.com” cînd vi se va cere serverul, iar apoi „/pub/fedora/linux/releases/%1/Fedora/%2/os” cînd vi se va cere dosarul. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* După repornire, ignorați orice mesaj de eroare și selectați înapoi dacă vi se cere introducerea unui CD, apoi mergeți la meniul principal, selectați opțiunea „Pornire instalare”, alegeți „Rețea” drept sursă, apoi „HTTP” drept protocol, introduceți „download.opensuse.org” cînd vi se va cere serverul, iar apoi „/factory/repo/oss” cînd vi se va cere dosarul. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *IMPORTANT* După repornire, ignorați orice mesaj de eroare și selectați înapoi dacă vi se cere introducerea unui CD, apoi mergeți la meniul principal, selectați opțiunea „Pornire instalare”, alegeți „Rețea” drept sursă, apoi „HTTP” drept protocol, introduceți „download.opensuse.org” cînd vi se va cere serverul, iar apoi „/distribution/%1/repo/oss” cînd vi se va cere dosarul. == Select Distribution == == Selectați distribuția == == Select Version == == Selectați versiunea == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Bun venit la <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, programul de instalare universal prin Internet. Utilizare:<ol><li>Selectați o distribuție și versiunea pentru a o descărca din lista de mai mai sus, sau specificați manual dedesubt fișierele care să fie încărcate.</li><li>Selectați un tip de instalare și apăsați OK pentru a începe instalarea.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Pagina de Internet:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Descriere:</b> Arch Linux este o distribuție lejeră, optimizată pentru viteză și flexibilitate.<br/><b>Note de instalare:</b> Versiunea implicită permite instalarea prin Internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Descriere:</b> BackTrack este o distribuție orientată pe analizarea rețelei și teste de intruziune.<br/><b>Note de instalare:</b> BackTrack se pornește și rulează direct; nu este necesară instalarea pentru a fi utilizată. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Descriere:</b> CentOS este o clonă gratuită de Red Hat Enterprise Linux.<br/><b>Note de instalare:</b> Distribuția standard permite instalarea prin Internet (FTP), sau cea locală prin utilizarea fișierelor ISO descărcate. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Descriere:</b> CloneZilla este o distribuție utilizată pentru realizarea copiilor și imaginilor de siguranță.<br/><b>Note de instalare:</b> CloneZilla pornește și rulează direct, nefiind necesară instalarea pentru a fi utilizată. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pagina de Internet:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Descriere:</b> Damn Small Linux este o distribuție minimalistă, proiectată pentru calculatoarele mai vechi.<br/><b>Note de instalare:</b> Versiunea Live este încărcată integral în RAM și pornește din memorie, instalarea nefiind necesară ci opțională. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Descriere:</b> Debian este o distribuție Linux dezvoltată de comunitate ce suportă o mare varietate de arhitecturi și oferă un depozit de pachete imens.<br/><b>Note de instalare:</b> Versiunea NetInstall permite instalarea prin FTP. Dacă doriți să utilizați o imagine ISO descărcată în prealabil, utilizați opțiunea HdMedia și apoi plasați fișierul ISO în directorul rădăcină al unității de disc sau USB. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Descriere:</b> Dreamlinux este o distribuție prietenoasă cu utilizatorul bazată pe Debian. <br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live, de unde se poate lansa instalatorul în mod opțional. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pagina de Internet:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Descriere:</b> Dr.Web AntiVirus este o trusă de prim ajutor pentru a restaura un sistem infestat de viruși sau de programe malițioase. <br/><b>Note de instalare:</b> Versiunea Live permite pornirea în mod Live, de unde se pot lansa scanări pentru detectarea programelor malițioase. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Descriere:</b> Elive este o distribuție bazată pe Debian cu Enlightenment ca gestionar de ferestre.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în mod Live, de unde se poate lansa instalatorul în mod opțional. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora este o distribuție comunitară sponsorizată de Red Hat, care prezintă cele mai noi și mai inovatoare programe gratuite/cu sursă deschisă.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live, de unde se poate lansa instalatorul în mod opțional. Versiunea NetInstall permite atît instalarea prin Internet (FTP), cît și prin intermediul fișierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Descriere:</b> FreeBSD este un sistem de operare de tip Unix pentru uz general, proiectat pentru scalabilitate și performanță.<br/><b>Note de instalare:</b> Versiunea standard permite atît instalarea prin Internet (FTP), cît și prin intermediul fișierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Pagina de Internet:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Descriere:</b> FreeDOS este un sistem de operare gratuit, compatibil cu MS-DOS.<br/><b>Note de instalare: </b>Consultați <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manualul </a> pentru detalii referitoare la instalare. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Pagina de Internet:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS este o distribuție încorporată cu sursă deschisă de NAS (Network-Attached Storage) bazată pe FreeBSD.<br/><b>Note de instalare:</b> Versiunea LiveCD creează un disc RAM pentru FreeNAS și utilizează o dischetă formatată cu FAT sau cheie USB pentru salvarea fișierelor de configurație. Versiunea încorporată permite instalarea pe discul dur. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Descriere:</b> Frugalware este o distribuție cu caracter general bazată pe Slackware și destinată utilizatorilor avansați.<br/><b>Note de instalare:</b> Opțiunea implicită permite atît instalarea prin Internet (FTP), cît și prin intermediul fișierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b> Descriere: </b> gNewSense este o distribuție aprobată de FSF, bazată pe Ubuntu, ce conține numai componente gratuite.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live de unde se poate lansa instalatorul în mod opțional. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Pagina da Internet:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Descriere:</b> Gujin este un gestionar grafic de pornire și care poate lansa diverse volume și fișiere.<br/><b>Note de instalare:</b> Gujin pornește și funcționează pur și simplu. Nu trebuie instalat pentru a-l folosi. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Pagina de Internet:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Descriere:</b> Kaspersky Rescue Disk detectează și înlătură programele malițioase de pe partiția Windows.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live de unde pot fi lansate scanări împotriva programelor malițioase. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu este o versiune oficială de Ubuntu cu KDE ca mediu grafic.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live de unde se poate lansa instalatorul în mod opțional. Versiunea NetInstall permite instalarea prin Internet (FTP) și poate instala atît Kubuntu cît și celelalte derivate Ubuntu.Dacă doriți să utilizați o versiune ISO alternate (nu „desktop”) de instalare descărcată în prealabil, utilizați opțiunea HdMedia și apoi plasați fișierul ISO de instalare în directorul rădăcină al unității voastre de disc sau USB. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Descriere:</b> Linux Mint este o distribuție prietenoasă bazată pe Debian și include în mod implicit codecuri suplimentare supuse dreptului de autor, precum și alte programe.<br/><b>Note de instalare:</b> Versiunea Live permite pornirea în modul Live din care se poate lansa instalatorul în mod opțional. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Pagina de Internet:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Descriere:</b> Mandriva este o distribuție prietenoasă, numită în trecut Mandrake Linux.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea distribuției, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opțional. Versiunea NetInstall permite instalarea prin Internet (FTP), sau prin intermediul <a href="http://www.mandriva.com/en/download">fișierelor ISO de instalare</a> descărcate în prealabil. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Descriere:</b> MEPIS este o distribuție bazată pe Debian. SimplyMEPIS este o versiune prietenoasă pe bază de KDE, în timp ce AntiX este o versiune lejeră destinată calculatoarelor mai vechi.<br/><b>Note de instalare:</b> MEPIS suportă pornirea în modul Live, de unde se poate lansa instalarea, în mod opțional. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Pagina de Internet:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descriere:</b> NimbleX este o distribuție mică și versatilă, bazată pe Slackware. Este construită prin utilizarea scripturilor linux-live și care propune KDE ca mediu de birou. Poate fi lansată de pe CD sau memorie flash (cheie USB sau lector MP3) și poate fi extinsă și personalizată ușor.<br/><b>Note de instalare:</b> NimbleX pornește în modul Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Pagina de Internet:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Descriere:</b> openSUSE este o distribuție prietenoasă sponsorizată de către Novell.<br/><b>Note de Instalare:</b> Versiunea standard permite atît instalarea prin Internet (FTP), cît și prin intermediul fișierelor ISO de instalare descărcate în prealabil. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Descriere:</b> Ophcrack poate sparge parolele unei instalări Windows.<br/><b>Note de instalare:</b> Ophcrack pornește și rulează în modul Live; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Descriere:</b> Parted Magic include gestionarul de partiționare GParted și alte utilitare sistem care pot redimensiona, copia, crea copii de siguranță și manipula partițiile de pe disc.<br/><b>Note de instalare:</b> Parted Magic pornește și în modul Live; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pagina de Internet:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Descriere:</b> Puppy Linux este o distribuție lejeră proiectată pentru calculatoare mai vechi.<br/><b>Note de instalare:</b> Versiunea Live încarcă tot sistemul în memoria RAM și pornește din memorie, astfel încît instalarea nu este necesară ci opțională. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Pagina de Internet:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Descriere:</b> Sabayon Linux este o distribuție de tip Live DVD bazată pe Gentoo și care conține gestionarul de pachete Entropy precum și Portage, gestionarul de pachete bazat pe surse .<br/><b>Note de Instalare:</b> Versiunea Live permite pornirea în modul Live, de unde se poate lansa instalarea, în mod opțional. Versiunea LiteMCE are 2 Go, iar ediția completă necesită un disc USB de 8 Go. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Descriere:</b> Slax este o distribuție bazată pe Slackware și propune KDE ca interfață grafică.<br/><b>Note de instalare:</b> Verisunea Live permite pornirea în modul Live, de unde se poate lansa instalarea, în mod opțional. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Pagina de Internet:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descriere:</b> SliTaz este o micro-distribuție, lejeră, orientată pentru stație de lucru.<br/><b>Note de instalare:</b> Versiunea Live se încarcă în totalitate în memoria RAM și pornește din memorie, astfel încît instalarea nu este necesară ci doar opțională. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Pagina de Internet:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Descriere:</b> Smart Boot Manager este un încărcător de sistem care poate depăși unele limitări sau erori din BIOS legate de pornire.<br/><b>Note de instalare:</b> SBM pornește și rulează pur și simplu; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Pagină de Internet:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Descriere:</b> Super Grub Disk este un încărcător de sistem care poate efectua o varietate de operații de recuperare de MBR sau de încărcător de sistem.<br/><b>Note de instalare:</b> SGD pornește și funcționează pur și simplu; nu necesită instalare pentru a fi utilizat. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Descriere:</b> Super OS este o derivată neoficială de Ubuntu care include aplicații suplimentare în mod implicit. Necesită un disc USB de 2 Go pentru instalare.<br/><b>Note de instalare:</b> TVersiunea Live permite utilizarea distribuției, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opțional. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Descriere:</b> Ubuntu este o distribuție ușor de utilizat bazată pe Debian. În momentul de față este cea mai populară distribuție Linux.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea în mod direct, de unde se poate lansa instalatorul dacă se dorește. Versiunea NetInstall permite instalarea prin FTP, se poate instala Ubuntu cît și alte derivate oficiale. Dacă doriți să utilizați o imagine ISO alternate de instalare (nu „desktop”) descărcată în prealabil, utilizați opțiunea HdMedia și plasați imaginea ISO alternate de instalare în directorul rădăcină al unității de disc sau USB. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Pagina de Internet:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descriere:</b> xPUD este o distribuție lejeră care conține o interfață simplă de tip kiosk, cu un navigator de Internet și lector multimedia.<br/><b>Note de instalare:</b> Versiunea Live încarcă tot sistemul în memoria RAM și pornește din memorie. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Pagina de Internet:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Descriere:</b> Xubuntu este o derivată Ubuntu oficială cu XFCE ca mediu grafic.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea în mod direct, de unde se poate lansa instalatorul dacă se dorește. Versiunea NetInstall permite instalarea prin FTP, se poate instala Xubuntu cît și alte derivate Ubuntu oficiale. Dacă doriți să utilizați o imagine ISO alternate de instalare (nu „desktop”) descărcată în prealabil, utilizați opțiunea HdMedia și plasați imaginea ISO alternate de instalare în directorul rădăcină al unității de disc sau USB. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Pagina de Internet:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk este o distribuție bazată pe Slackware și care conține gestionarul de ferestre XFCE.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea distribuției, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opțional. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Descriere:</b>EeePCLinuxOS este o distribuție ușor de utilizat pentru EeePC bazată pe PCLinuxOS.<br/><b>Note de instalare:</b> Asigurați-vă că suportul pentru instalare este gol și formatat înainte de a porni procesul de instalare. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Pagina de Internet:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Descriere:</b>Ubuntu Eee nu este doar Ubuntu optimizat pentru Asus Eee PC. Este un sistem de operare, ce propune interfața Netbook Remix, împreună cu cele mai bune programe disponibile în locul alternativelor cu sursă deschisă (ex: Skype în loc de Ekiga).<br/><b>Not de instalare:</b> Asigurați-vă că suportul pentru instalare este gol și formatat înainte de a porni procesul de instalare. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive este o distribuție bazată pe Debian ce propune Enlightenment ca gestionar de ferestre.<br/><b>Note de instalare:</b> Versiunea Live permite utilizarea distribuției, fără instalare, direct de pe mediul de pornire. Instalarea poate fi lansată ulterior, în mod opțional. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Descriere:</b> Kiwi Linux este o distribuție Ubuntu derivată destinată în principal utilizatorilor vorbitori de limba română, maghiară și engleză.<br/><b>Note de instalare:</b> Asigurați-vă că mediul de instalare e gol și formatat înainte de a continua cu instalarea. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Descriere:</b> gNewSense este o distribuție GNU/Linux de înaltă calitate care extinde și îmbunătățește Ubuntu pentru a crea un sistem de operare complet liber fără binare sau pachete ce conțin aplicații proprietare.<br/><b>Note de instalare:</b> Asigurați-vă că suportul pentru instalare este gol și formatat înainte de a porni procesul de instalare. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Descriere:</b> NimbleX este o distribuție mică și versatilă bazată pe Slackware. Este construită utilizînd scripturile linux-live și propune KDE ca interfață grafică. Poate fi pornită de pe CD sau memorie flash (cheie USB sau lector MP3) și poate fi extinsă și personalizată ușor.<br/><b>Note de instalare:</b> NimbleX pornește în modul Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Descriere:</b> SliTaz este o micro-distribuție, lejeră, destinată stațiilor de lucru.<br/><b>Note de instalare:</b> Versiunea Live încarcă întregul sistem în RAM și pornește din memorie, așa că instalarea nu este necesară ci opțională. Acest instalator este bazat pe<a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Pagina de Internet:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Descriere:</b> xPUD este o distribuție minimalistă, include un navigator Internet și un lector multimedia, cu o interfață simplă de tip kiosk.<br/><b>Note de instalare:</b> În cazul versiunii Live, sistemul este încărcat complet în RAM, pornește și rulează din memorie. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Selectați din lista distribuțiilor suportate &Distribution &Distribuție Specify a disk image file to load Specificați un fișier imagine de disc pentru a fi încărcat Disk&image &Imagine de disc Manually specify a kernel and initrd to load Specificați manual un kernel și initrd pentru a fi încărcat &Custom &Personalizat Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return Întoarcere Cancel Anulează Esc Esc Reboot Now Repornește acum Exit Ieșire 1. Downloading Files 1. Se descarcă fișierele 2. Extracting and Copying Files 2. Se extrag și se copiază fișierele 3. Installing Bootloader 3. Se instalează încărcătorul de sistem 4. Installation Complete, Reboot 4. Instalare terminată, repornire Select the target drive to install to Selectați discul destinație pentru instalare Dri&ve: Unitate: Select the installation target type Selectați tipul destinației pentru instalare &Type: &Tip: Select the distribution version Selectați versiunea distribuției Select disk image file Selectați fișierul imagine de disc ... ... Select the disk image type Selectați tipul imaginii de disc Specify a floppy/hard disk image, or CD image (ISO) file to load Specificați un fișier imagine de dischetă/disc dur, sau imagine de CD (ISO) pentru încărcare Specify a kernel file to load Specificați un fișier de nucleu pentru a fi încărcat Select kernel file Selectați fișierul nucleului Specify an initrd file to load Specificați un fișier initrd pentru a fi încărcat Select initrd file Selectați fișierul initrd Select syslinux.cfg or isolinux.cfg file Selectați fișierul syslinux.cfg sau isolinux.cfg Specify parameters and options to pass to the kernel Specificați parametrii și opțiunile pentru a fi transmise nucleului &Kernel: Nucleu: Init&rd: Init&rd: &Options: &Opțiuni: uninstaller Uninstallation Complete Dezinstalare încheiată %1 has been uninstalled. %1 a fost dezinstalat Must run as root Trebuie rulat ca root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 trebuie rulat ca root. Închideți și executați din nou fie utilizînd:<br/><b>sudo %1</b><br/>sau:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Dezinstalator %1 is currently installed. Remove the existing version? %1 este în prezent instalat. Dezinstalați versiunea instalată? unetbootin_ru.ts0000664000175000017500000031660012154035431012766 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-10-18 16:17+0000 Last-Translator: Shelkovnikov Nikita <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Слева направо unetbootin Hard Disk Жёсткий диск USB Drive USB-накопитель ISO ISO образ Floppy Дискета either любой LiveUSB persistence Сохранение LiveUSB FAT32-formatted USB drive USB-накопитель c файловой системой FAT32 EXT2-formatted USB drive USB-накопитель c файловой системой EXT2 Open Disk Image File Открыть файл образа диска All Files Все файлы All Files (*) Все файлы (*) Open Kernel File Открыть файл ядра Open Initrd File Открыть Initrd файл Open Bootloader Config File Открыть файл конфигурации загрузчика Insert a USB flash drive Подключите USB-накопитель No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Не найдено USB-накопителей. Если устройство подключено, попробуйте переформатировать его в FAT32. %1 not mounted %1 не смонтирован You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Необходимо сначала примонтировать USB-накопитель %1 к точке монтирования. Большинство дистрибутивов делают это автоматически после переподключения USB-накопителя. Select a distro Выберите дистрибутив You must select a distribution to load. Вы должны выбрать дистрибутив для загрузки Select a disk image file Выберите файл образа диска You must select a disk image file to load. Вы должны выбрать файл образа диска для загрузки. Select a kernel and/or initrd file Выберите ядро и/или файл initrd You must select a kernel and/or initrd file to load. Необходимо выбрать ядро и/или initrd файл для загрузки. Diskimage file not found Файл образа диска не найден The specified diskimage file %1 does not exist. Заданный файл образа диска %1 не существует. Kernel file not found Файл ядра не найден The specified kernel file %1 does not exist. Заданный файл ядра %1 не существует. Initrd file not found Файл initrd не найден The specified initrd file %1 does not exist. Заданный файл initrd %1 не существует. %1 exists, overwrite? %1 существует, переписать? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Файл %1 уже существует. Нажмите 'Да для всех', чтобы переписать его и не спрашивать больше, 'Да', чтобы выборочно переписать файлы и 'Нет' оставить существующую версию. Если сомневаетесь, нажмите 'Да для всех'. %1 is out of space, abort installation? % не хватает свободного места, отменить установку? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. В каталоге %1 нет места. Нажмите 'Да' для прекращения установки, 'Нет' для игнорирования этой ошибки и попытаться продолжить установку или 'Нет для всех' для игнорирования всех ошибок о нехватке места. Locating kernel file in %1 Размещение файла ядра в %1 Copying kernel file from %1 Копирование ядра из %1 Locating initrd file in %1 Размещение файла initrd в %1 Copying initrd file from %1 Копирование файла initrd из %1 Extracting bootloader configuration Извлечение конфигурации загрузчика <b>Extracting compressed iso:</b> %1 <b>Распаковываю сжатый iso-образ:</b> %1 Copying file, please wait... Копирование файла. Пожалуйста, подождите... <b>Source:</b> <a href="%1">%1</a> <b>Источник:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Назначение:</b> %1 <b>Copied:</b> 0 bytes <b>Скопировано:</b> 0 байт Extracting files, please wait... Распаковка файлов, пожалуйста, подождите... <b>Archive:</b> %1 <b>Архив:</b> %1 <b>Source:</b> <b>Источник:</b> <b>Destination:</b> <b>Назначение:</b> <b>Extracted:</b> 0 of %1 files <b>Распаковано:</b> 0 of %1 файлов <b>Source:</b> %1 (%2) <b>Источник:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Назначение:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Распаковано:</b> %1 of %2 файлов Downloading files, please wait... Закачка файлов, пожалуйста, подождите... <b>Downloaded:</b> 0 bytes <b>Загружено:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Загрузка %1 %2 от %3 потерпела неудачу. Пожалуйста, попытайтесь загрузить ISO файл непосредственно с веб-сайта и выберите его через опцию выбора образа диска. <b>Downloaded:</b> %1 of %2 <b>Загружено:</b> %1 из %2 <b>Copied:</b> %1 of %2 <b>Скопировано:</b> %1 из %2 Searching in <a href="%1">%1</a> Поиск в <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 совпадает в <a href="%3">%3</a> %1 not found %1 не найден %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 не найден. Это необходимо для режима установки %2. Установите пакет "%3" или его эквивалент в используемом дистрибутиве. (Current) (Текущий) (Done) (Выполнено) Configuring grub2 on %1 Конфигурирование grub2 на %1 Configuring grldr on %1 Конфигурирование grldr на %1 Configuring grub on %1 Конфигурирование grub на %1 Installing syslinux to %1 Установка syslinux в %1 Installing extlinux to %1 Установка extlinux в %1 Syncing filesystems Синхронизую файловую систему Setting up persistence Настройка сохранения After rebooting, select the После перезагрузки выберите After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? После перезагрузки выберите в BIOS опцию загрузки с USB.%1 Перезагрузить прямо сейчас ? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Созданный USB-накопитель не будет загружаться в Mac. Вставьте его в ПК, и выберите режим загрузки с USB в меню BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com Внимание: до перезагрузки, поместите установочный файл Ubuntu Alternate (не Desktop) ISO в основную (главную) папку на жестком диске или USB диске. Файл можно получить по адресу cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *ВАЖНО* После перезагрузки проигнорируйте любые сообщения об ошибках и вернитесь обратно, если будет затребован CD-диск. В главном меню выберите пункт 'Start Installation', в качестве источника укажите 'Network' с протоколом 'HTTP'. На запрос имени сервера введите 'mirrors.kernel.org', а имени каталога - '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org Внимание: до перезагрузки, поместите установочный файл Debian Install ISO в основную (главную) папку на жёстком диске или USB диске. Файл можно получить по адресу cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *ВАЖНО* После перезагрузки проигнорируйте любые сообщения об ошибках и вернитесь обратно, если будет затребован CD-диск. В главном меню выберите пункт 'Start Installation', в качестве источника укажите 'Network' с протоколом 'HTTP'. На запрос имени сервера введите 'download.fedora.redhat.com', а имени каталога - '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *ВАЖНО* После перезагрузки проигнорируйте любые сообщения об ошибках и вернитесь обратно, если будет затребован CD-диск. В главном меню выберите пункт 'Start Installation', в качестве источника укажите 'Network' с протоколом 'HTTP'. На запрос имени сервера введите 'download.fedora.redhat.com', а имени каталога - '/pub/fedora/linux/releases/%1/Fedora/%2/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *ВАЖНО* После перезагрузки проигнорируйте любые сообщения об ошибках и вернитесь обратно, если будет затребован CD-диск. В главном меню выберите пункт 'Start Installation', в качестве источника укажите 'Network' с протоколом 'HTTP'. На запрос имени сервера введите 'download.opensuse.org', а имени каталога - '/factory/repo/oss'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *ВАЖНО* После перезагрузки проигнорируйте любые сообщения об ошибках и вернитесь обратно, если будет затребован CD-диск. В главном меню выберите пункт 'Start Installation', в качестве источника укажите 'Network' с протоколом 'HTTP'. На запрос имени сервера введите 'download.opensuse.org', а имени каталога - '/distribution/%1/repo/oss'. == Select Distribution == == Выберите дистрибутив == == Select Version == == Выберите версию == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Добро пожаловать в <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Использование: <ol><li>Выберите дистрибутив операционной системы и версию для загрузки из списка либо укажите файлы вручную ниже.</li><li>Выберите тип установки и нажмите OK для начала процесса.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Домашняя страница:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Описание:</b> Arch Linux - легковесный дистрибутив, оптимизированный для скорости и гибкости в настройке.<br/><b>Заметки по установке:</b> Версия по-умолчанию позволяет выполнить установку через Интернет (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Описание:</b> BackTrack является дистрибутивом, ориентированным на изучение сетей и тестирования их пропускной способности.<br/><b>Заметки по установке:</b> BackTrack загружается и работает в live-режиме; для его использование не требуется установки. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домашняя страница:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Описание:</b> CentOS является бесплатным аналогом Red Hat Enterprise Linux.<br/><b>Примечания к установке:</b> Версия по умолчанию позволяет производить установку как через Интернет (FTP), так и из предварительно загруженных образов ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Описание:</b> CloneZilla - это дистрибутив, который можно использовать для резервного копирования диска и работы с дисковыми образами.<br/><b>Примечания к установке:</b> CloneZilla загружается с установленного носителя и не требует установки на жёсткий диск для использования. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Домашняя страница:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Описание:</b> Damn Small Linux - минималистский дистрибутив, разработанный для очень старых компьютеров.<br/><b>Примечания к установке:</b>В версии Live система загружается в оперативную память и запускается оттуда, поэтому установка не требуется. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Домашняя страница:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Описание:</b> Debian является разрабатываемым сообществом дистрибутивом Linux, который поддерживает широкий круг архитектур и располагает большим количеством репозиториев пакетов программ.<br/><b>Заметки по установке:</b> Версия NetInstall предлагает установку через FTP. Если вы желаете использовать предварительно загруженный установочный образ диска, то используйте опцию HdMedia , и после поместите установочный образ диска в корневую директорию вашего жесткого диска или USB-накопителя. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Описание:</b> Dreamlinux - ориентированный на пользователя дистрибутив, основанный на Debian.<br/><b>Примечания к установке:</b> Live-версия позволяет загрузиться в режиме Live Mode, откуда можно запустить установку системы. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Домашняя страница:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Описание:</b> Dr.Web AntiVirus - это антивирусный пакет для восстановления системы, которая повреждена вредоносными программами.<br/><b>Примечания к установке:</b> Версия Live позволяет загрузиться в режиме Live и начать сканирование вредоносных программ. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Описание:</b> Elive это дистрибутив основанный на Debian включающий оконный менеджер Enlightenment.<br/><b>Примечания к установке:</b> Live версия позволяет загружаться в режиме Live, из которого может быть запущен установщик. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домашняя страница:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Описание:</b> Fedora - поддерживаемый сообществом Red Hat дистрибутив, демонстрирующий новейшее свободное программное обеспечение.<br/><b>Примечания к установке:</b> Live-версия позволяет загрузиться в режиме Live Mode, откуда можно запустить установку системы. Версия NetInstall предусматривает установку через Интернет (FTP) или из предварительно загруженных образов ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домашняя страница:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Описание:</b> FreeBSD - универсальная операционная система семейства Unix, ориентированная на масштабируемость и высокую производительность.<br/><b>Примечания к установке:</b> Версия по умолчанию позволяет производить установку как через Интернет (FTP), так и автономно, с предварительно загруженных образов ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Домашняя страница:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Описание:</b> FreeDOS - свободная, совместимая с MS-DOS операционная система.<br/><b>Примечания к установке:</b> Обратитесь к <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">руководству</a> для просмотра деталей по установке. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Домашняя страница:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Описание:</b> FreeNAS является открытым NAS (Network-Attached Storage) дистрибутивом для встроенных систем, основанный на FreeBSD.<br/><b>Заметки по установке:</b> Версия LiveCD создает диск RAM для FreeNAS и использует для сохранения конфигурационного файла форматированную в FAT дискету или USB-накопитель. Версия для встроенных систем допускает установку на жесткий диск. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домашняя страница:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Описание:</b> Frugalware - основанный на Slackware дистрибутив широкого применения для опытных пользователей.<br/><b>Примечания к установке:</b> Версия по умолчанию позволяет производить установку как через Интернет (FTP), так и автономно, с предварительно загруженных образов ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Домашняя страница:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Описание:</b> GeeXboX это основанный на Linux Медиа Центр.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Описание:</b> gNewSense это одобренный ФСПО (FSF) дистрибутив базирующийся на Ubuntu с полностью удаленными не свободными компонентами.<br/><b>Замечания по установке:</b> Версия Live учитывает загрузку в режиме Live, позволяя начать установку. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Описание:</b> Gujin является графическим диспетчером загрузки, с помощью которого можно производить начальную загрузку с различных дисков и файлов.<br/><b>Примечания к установке:</b> Установка Gujin не требуется, поскольку он предназначен только для запуска процесса загрузки. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Домашняя страница:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Описание:</b> Kaspersky Rescue Disk обнаруживает и удаляет вредоносные программы из вашей установленной Windows.<br/><b>Замечания по установке:</b> Версия Live учитывает загрузку в режиме Live, позволяя начать сканирование вредоносных программ. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Домашняя страница:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Описание:</bKubuntu - это дружественная к пользователю операционная система на базе Ubuntu и использующая KDE.<br/><b>Заметки по установке:</b> Версия NetInstall предлагает установку через FTP. Если вы желаете использовать предварительно загруженный установочный образ диска, то используйте опцию HdMedia , и после поместите установочный образ диска в корневую директорию вашего жесткого диска или USB-накопителя. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Домашняя страница:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Описание:</b> LinuxConsole это дистрибутив с рабочим столом для игр, лёгкий в установке и использовании, с быстрой загрузкой .<br/><b>Примечания по установке:</b> Версия 1.0.2010 является последним выпуском ветки 1.0, сейчас возможно обновление релиза (запустите liveupdate для обновления модулей и ядра). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Описание:</b> Linux Mint - удобный в использовании дистрибутив, основанный на Ubuntu. По умолчанию включает в себя дополнительные закрытые кодеки и другое программное обеспечение.<br/><b>Примечания к установке:</b> Live версия позволяет загрузиться в режиме Live Mode, откуда можно запустить установку системы. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Домашняя страница:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Описание:</b> Mandriva - ориентированный на пользователя дистрибутив, ранее известный как Mandrake Linux.<br/><b>Примечания к установке:</b> Live версия позволяет загрузиться в режиме Live Mode, откуда можно запустить установку системы. Версия NetInstall предусматривает установку через Интернет (FTP) или через предварительно загруженные <a href="http://www.mandriva.com/en/download">"Бесплатные" образы ISO</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Описание:</b> MEPIS это базирующийся на Debian дистрибутив. SimplyMEPIS это дружелюбная версия базирующаяся на KDE, тогда как AntiX это легковесная версия для старых компьютеров.<br/><b>Замечания по установке:</b> MEPIS поддерживает загрузку в режиме Live, позволяя начать установку. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Домашняя страница:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Описание:</b> NetbootCD это маленький загрузочный CD который скачивает и загружает сетевые установщики других дистрибутивов.<br/><b>Замечание к установке:</b> NetbootCD загружается и запускается как LiveCD. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Домашняя страница:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Описание:</b> NimbleX это небольшой, многофункциональный дистрибутив основанный на Slackware. Он построен с использованием linux-live скриптов, и включает рабочий стол KDE. Он может быть загружен с CD или Flash памяти (USB ручек или MP3 плееров), и может быть легко настроен и расширен.<br/><b>Примечания к установке:</b> NimbleX загружается в режиме Live. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor может сбрасывать пароли Windows и редактировать реестр в ОС Windows 2000-Vista.<br/><b>Замечание к установке:</b> NTPasswd загружается и запускается как LiveCD; для его использования не нужно ничего устанавливать. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домашняя страница:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Описание:</b> openSUSE - ориентированный на пользователя дистрибутив, поддерживаемый Novell.<br/><b>Примечания к установке:</b> Версия по умолчанию позволяет производить установку как через Интернет (FTP), так и автономно, с предварительно загруженных образов ISO. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Описание:</b> Ophcrack используется для взлома паролей Windows.<br/><b>Примечания к установке:</b> Установка не требуется, поскольку Ophcracks загружается и работает в режиме Live mode. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Описание:</b> Parted Magic включает в себя диспетчер разделов GParted и другие утилиты для изменения размеров, копирования (в том числе и резервного) и управления дисковыми разделами.<br/><b>Примечания к установке:</b> Установка не требуется, поскольку Parted Magic загружается и работает в режиме Live mode. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Домашняя страница:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Описание:</b> Puppy Linux - облегченный дистрибутив, разработанный для более ранних компьютеров<br/><b>Примечания к установке:</b> В версии Live система целиком загружается в оперативную память и , затем, запускается оттуда, поэтому установка не обязательна. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Домашняя страница:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Описание:</b> Sabayon Linux это базирующийся на Gentoo Live DVD дистрибутив который включает менеджер бинарных пакетов Entropy в добавок к базирующемуся на исходных текстах Portage.<br/><b>Замечания по установке:</b> Версия Live учитывает загрузку в режиме Live, позволяя начать установку. LiteMCE редакция занимает 2 Гб, тогда как полная редакция нуждается в 8 Гб USB-накопителе. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Домашняя страница:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Описание:</b> Salix это простой, быстрый и несложный в использовании дистрибутив GNU/Linux, основанный на Slackware и являющийся с ним полностью обратно совместимым.<br/>Подобно дереву бонсай, Salix небольшой, лёгкий и прияный дистрибутив.<br/><b>Примечания по установке:</b> Live версия позволяет загрузиться в режиме Live Mode, откуда можно запустить установку системы.<br/>По умолчанию пароль для root<b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Описание:</b> Slax - основанный на Slackware дистрибутив c установленным KDE.<br/><b>Примечания к установке:</b> Live версия позволяет загрузиться в режиме Live Mode, откуда можно запустить установку системы. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Домашняя страница:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Описание:</b> SliTaz - облегченный, ориентированный на настольные системы, микродистрибутив.<br/><b>Примечания к установке:</b> В версии Live система целиком загружается в оперативную память и , затем, запускается оттуда, поэтому установка не обязательна. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Описание:</b> Smart Boot Manager - загрузчик, позволяющий обойти некоторые ограничения и ошибки, связанные с BIOS.<br/><b>Примечания к установке:</b> Установка SBM не требуется, поскольку он предназначен только для запуска процесса загрузки. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Домашняя страница:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Описание:</b> Super Grub Disk - это загрузчик, который может выполнять различные действия по восстановлению MBR и загрузочных записей.<br/><b>Примечания к установке:</b>Для использования SGD его установка не требуется, поскольку он предназначен только для запуска процесса загрузки. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Описание:</b> Super OS является неофициальной версией Ubuntu, которая по умолчанию включает в себя расширенный пакет программ. Для установки требуется 2Гб флеш-накопитель.<br/><b>Заметки по установке:</b> Версия Live позволяет загружаться в Live-режиме, из которого при желании возможен запуск установки дистрибутива. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Домашняя страница:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Описание:</b> Ubuntu - это дружественная к пользователю операционная система на базе Debian. В настоящее время это самый популярный настольный Linux-дистрибутив.<br/><b>Заметки по установке:</b> Версия NetInstall предлагает установку через FTP (также возможна установка Kubuntu и других официальный Ubuntu деривативов). Если вы желаете использовать предварительно загруженный установочный образ диска, то используйте опцию HdMedia , и после поместите установочный образ диска в корневую директорию вашего жесткого диска или USB-накопителя. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Домашняя страница:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Описание:</b> xPUD это легковесный дистрибутив, представляющий простой киоско-подобный интерфейс с вэб браузером и медиа проигрывателем.<br/><b>Замечания по установке:</b> Версия Live загружает всю систему в оперативную память и запускается из памяти. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Домашняя страница:</b> <a href="http://www.xubuntu.com/">http://www.xubuntu.com</a><br/><b>Описание:</b> Xubuntu - это дружественная к пользователю операционная система на базе Ubuntu и использующая рабочий стол XFCE.<br/><b>Заметки по установке:</b> Версия NetInstall предлагает установку через FTP. Если вы желаете использовать предварительно загруженный установочный образ диска, то используйте опцию HdMedia , и после поместите установочный образ диска в корневую директорию вашего жесткого диска или USB-накопителя. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашняя страница:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Описание:</b> Zenwalk - основанный на Slackware дистрибутив c установленным XFCE.<br/><b>Примечания к установке:</b> Live версия позволяет загрузиться в режиме Live Mode, откуда можно запустить установку системы. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Домашняя страница:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Описание:</b> EeePCLinuxOS - дружественный к пользователю дистрибутив, основанный на PCLinuxOS и предназначенный для использования на EeePC.<br/><b>Примечания к установке:</b> До начала установки убедитесь, что установочный носитель не содержит данных и отформатирован. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Домашняя страница:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Описание:</b> Ubuntu Eee - это не просто Ubuntu, оптимизированная для Asus EeePC. Это операционная система, использующая интерфейс Netbook Remix, в котором предпочтение отдается наиболее популярным программам вместо их свободных аналогов (например, Skype вместо Ekiga).<br/><b>Примечания к установке:/b> До начала установки убедитесь, что установочный носитель не содержит данных и отформатирован. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Домашняя страница:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Описание:</b> Elive это дистрибутив основанный на Debian, включающий оконный менеджер Enlightenment.<br/><b>Примечания к установке:</b> Live версия позволяет загружаться в режиме Live, из которого может быть запущен установщик. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Домашняя страница:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Описание:</b> Kiwi Linux основан на Ubuntu и предназначен прежде всего для румынских, венгерских и англоговорящих пользователей.<br/><b>Примечание:</b> До начала установки убедитесь, что установочный носитель не содержит данных и отформатирован. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Домашняя страница:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Описание:</b> gNewSense - это высококачественный дистрибутив Linux, основанный на Ubuntu, который был создан как полностью свободная операционная система, не содержащая проприетарного программного обеспечения.<br/><b>Примечание:</b> До начала установки убедитесь, что установочный носитель не содержит данных и отформатирован. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Домашняя страница:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Описание:</b> NimbleX это небольшой, многофункциональный дистрибутив основанный на Slackware. Он построен с использованием linux-live скриптов, и включает рабочий стол KDE. Он может быть загружен с CD или Flash памяти (USB ручек или MP3 плееров), и может быть легко настроен и расширен.<br/><b>Примечания к установке:</b> NimbleX загружается в режиме Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Домашняя страница:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Описание:</b> SliTaz - облегченный, ориентированный на настольные системы микродистрибутив.<br/><b>Примечания к установке:</b> В версии Live система целиком загружается в оперативную память и запускается оттуда, поэтому установка не обязательна. Этот установщик основан на <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Домашняя страница:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Описание:</b> xPUD - это облегченный дистрибутив, имеющий простой киоско-подобный интерфейс с веб-браузером и медиапроигрывателем.<br/><b>Примечания к установке:</b> Версия Live загружается в оперативную память и запускается из нее. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Список поддерживаемых дистрибутивов &Distribution &Дистрибутив Specify a disk image file to load Файл образа диска для загрузки Disk&image Образ &диска Manually specify a kernel and initrd to load Файлы ядра и initrd для загрузки &Custom &Другой Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Место на диске, зарезервированное для пользовательских файлов, которые сохранились после перезагрузки. Работает только для Ubuntu LiveUSBs и для производных от Ubuntu систем. Если значение превышает емкость диска, будет использовано всё доступное место на диске. Space used to preserve files across reboots (Ubuntu only): Место на диске, используемое для хранения файлов после перезагрузки (только Ubuntu): MB OK OK Return Назад Cancel Выход Esc Выход Reboot Now Перезагрузить сейчас Exit Выход 1. Downloading Files 1. Загрузка файлов 2. Extracting and Copying Files 2. Извлечение и копирование файлов 3. Installing Bootloader 3. Установка загрузчика 4. Installation Complete, Reboot 4. Установка завершена. Перезагрузка Select the target drive to install to Диск для установки Dri&ve: Нос&итель: Select the installation target type Тип диска для установки &Type: &Тип: Select the distribution version Версия дистрибутива Select disk image file Файл образа диска ... ... Select the disk image type Тип образа диска Specify a floppy/hard disk image, or CD image (ISO) file to load Файл образа дискеты/жесткого диска, или образ CD-диска (ISO) для загрузки Specify a kernel file to load Файл ядра для загрузки Select kernel file Файл ядра Specify an initrd file to load Файл initrd для загрузки Select initrd file Файл initrd Select syslinux.cfg or isolinux.cfg file Файл syslinux.cfg или isolinux.cfg Specify parameters and options to pass to the kernel Параметры и опции, передаваемые ядру &Kernel: &Ядро: Init&rd: Init&rd: &Options: &Опции: uninstaller Uninstallation Complete Удаление программы завершено %1 has been uninstalled. %1 было удалено. Must run as root Запуск возможен только с правами суперпользователя %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 должно быть запущено под root'ом. Закройте и перезапустите используя:<br/><b>sudo %1</b><br/>или:<br/><b>su - -c '%1'</b> %1 Uninstaller Удаление %1 %1 is currently installed. Remove the existing version? Система %1 уже установлена. Удалить текущую версию? unetbootin_si.ts0000664000175000017500000036010012154035431012745 0ustar gezageza Sinhalese translation for unetbootin Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2013. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-06-03 15:19+0000 Last-Translator: djchar <djchar89@gmail.com> Language-Team: Sinhalese <si@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight දක්ෂිණාවර්තව unetbootin Hard Disk දෘඪ තැටිය USB Drive USB ෆ්ලෑෂ් ධාවකය ISO ISO Floppy නම්‍ය තැටිය either හෝ LiveUSB persistence සජීවීUSB පැවැත්ම FAT32-formatted USB drive FAT32 -හැඩතලිත USB ධාවකය EXT2-formatted USB drive EXT2-හැඩතලිත USB ධාවකය Open Disk Image File ඩිස්ක රූප කොපිය විවෘත කරන්න All Files සියළුම ගොනු All Files (*) සියලු දාමගත ගොනු Open Kernel File කර්නලය විවෘත කරන්න Open Initrd File Initrd ගොනුව විවෘත කරන්න Open Bootloader Config File Bootloader වින්‍යාස ගොනුව විවෘත කරන්න Insert a USB flash drive USB ෆ්ලෑෂ් ධාවකය ඇතුළු කරන්න No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB ෆ්ලෑෂ් ධාවකය සොයා ගත නොහැක. ඔබ මීට පෙර USB ෆ්ලෑෂ් ධාවකය ඇතුල් කර තිබේ නම් නැවත FAT32 ආකාරයට ප්‍රති-ආකෘතිකරණය කරන්න. %1 not mounted 1% රාමු ගත කොට නැත You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. ඔබ පළමුව USB ෆ්ලෑෂ් ධාවකය 1% ක් රාමු ස්ථානයට රාමු ගත කිරීම සිදු කල යුතුය. ඔබ USB ෆ්ලෑෂ් ධාවකය ඉවත් කර නැවත ඇතුලත් කිරීමේදී බොහෝ බෙදාහැරීම වර්ග ඉබේම මෙය සිදු කරයි. Select a distro බෙදාහැරීම වර්ගය තෝරන්න You must select a distribution to load. ප්‍රවේශනය කිරීම සදහා ඔබ බෙදාහැරීම වර්ගය තෝරා ගැනීම අනිවාර්ය වේ. Select a disk image file ඩිස්ක රූප කොපිය තෝරන්න You must select a disk image file to load. ප්‍රවේශනය කිරීම සදහා ඔබ ඩිස්ක රූප කොපිය තෝරා ගත යුතුය Select a kernel and/or initrd file කර්නලය හෝ Initrd ගොනුව තෝරන්න You must select a kernel and/or initrd file to load. ඔබ කර්නලය හෝ Initrd ගොනුව තෝරා ගත යුතුය Diskimage file not found ඩිස්ක රූප කොපි ගොනුව සොයා ගත නොහැක The specified diskimage file %1 does not exist. නිරූපිත ඩිස්ක රූප කොපි ගොනුව තුල 1% ක් නොපවතී. Kernel file not found කර්නල ගොනුව සොයා ගත නොහැක The specified kernel file %1 does not exist. නිරූපිත කර්නල ගොනුව තුල 1% ක් නොපවතී Initrd file not found Initrd ගොනුව සොයා ගත නොහැක The specified initrd file %1 does not exist. නිරූපිත initrd ගොනුව තුල 1% නොපවතී %1 exists, overwrite? 1% ක් පවතී, උඩින් ලිවීම සිදු කල යුතුද ? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. ගොනුවෙහි 1% ක් දැනටමත් පවතී. උඩින් ලිවීම සිදු කිරීම හා නැවත ප්‍රේරක නොවීමට 'සියල්ලටම ඔව්' ඔබන්න. තනි තනි වශයෙන් උඩින් ලිවීම සිදු කිරීම සදහා 'ඔව්' ඔබන්න හෝ පවත්නා අනුවාදය රඳවා ගැනීම සදහා 'නැත' ඔබන්න. සැකයක් තිබේ නම් සියල්ලටම ඔව්' ඔබන්න %1 is out of space, abort installation? %1 ක් ඉඩ නොමැත, පිහිටැවුම රෝධනය සිදු කල යුතුද? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. ඩිරෙක්ටරිය තුල %1 ක් ඉඩ නොමැත. පිහිටැවුම රෝධනය සිදු කිරීම සදහා 'ඔව්' ඔබන්න. මෙම දෝෂය ප්‍රතික්ෂේප කර පිහිටැවුම නොකඩවාම කරගෙන යෑමට 'නැත' ඔබන්න. ඉඩ නොමැති කමින් ඇති වෙන දෝෂ සියල්ල ප්‍රතික්ෂේප කිරීම සදහා 'සියල්ල නැත' ඔබන්න. Locating kernel file in %1 කර්නල ගොනුව 1% ක් ස්ථාන ගත කරමින් පවතී Copying kernel file from %1 කර්නල ගොනුව 1% ක් පිටපත් කරමින් පවතී Locating initrd file in %1 initrd ගොනුව 1% ක් ස්ථාන ගත කරමින් පවතී Copying initrd file from %1 initrd ගොනුව 1% පිටපත් කරමින් පවතී Extracting bootloader configuration Bootloader වින්‍යාසය උද්ධෘත කරමින් පවතී <b>Extracting compressed iso:</b> %1 <b>සංකුචිත ISO ගොනුව උද්ධෘත කරමින් පවතී:</b> %1ක් Copying file, please wait... ගොනුව පිටපත් කරමින් පවතී, කරුණා කර රැදී සිටින්න... <b>Source:</b> <a href="%1">%1</a> <b>මූලය:</b> <a href=\"%1\">%1ක් </a> <b>Destination:</b> %1 <b>ඉලක්කය:</b> %1ක් <b>Copied:</b> 0 bytes <b>පිටපත් කොට ඇත:</b> 0 බයිට Extracting files, please wait... ගොනුව උද්ධෘත කරමින් පවතී, කරුණා කර රැදී සිටින්න... <b>Archive:</b> %1 <b>සංරක්ෂිතය:</b> %1ක් <b>Source:</b> <b>මූලය:</b> <b>Destination:</b> <b>ඉලක්කය:</b> <b>Extracted:</b> 0 of %1 files <b>උද්ධෘත කල:</b> 0 න් %1 ක් ගොනු <b>Source:</b> %1 (%2) <b>මූලය:</b> %1 (%2) <b>Destination:</b> %1%2 <b>ඉලක්කය:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>උද්ධෘත කල:</b> %1 න් %2 ක් ගොනු Downloading files, please wait... බා ගත කරමින් පවතී. කරුණා කර රැදී සිටින්න... <b>Downloaded:</b> 0 bytes <b>බා ගත කල:</b> 0 බයිට Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. බා ගත කොට ඇති 3% න් %1 %2 ක් අසමත් වී ඇත. කරුණාකර වෙබ් අඩවියට කෙලින්ම ගොස් ISO ගොනුව බාගත කර ගන්න. ඉන් අනතුරුව ඩිස්ක රූප කොපි විකල්පය හරහා එය සපයන්න. <b>Downloaded:</b> %1 of %2 <b>බා ගත කල:</b> %1 න් %2 ක් <b>Copied:</b> %1 of %2 <b>පිටපත් කොට ඇත:</b> %1 න් %2 ක් Searching in <a href="%1">%1</a> සොයමින් පවතී <a href=\"%1\">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 ගැලපෙමින් පවතී <a href=\"%3\">%3</a> %1 not found %1 ක් සොයා ගත නොහැක %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 ක් සොයා ගත නොහැක. මේ සදහා %2 පිහිටැවුම් මාර්ගයක් අවශ්‍ය වේ.\n පැකේජයෙන් \"%3\" ක පිහිටැවුමක් හෝ ඔබගේ බෙදාහැරීම් වර්ගයට සමාන විය යුතුය (Current) (දැනට පවත්නා) (Done) (සිදු කර අවසන්) Configuring grub2 on %1 grub2 වින්‍යාස ගත කිරීම %1 ක් Configuring grldr on %1 grldr වින්‍යාස ගත කිරීම %1 ක් Configuring grub on %1 grub වින්‍යාස ගත කිරීම %1 ක් Installing syslinux to %1 syslinux ස්ථාපනය කිරීම %1 ක් Installing extlinux to %1 extlinux ස්ථාපනය කිරීම %1 ක් Syncing filesystems ගොනු පද්ධති සමමුහුර්තක කරමින් Setting up persistence ස්ථාවර තත්වයට පත් කරන්න After rebooting, select the යළි ඇරඹීමෙන් අනතුරුව මෙය තෝරන්න After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? යළි ඇරඹීමෙන් අනතුරුව BIOS ඇරඹීම් ක්‍රම මෙනුව තුල ඇති USB ධාවක ඇරඹීම් ක්‍රමය තෝරන්න.%1 ක් \n නැවත යළි ඇරඹීම සිදු කරන්නෙහිද? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 සාදන ලද USB ධාවකය Mac තුලින් ආරම්භය නොවේ. යළි ඇරඹීමෙන් අනතුරුව BIOS ඇරඹීම් ක්‍රම මෙනුව තුල ඇති USB ධාවක ඇරඹීම් ක්‍රමය තෝරන්න.%1 ක් *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com \n *වැදගත්* යලි ඇරඹීමට පෙර, උබුන්ටු අනුකල්පය (වැඩතලය නොවේ) iso ගොනුව දෘඪ තැටියේ හෝ USB ෆෑල්‍ෂ් ධාවකයේ මූල ඩිරෙක්ටරිය තුල ස්ථාපනය කරන්න. මෙය ​cdimage.ubuntu.com මගින් ලබා ගත හැක *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. \n *වැදගත්* යලි ඇරඹීමට පසු , පැමිණෙන ඕනෑම වැරදි පණිවිඩ සහ ප්‍රේරක ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු තෝරන්න, ඉන්පසු ප්‍රධාන මෙනුව කරා ගොස් 'ස්ථාපනය ආරම්භ කිරීම' තෝරන්න, ජාලය මූලය ලෙස තෝරන්න, ප්‍රොටෝකෝලය ලෙස 'HTTP' තෝරන්න, ප්‍රේරක සේවාදායකය ලෙස 'mirrors.kernel.org' ඇතුල් කරන්න සහ ෆෝල්ඩරය ගැන විමසන විට '/centos/%1/os/%2' ලෙස ඇතුල් කරන්න *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org \n *වැදගත්* යලි ඇරඹීමට පෙර, ඩේබියන් ස්ථාපන iso ගොනුව දෘඪ තැටියේ හෝ USB ෆෑල්‍ෂ් ධාවකයේ මූල ඩිරෙක්ටරිය තුල ස්ථාපනය කරන්න. මෙය ​cdimage.debian.org මගින් ලබා ගත හැක *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. \n *වැදගත්* යලි ඇරඹීමට පසු , පැමිණෙන ඕනෑම වැරදි පණිවිඩ සහ ප්‍රේරක ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු තෝරන්න, ඉන්පසු ප්‍රධාන මෙනුව කරා ගොස් 'ස්ථාපනය ආරම්භ කිරීම' තෝරන්න, ජාලය මූලය ලෙස තෝරන්න, ප්‍රොටෝකෝලය ලෙස 'HTTP' තෝරන්න, ප්‍රේරක සේවාදායකය ලෙස 'download.fedora.redhat.com' ඇතුල් කරන්න සහ ෆෝල්ඩරය ගැන විමසන විට '/pub/fedora/linux/development/%1/os' ලෙස ඇතුල් කරන්න *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. \n *වැදගත්* යලි ඇරඹීමට පසු , පැමිණෙන ඕනෑම වැරදි පණිවිඩ සහ ප්‍රේරක ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු තෝරන්න, ඉන්පසු ප්‍රධාන මෙනුව කරා ගොස් 'ස්ථාපනය ආරම්භ කිරීම' තෝරන්න, ජාලය මූලය ලෙස තෝරන්න, ප්‍රොටෝකෝලය ලෙස 'HTTP' තෝරන්න, ප්‍රේරක සේවාදායකය ලෙස 'download.fedora.redhat.com' ඇතුල් කරන්න සහ ෆෝල්ඩරය ගැන විමසන විට '/pub/fedora/linux/releases/%1/Fedora/%2/os' ලෙස ඇතුල් කරන්න *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. \n *වැදගත්* යලි ඇරඹීමට පසු , පැමිණෙන ඕනෑම වැරදි පණිවිඩ සහ ප්‍රේරක ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු තෝරන්න, ඉන්පසු ප්‍රධාන මෙනුව කරා ගොස් 'ස්ථාපනය ආරම්භ කිරීම' තෝරන්න, ජාලය මූලය ලෙස තෝරන්න, ප්‍රොටෝකෝලය ලෙස 'HTTP' තෝරන්න, ප්‍රේරක සේවාදායකය ලෙස 'download.opensuse.org' ඇතුල් කරන්න සහ ෆෝල්ඩරය ගැන විමසන විට '/factory/repo/oss' ලෙස ඇතුල් කරන්න. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. \n *වැදගත්* යලි ඇරඹීමට පසු , පැමිණෙන ඕනෑම වැරදි පණිවිඩ සහ ප්‍රේරක ලෙස සුසංහිත ඩිස්කය විමසන විට ආපසු තෝරන්න, ඉන්පසු ප්‍රධාන මෙනුව කරා ගොස් 'ස්ථාපනය ආරම්භ කිරීම' තෝරන්න, ජාලය මූලය ලෙස තෝරන්න, ප්‍රොටෝකෝලය ලෙස 'HTTP' තෝරන්න, ප්‍රේරක සේවාදායකය ලෙස 'download.opensuse.org' ඇතුල් කරන්න සහ ෆෝල්ඩරය ගැන විමසන විට '/distribution/%1/repo/oss' ලෙස ඇතුල් කරන්න. == Select Distribution == == බෙදාහැරීම් වර්ගය තෝරන්න == == Select Version == == අනුවාදය තෝරන්න == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <a href=\"http://unetbootin.sourceforge.net/\">UNetbootin</a> වෙත සාදරයෙන් පිළිගන්නවා, සර්ව ජාල ආරම්භ ස්ථාපකය. භාවිතාව:<ol><li>\tඉහත ලැයිස්තුව තුලින් බා ගත කිරීමට අදාල බෙදාහැරීම් අනුවාදය හෝ වර්ගය තෝරන්න, නැතහොත් තමන් විසින් තනියෙම ප්‍රවේශනය කිරීමට අදාල ගොනු පහලින් තෝරන්න.</li><li>ස්ථාපනය කිරීමට අදාල ක්‍රමය තෝරන්න, ඉන්පසුව ස්ථාපනය ආරම්භ කිරීමට හරි ඔබන්න.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>මුල් පිටුව:</b> <a href=\"http://www.archlinux.org/\">http://www.archlinux.org</a><br/><b>විස්තරය:</b> Arch Linux යනු සරල බෙදාහැරීම් වර්ගය, වේගවත් සහ නම්‍යශීලි භාවිතයන් සදහා වඩා යහපත් වේ.<br/><b>ස්ථාපන සටහන:</b> සාමාන්‍ය අනුවාදය අන්තර්ජාලය හරහා (FTP) ස්ථාපනය කිරීම සදහා අවසර දේ <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://www.backtrack-linux.org/\">http://www.backtrack-linux.org/</a><br/><b>විස්තරය:</b> BackTrack බෙදාහැරීම් වර්ගය ජාල විශ්ලේෂණය සහ විනිවිද යාම පරීක්ෂා කිරීම් සදහා වැඩි වශයෙන් යොදා ගැනේ.<br/><b>ස්ථාපන සටහන:</b> BackTrack පෙර ආරම්භ කර ඇති අතර එය ජීව ආකාරයට ද ධාවන කෙරේ; භාවිතා කිරීමට ස්ථාපනය කිරීම අවශ්‍ය නැත <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://www.centos.org/\">http://www.centos.org</a><br/><b>විස්තරය:</b> CentOS යනු නොමිලේ ලබා ගත හැකි Red Hat Enterprise Linux හි ක්ලෝනයකි.<br/><b>ස්ථාපන සටහන:</b> සාමාන්‍ය අනුවාදය අන්තර්ජාලය හරහා (FTP) ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://clonezilla.org/\">http://clonezilla.org/</a><br/><b>විස්තරය:</b> CloneZilla බෙදාහැරීම් වර්ගය ඩිස්ක උපස්ථය සහ රූප කොපි නිර්මාණය කිරීම සදහා යොදා ගැනේ.<br/><b>ස්ථාපන සටහන:</b> CloneZilla පෙර ආරම්භ කර ඇති අතර එය ජීව ආකාරයට ද ධාවන කෙරේ; භාවිතා කිරීමට ස්ථාපනය කිරීම අවශ්‍ය නැත <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>මුල් පිටුව:</b> <a href=\"http://damnsmalllinux.org/\">http://damnsmalllinux.org</a><br/><b>විස්තරය:</b> Damn Small Linux යනු පරණ පරිගණක සදහා නිර්මාණය වූ අවම බෙදාහැරීම් වර්ගයකි.<br/><b>ස්ථාපන සටහන:</b> එය ජීව ආකාරයට ද ධාවනය වන විට සම්පුර්ණ පද්ධතිය RAM එක යොදා ගෙන එහි මතකයෙන් ආරම්භ කෙරේ, එම නිසා ස්ථාපන අවශ්‍ය නැත නමුත් එය විකල්පයක් පමණි <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.debian.org/\">http://www.debian.org</a><br/><b>විස්තරය:</b> Debian යනු ප්‍රජාව මගින් ගොඩ නැගුණු Linux බෙදාහැරීම් වර්ගයක් වන අතර එය පුළුල් විචලනය සහිත පද්ධති නිර්මිතියයන් සදහා අනුබල දීම සහ පැකේජය සහිත විශාල ගබඩාවන් ලබා දීමද සිදු කරයි.<br/><b>ස්ථාපන සටහන:</b> NetInstall අනුවාදය FTP හරහා ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක, මේ සදහා HdMedia විකල්පය යොදා ගන්න, ඉන් පසුව ස්ථාපන iso ගොනුව ඔබගේ දෘඪ තැටියේ හෝ USB ෆ්ලෑෂ් ධාවකයේ ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.dreamlinux.com.br/\">http://www.dreamlinux.com.br</a><br/><b>විස්තරය:</b> Dreamlinux යනු Debian-මූලික වූ පරිශිලක මිත්‍ර බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.freedrweb.com/livecd\">http://www.freedrweb.com/livecd</a><br/><b>විස්තරය:</b> Dr.Web AntiVirus යනු අනිෂ්ට මෘදුකාංග නිසා හානියට පත්වූ පද්ධතියක් නැවත යථා තත්වයට පත් කරන ප්‍රතිවයිරස හදිසි අවස්ථා සදහා යොදා ගන්නා කට්ටලයකි.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර,එමගින් අනිෂ්ට මෘදුකාංග පිරික්සීම දියත් කර හැක <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.elivecd.org/\">http://www.elivecd.org</a><br/><b>විස්තරය:</b> Elive යනු Debian-මූලික වූ කවුළු කළමනාකරණ ආලෝකනය සහිත බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://fedoraproject.org/\">http://fedoraproject.org</a><br/><b>විස්තරය:</b> Fedora යනු Red Hat අනුග්‍රාහකත්වය දරන ප්‍රජාව මගින් ගොඩ නැගුණු බෙදාහැරීම් වර්ගයක් වන අතර එහි නවතම නිදහස් හා විවෘත මූලාශ්‍ර මෘදුකාංග අන්තර්ගත වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. NetInstall අනුවාද අන්තර්ජාලය හරහා (FTP) ස්ථාපනය කිරීම හා කලින් බා ගත කල ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමය යන ක්‍රම දෙකටම ට ස්ථාපනය කල හැක. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://www.freebsd.org/\">http://www.freebsd.org</a><br/><b>විස්තරය:</b> FreeBSD යනු සාමාන්‍ය භාවිතයන් සදහා නිර්මාණය වූ Unix වලට සමාන පරිමාපීය සහ ක්‍රියාකාරී මෙහෙයුම් පද්ධතියකි.<br/><b>ස්ථාපන සටහන:</b> සාමාන්‍ය අනුවාදය අන්තර්ජාලය හරහා (FTP) ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>මුල් පිටුව:</b> <a href=\"http://www.freedos.org/\">http://www.freedos.org</a><br/><b>විස්තරය:</b> FreeDOS යනු MS-DOS වලට අනුකූල නිදහස් මෙහෙයුම් පද්ධතියකි.<br/><b>ස්ථාපන සටහන:</b> ස්ථාපන තොරතුරු සදහා <a href=\"http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall\">අත්පොත</a> යොදා ගන්න <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>මුල් පිටුව:</b> <a href=\"http://freenas.org/\">http://www.freenas.org</a><br/><b>විස්තරය:</b> FreeNAS යනු නිහිත විවෘත මූලාශ්‍ර සහිත NAS ( ජාලගත සංචිත) FreeBSD ගණයට අයත් වෙන බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය FreeNAS හි ක්‍රියාකාරිත්වය සදහා RAM ධාවකයක් සාදයි. ඊට අමතරව එය වින්‍යාස ගොනුව සුරැකීම සදහා FAT ආකෘතික නම්‍ය ඩිස්කය හෝ USB ෆ්ලෑෂ් ධාවක යොදා ගනී. නිහිත අනුවාදය දෘඨ තැටිය තුල ස්ථාපනය කිරීමට අවස්ථාව ලබා දේ <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://frugalware.org/\">http://frugalware.org</a><br/><b>විස්තරය:</b> Frugalware යනු විශේෂ පරිශීලකයන්ගේ පොදු අවශ්‍යතාවයන් සදහා ගොඩ නැගුනු Slackware-මූලික වූ බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> සාමාන්‍ය අනුවාදය අන්තර්ජාලය හරහා (FTP) ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>මුල් පිටුව:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>විස්තරය:</b> GeeXboX යනු නිහිත පද්ධති සහිත Linux Media Center බෙදාහැරීම් වර්ගයක් වේ.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.gnewsense.org/\">http://www.gnewsense.org</a><br/><b>විස්තරය:</b> gNewSense යනු Ubuntu හි නොමිලේ ලබා නොදෙන සියලුම සංරචක ඉවත් කරන ලද FSF-අනුමත කරන ලද බෙදාහැරීමක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://gujin.sourceforge.net/\">http://gujin.sourceforge.net</a><br/><b>විස්තරය:</b> Gujin හට විවිද පරිමා සහ ගොනු වල ස්වාරාම්භ චිත්‍රක මුල ආරම්භ කළමනාකරු වශයෙන් ක්‍රියා කල හැක.<br/><b>ස්ථාපන සටහන:</b> Gujin පහසුවෙන් මුල ආරම්භය සහ වැඩ කිරීම සිදු වේ; භාවිත කිරීමට ස්ථාපනයක් අවශ්‍ය නැත <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>මුල් පිටුව:</b> <a href=\"http://ftp.kaspersky.com/devbuilds/RescueDisk/\">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>විස්තරය:</b> Kaspersky බේරා ගැනීමේ CD මගින් වින්ඩෝස් මෙහෙයුම් පද්ධතියේ අනිෂ්ට මෘදුකාංග හදුනා ගැනීම හා ඒවා ඉවත් කිරීම සිදු කරයි.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර,එමගින් අනිෂ්ට මෘදුකාංග පිරික්සීම දියත් කර හැක <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.kubuntu.org/\">http://www.kubuntu.org</a><br/><b>විස්තරය:</b> Kubuntu යනු KDE වැඩතලය සහිත නිල Ubuntu ව්‍යුත්පන්නය ලක්ෂණය ඇතුලත් බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. NetInstall අනුවාදය FTP හරහා ස්ථාපනය කිරීම සදහා අවසර දේ, Kubuntu සහ අනිත් නිල Ubuntu ව්‍යුත්පන්නයන් ස්ථාපනය කිරීම ද සිදු කල හැක. මීට අමතරව කලින් බා ගත කල විකල්ප (වැඩතලය නොවේ) ස්ථාපනය වූ iso ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක, මේ සදහා HdMedia විකල්පය යොදා ගන්න, ඉන් පසුව ස්ථාපන iso ගොනුව ඔබගේ දෘඪ තැටියේ හෝ USB ෆ්ලෑෂ් ධාවකයේ ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>මුල් පිටුව:</b> <a href=\"http://linuxconsole.org/\">http://linuxconsole.org</a><br/><b>විස්තරය:</b> LinuxConsole යනු ක්‍රීඩා තරග කිරීම් සදහා, පහසුවෙන් ස්ථාපනය කිරීම, පහසුවෙන් වැඩ කිරීම හා ඉක්මන් මුල ආරම්භය සිදු වන වැඩතල බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> 1.0.2009 යනු 1.0 හි නවතම මුදාහැරිම වේ <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://linuxmint.com/\">http://linuxmint.com</a><br/><b>විස්තරය:</b> Linux Mint යනු Ubuntu-මූලික වූ පරිශීලක මිත්‍ර බෙදාහැරීම් වර්ගයක් වේ. එහි අමතර හිමිකාරත්වය සහිත කොඩෙක්ස් සහ තවත් සාමාන්‍ය මෘදුකාංග ඇතුලත් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>විස්තරය:</b> Lubuntu යනු LXDE වැඩතලය සහිත නිල Ubuntu ව්‍යුත්පන්නය ලක්ෂණය ඇතුලත් බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. NetInstall අනුවාදය FTP හරහා ස්ථාපනය කිරීම සදහා අවසර දේ, Kubuntu සහ අනිත් නිල Ubuntu ව්‍යුත්පන්නයන් ස්ථාපනය කිරීම ද සිදු කල හැක. මීට අමතරව කලින් බා ගත කල විකල්ප (වැඩතලය නොවේ) ස්ථාපනය වූ iso ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක, මේ සදහා HdMedia විකල්පය යොදා ගන්න, ඉන් පසුව ස්ථාපන iso ගොනුව ඔබගේ දෘඪ තැටියේ හෝ USB ෆ්ලෑෂ් ධාවකයේ ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>මුල් පිටුව:</b> <a href=\"http://www.mandriva.com/\">http://www.mandriva.com/</a><br/><b>විස්තරය:</b> Mandriva යනු පරිශීලක මිත්‍ර බෙදාහැරීම් වර්ගයක් වේ මීට පෙර එය Mandrake Linux ලෙස හදුන්වනු ලැබුණි.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. NetInstall අනුවාදය අන්තර්ජාල (FTP) හරහා ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල <a href=\"http://www.mandriva.com/en/download\">\"නිදහස්\" iso ගොනු මගින් ද ස්ථාපනය කල හැක.</a> <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.mepis.org/\">http://www.mepis.org</a><br/><b>විස්තරය:</b> MEPIS යනු Debian-මූලික වූ බෙදාහැරීම් වර්ගයක් වේ. SimplyMEPIS යනු KDE පාදක වූ පරිශීලක මිත්‍ර අනුවාදයකි, ඊට අමතරව AntiX යනු පරණ පරිගණක සදහා නිර්මාණය වූ සැහැල්ලු අනුවාදයකි.<br/><b>ස්ථාපන සටහන:</b> MEPIS හි ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>මුල් පිටුව:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>විස්තරය:</b> NetbootCD යනු කුඩා ආරම්භක CD සහිත වේ. එය බාගත කිරීම් හා ජාල ගත අනෙක් බෙදාහැරීම් වර්ග සදහා ස්ථාපක ලෙසද ක්‍රියා කරයි.<br/><b>ස්ථාපන සටහන:</b> NetbootCD හට ජීව ආකාරයට මූල ආරම්භයක් ලබා ගැනීම සිදු කල හැක. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>මුල් පිටුව:</b> <a href=\"http://www.nimblex.net/\">http://www.nimblex.net</a><br/><b>විස්තරය:</b> NimbleX යනු විශේෂ කුඩා , බහුනිපුණ Slackware-මූලික වූ බෙදාහැරීම් වර්ගයක් වේ. එය සාදා ඇත්තේ linux-ජිව පිටපත් වලින් වන අතර එහි KDE වැඩතලය තුල අඩංගු ලක්ෂණ ඇතුලත් වේ. එය CD හෝ USB ෆ්ලෑෂ් ධාවකය (USB පෑන හෝ MP3 ධාවකය), එය ඉතා පහසුවෙන් වෙනස් කිරීමට හා දිගු කිරීමට පුළුවන.<br/><b>ස්ථාපන සටහන:</b> NimbleX හට ජීව ආකාරයට මූල ආරම්භයක් ලබා ගැනීම සිදු කල හැක <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b><a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>විස්තරය:</b> මාර්ග අපගත NT වින්ඩෝස් මුරපද හා Registry සංස්කරණය මගින් වින්ඩෝස් 2000-Vista හි වින්ඩෝස් මුරපද වෙනස් කිරීම සහ වින්ඩෝස් registry සංස්කරණය කල හැක. <br/><b>ස්ථාපන සටහන:</b> NTPasswd පෙර ආරම්භ කර ඇති අතර එය ජීව ආකාරයට ද ධාවන කෙරේ; භාවිතා කිරීමට ස්ථාපනය කිරීම අවශ්‍ය නැත. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>මුල් පිටුව:</b> <a href=\"http://www.opensuse.org/\">http://www.opensuse.org</a><br/><b>විස්තරය:</b> openSUSE යනු Novell පාදක වූ පරිශීලක මිත්‍ර බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> සාමාන්‍ය අනුවාදය අන්තර්ජාලය හරහා (FTP) ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://ophcrack.sourceforge.net/\">http://ophcrack.sourceforge.net</a><br/><b>විස්තරය:</b> Ophcrack හට වින්ඩෝස් මෙහෙයුම් පද්ධතියේ මුරපද බීද දැමීම සිදු කල හැක.<br/><b>ස්ථාපන සටහන:</b> Ophcrack පෙර ආරම්භ කර ඇති අතර එය ජීව ආකාරයට ද ධාවන කෙරේ; භාවිතා කිරීමට ස්ථාපනය කිරීම අවශ්‍ය නැත <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://partedmagic.com/\">http://partedmagic.com</a><br/><b>විස්තරය:</b> Parted Magic තුල GParted ඩිස්ක බෙදුම් කළමණාකරු සහ ප්‍රමාණය වෙනස් කරන, පිටපත් කරන, උපස්ථ කිරීම, සහ ඩිස්ක බෙදුම් මෙහෙයවීම සදහා අවශ්‍ය තවත් පද්ධති උපයෝගීතා කට්ටල අඩංගු වේ.<br/><b>ස්ථාපන සටහන:</b> Parted Magic පෙර ආරම්භ කර ඇති අතර එය ජීව ආකාරයට ද ධාවන කෙරේ; භාවිතා කිරීමට ස්ථාපනය කිරීම අවශ්‍ය නැත <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>මුල් පිටුව:</b> <a href=\"http://www.puppylinux.com/\">http://www.puppylinux.com</a><br/><b>විස්තරය:</b> Puppy Linux යනු පරණ පරිගණක සදහා නිර්මාණය වූ සැහැල්ලු අනුවාදයකි.<br/><b>ස්ථාපන සටහන:</b> එය ජීව ආකාරයට ද ධාවනය වන විට සම්පුර්ණ පද්ධතිය RAM එක යොදා ගෙන එහි මතකයෙන් ආරම්භ කෙරේ, එම නිසා ස්ථාපන අවශ්‍ය නැත නමුත් එය විකල්පයක් පමණි <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.sabayonlinux.org/\">http://www.sabayonlinux.org</a><br/><b>විස්තරය:</b> Sabayon Linux යනු Gentoo පාදක වූ ජීව ආකාර DVD බෙදාහැරීම් වර්ගයක් වේ. ඊට අමතරව මූලාශ්‍ර-පාදක වූ ගෙන යෑම් වලට අමතරව එන්ට්‍රෝපි ද්ව්මය පැකේජ කළමනාකරු ලෙසද ක්‍රියා කරයි.<br/><b>ස්ථාපන සටහන:</b> එහි ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. LiteMCE සංස්කරණය ගිගා බයිට 2 ක් ද, මිට අමතරව සම්පුර්ණ සංස්කරණය සදහා ගිගා බයිට 8 ක් සහිත USB ෆ්ලෑෂ් ධාවකයක් අවශ්‍ය වේ <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix යනු සරල, වේගවත් සහ පහසුවෙන් පාවිච්චි කල හැකි Slackware පාදක වූ (සම්පුර්ණ වශයෙන් අනුරූප) GNU/Linux බෙදාහැරීම් වර්ගයකි.<br/>bonsai මෙන් Salix යනු කුඩා, සැහැල්ලු සහ අපරිමිත ආරක්ෂාවකින් යුක්ත වේ.<br/><b>Install Notes:</b> එහි ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක.<br/>සාමාන්‍ය මූල මුරපදය <b>live</b> වේ. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.slax.org/\">http://www.slax.org</a><br/><b>විස්තරය:</b> Slax යනු KDE වැඩතලය සහිත Slackware-පාදක වූ බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> එහි ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>මුල් පිටුව:</b> <a href=\"http://www.slitaz.org/en/\">http://www.slitaz.org/en</a><br/><b>විස්තරය:</b> SliTaz යනු සැහැල්ලු, වැඩතලය-දිශානති වූ කුඩා බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> එය ජීව ආකාරයට ද ධාවනය වන විට සම්පුර්ණ පද්ධතිය RAM එක යොදා ගෙන එහි මතකයෙන් ආරම්භ කෙරේ, එම නිසා ස්ථාපන අවශ්‍ය නැත නමුත් එය විකල්පයක් පමණි <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://btmgr.sourceforge.net/about.html\">http://btmgr.sourceforge.net/about.html</a><br/><b>විස්තරය:</b> Smart ආරම්භක කළමනාකරු යනු bootloader කි, එමගින් ආරම්භයේදී ඇතිවන BIOS මුලික වූ ප්‍රශ්න හා දෝෂ නිරාකරණ කිරීම සදහා යොදා ගනී.<br/><b>ස්ථාපන සටහන:</b> SBM පෙර ආරම්භ කර ඇති අතර ධාවනය කිරීම සිදු වෙයි; භාවිතා කිරීමට ස්ථාපනය කිරීම අවශ්‍ය නැත <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>මුල් පිටුව:</b> <a href=\"http://www.supergrubdisk.org\">http://www.supergrubdisk.org</a><br/><b>විස්තරය:</b> Super Grub Disk යනු bootloader ආරම්භක කළමනාකරු යනු bootloader කි, එමගින් විවිධ වර්ගයේ MBR සහ bootloader ප්‍රතිසාධනය කටයුතු ඉටු කිරීම සදහා යොදා ගනී.<br/><b>ස්ථාපන සටහන:</b> SGD පෙර ආරම්භ කර ඇති අතර ධාවනය කිරීම සිදු වෙයි; භාවිතා කිරීමට ස්ථාපනය කිරීම අවශ්‍ය නැත <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://hacktolive.org/wiki/Super_OS\">http://hacktolive.org/wiki/Super_OS</a><br/><b>විස්තරය:</b> Super OS යනු නිල නොලත් Ubuntu ව්‍යුත්පන්නය ලක්ෂණය වලින් සමන්විත අමතර මෘදුකාංග ඇතුලත් බෙදාහැරීම් වර්ගයක් වේ. ස්ථාපනය සදහා ගිගා බයිට 2 ක් සහිත USB ෆ්ලෑෂ් ධාවකයක් අවශ්‍ය වේ.<br/><b>ස්ථාපන සටහන:</b> එහි ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.ubuntu.com/\">http://www.ubuntu.com</a><br/><b>විස්තරය:</b> Ubuntu යනු පරිශීලක මිත්‍ර Debian-පාදක වූ බෙදාහැරීම් වර්ගයක් වේ. මේ මොහොත වන විට ලෝකයේ ජනප්‍රියම Linux වැඩතලය සහිත බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. NetInstall අනුවාදය FTP හරහා ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල (වැඩතලය නොවේ) ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක, මේ සදහා HdMedia විකල්පය යොදා ගන්න, ඉන් පසුව ස්ථාපන iso ගොනුව ඔබගේ දෘඪ තැටියේ හෝ USB ෆ්ලෑෂ් ධාවකයේ ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>මුල් පිටුව:</b> <a href=\"http://www.xpud.org/\">http://www.xpud.org</a><br/><b>විස්තරය:</b> xPUD යනු සරල kiosk අනුරූපී අතුරුමුහුණතක වෙබ් බ්‍රව්සරයක් හා මාධ්‍ය වාදකයක් සහිත සැහැල්ලු බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> එය ජීව ආකාරයට ද ධාවනය වන විට සම්පුර්ණ පද්ධතිය RAM එක යොදා ගෙන එහි මතකයෙන් ආරම්භ කෙරේ <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>මුල් පිටුව:</b> <a href=\"http://www.xubuntu.org/\">http://www.xubuntu.org</a><br/><b>විස්තරය:</b> Xubuntu යනු XFCE වැඩතලය සහිත නිල Ubuntu ව්‍යුත්පන්නය ලක්ෂණය ඇතුලත් බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක. NetInstall අනුවාදය FTP හරහා ස්ථාපනය කිරීම සදහා අවසර දේ, මීට අමතරව කලින් බා ගත කල (වැඩතලය නොවේ) ස්ථාපනය වූ ISO ගොනු මගින් මාර්ගගත නොවූ ක්‍රමයට ස්ථාපන කල හැක, මේ සදහා HdMedia විකල්පය යොදා ගන්න, ඉන් පසුව ස්ථාපන iso ගොනුව ඔබගේ දෘඪ තැටියේ හෝ USB ෆ්ලෑෂ් ධාවකයේ ඇති මූල ඩිරෙක්ටරිය තුල පිහිටුවන්න <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>මුල් පිටුව:</b> <a href=\"http://www.zenwalk.org/\">http://www.zenwalk.org</a><br/><b>විස්තරය:</b> Zenwalk යනු Slackware පාදක වූ XFCE වැඩතලය සහිත බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/eeepclos.png\" /><br/><b>මුල් පිටුව:</b> <a \n href=\"http://www.eeepclinuxos.com/\">http://www.eeepclinuxos.com</a><br/><b>විස්තරය:</b> EeePCLinuxOS යනු පරිශීලක මිත්‍ර PCLinuxOS-පාදක වූ EeePC සදහා නිර්මාණය කෙරුණු බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> අනිවාර්යයෙන්ම ස්ථාපන මාධ්‍යය ශූන්‍ය කිරීම හා ස්ථාපනය ආරම්භ කිරීමට පෙර හැඩතල ගැන්වීම සිදු කරන්න <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/eeeubuntu.png\" style=\"float:left;\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.ubuntu-eee.com/\">http://www.ubuntu-eee.com</a><br/><b>විස්තරය:</b> Ubuntu Eee යනු Asus Eee පරිගණකය සදහා යොදා ගන්නා එකම Ubuntu වලට වඩාත් යහපත් වූ මෘදුකාංගයක් නොවේ. එය Netbook Remix interface සහිත මෙහෙයුම් පද්ධතියකි, මෙය විවෘත මූලාශ්‍ර වෙනුවට විකල්පය ලෙස දැනට පවතින හොදම මෘදුකාංග සදහා අනුග්‍රහය ලබා දේ. (උදාහරණයක් ලෙස Ekiga වෙනුවට Skype).<br/><b>ස්ථාපන සටහන:</b> අනිවාර්යයෙන්ම ස්ථාපන මාධ්‍යය ශූන්‍ය කිරීම හා ස්ථාපනය ආරම්භ කිරීමට පෙර හැඩතල ගැන්වීම සිදු කරන්න <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=\":/elive.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.elivecd.org/\">http://www.elivecd.org</a><br/><b>විස්තරය:</b> Elive යනු Debian-මූලික වූ කවුළු කළමනාකරණ ආලෝකනය සහිත බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> ජීව ආකාර අනුවාදය ජීව ආකාරයට ධාවනය කිරීමට අවසර දෙන අතර, එමගින් ස්ථාපකය විකල්පයක් වශයෙන් දියත් කර හැක <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/kiwi_logo_ro.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.kiwilinux.org/\">http://www.kiwilinux.org</a><br/><b>විස්තරය:</b> Kiwi Linux යනු Ubuntu ව්‍යුත්පන්නය ලක්ෂණය ඇතුලත් විශේෂයෙන් රොමේනියානු, හංගේරියානු සහ ඉංග්‍රීසි පරිශීලකයන් සදහාම සකසන ලද බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> අනිවාර්යයෙන්ම ස්ථාපන මාධ්‍යය ශූන්‍ය කිරීම හා ස්ථාපනය ආරම්භ කිරීමට පෙර හැඩතල ගැන්වීම සිදු කරන්න <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=\":/gnewsense.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.gnewsense.org/\">http://www.gnewsense.org</a><br/><b>විස්තරය:</b> gNewSense යනු අධි ගුණ වලින් යුක්ත Ubuntu වල පවතින හිමිකාර මෘදුකාංග වල ද්ව්‍මය blobs හෝ පැකේජ ගස් වලින් තොර සම්පුර්ණයෙන්ම නිදහස් මෙහෙයුම් පද්ධතියක් ලෙස වැඩි දියුණු කරන ලද GNU/Linux බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> අනිවාර්යයෙන්ම ස්ථාපන මාධ්‍යය ශූන්‍ය කිරීම හා ස්ථාපනය ආරම්භ කිරීමට පෙර හැඩතල ගැන්වීම සිදු කරන්න. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=\":/nimblex.png\" /><b>මුල් පිටුව:</b> <a href=\"http://www.nimblex.net/\">http://www.nimblex.net</a><br/><b>විස්තරය:</b> NimbleX යනු විශේෂ කුඩා , බහුනිපුණ Slackware-මූලික වූ බෙදාහැරීම් වර්ගයක් වේ. එය සාදා ඇත්තේ linux-ජිව පිටපත් වලින් වන අතර එහි KDE වැඩතලය තුල අඩංගු ලක්ෂණ ඇතුලත් වේ. එය CD හෝ USB ෆ්ලෑෂ් ධාවකය (USB පෑන හෝ MP3 ධාවකය), එය ඉතා පහසුවෙන් වෙනස් කිරීමට හා දිගු කිරීමට පුළුවන.<br/><b>ස්ථාපන සටහන:</b> NimbleX හට ජීව ආකාරයට මූල ආරම්භයක් ලබා ගැනීම සිදු කල හැක <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=\":/slitaz.png\" /><br/><b>මුල් පිටුව:</b> <a href=\"http://www.slitaz.org/en/\">http://www.slitaz.org/en</a><br/><b>විස්තරය:</b> SliTaz යනු සැහැල්ලු, වැඩතලය-දිශානති වූ කුඩා බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> එය ජීව ආකාරයට ද ධාවනය වන විට සම්පුර්ණ පද්ධතිය RAM එක යොදා ගෙන එහි මතකයෙන් ආරම්භ කෙරේ, එම නිසා ස්ථාපන අවශ්‍ය නැත නමුත් එය විකල්පයක් පමණි. මෙම ස්ථාපකය <a href=\"http://unetbootin.sourceforge.net/\">UNetbootin</a>පාදක වී ඇත <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=\":/xpud.png\" /><br/><b>Homepage:</b> <a href=\"http://www.xpud.org/\">http://www.xpud.org</a><br/><b>විස්තරය:</b> xPUD යනු සරල kiosk අනුරූපී අතුරුමුහුණතක වෙබ් බ්‍රව්සරයක් හා මාධ්‍ය වාදකයක් සහිත සැහැල්ලු බෙදාහැරීම් වර්ගයක් වේ.<br/><b>ස්ථාපන සටහන:</b> එය ජීව ආකාරයට ද ධාවනය වන විට සම්පුර්ණ පද්ධතිය RAM එක යොදා ගෙන එහි මතකයෙන් ආරම්භ කෙරේ unetbootinui Unetbootin Unetbootin Select from a list of supported distributions ලැයිස්තුව තුලින් අනුග්‍රාහක බෙදාහැරීම් වර්ගය තෝරන්න &Distribution &බෙදාහැරීම් වර්ගය Specify a disk image file to load ප්‍රවේශනය කිරීමට අවශ්‍ය ඩිස්ක රූප කොපිය නියම වශයෙන් සඳහන් කරන්න Disk&image ඩිස්ක&රූප කොපිය Manually specify a kernel and initrd to load ප්‍රවේශනය කිරීමට අවශ්‍ය කර්නලය හා initrd තමා විසින්ම නියම වශයෙන් සඳහන් කරන්න &Custom &අභිරුචි Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. යළි ඇරඹීම් හරහා ආරක්ෂණය කරන ලද පරිශීලක ගොනු වෙනුවෙන් වෙන් කිරීම්ට අවැසි ඉඩ. උබුන්ටු සහ එහි ව්‍යුත්පන්න වෙනුවෙන් වෙත පමණක් ක්‍රියා කරයි. අගය ධාවකයේ ධාරිතාවය ඉක්මවා යයි නම්, තිබෙන උපරිම ඉඩ භාවිතා කරනු ඇත. Space used to preserve files across reboots (Ubuntu only): යළි ඇරඹීමේ දී මෙම ඉඩ කඩ ගොනු ආරක්ෂා කිරීම සිදු කරයි.(Ubuntu පමණයි) MB මෙගා බයිට OK හරි Return ආපසු යෑම Cancel අවලංගු කරන්න Esc Esc Reboot Now දැන් යළි ඇරඹීම සිදු කරන්න Exit පිටවීම 1. Downloading Files 1. ගොනු බා ගත කරමින් පවතී 2. Extracting and Copying Files 2. උද්ධෘත කරමින් හා ගොනු පිටපත් කරමින් පවතී 3. Installing Bootloader 3. Bootloader ස්ථාපනය කරමින් පවතී 4. Installation Complete, Reboot 4. ස්ථාපනය සම්පුර්ණයි. යළි ඇරඹීම සිදු කරන්න Select the target drive to install to ස්ථාපනය සදහා ඉලක්ක ධාවකය තෝරන්න Dri&ve: ධාව&කය: Select the installation target type ඉලක්ක ස්ථාපන වර්ගය තෝරන්න &Type: &වර්ගය: Select the distribution version බෙදාහැරීම් වර්ගය තෝරන්න Select disk image file ඩිස්ක රූප කොපිය තෝරන්න ... ... Select the disk image type ඩිස්ක රූප කොපිය වර්ගය තෝරන්න Specify a floppy/hard disk image, or CD image (ISO) file to load ප්‍රවේශනය කිරීමට අදාල සුනම්‍ය තැටිය/ඩිස්ක රූප කොපිය, හෝ CD රූප කොපිය (ISO) ගොනුව නියම වශයෙන් සඳහන් කරන්න Specify a kernel file to load ප්‍රවේශනය කිරීමට අදාල කර්නල ගොනුව නියම වශයෙන් සඳහන් කරන්න Select kernel file කර්නල ගොනුව තෝරන්න Specify an initrd file to load ප්‍රවේශනය කිරීමට අදාල initrd ගොනුව නියම වශයෙන් සඳහන් කරන්න Select initrd file initrd ගොනුව තෝරන්න Select syslinux.cfg or isolinux.cfg file syslinux.cfg හෝ isolinux.cfg තෝරන්න Specify parameters and options to pass to the kernel කර්නලයට යවන පරාමිතියන් සහ විකල්පයන් නියම වශයෙන් සඳහන් කරන්න &Kernel: &කර්නලය: Init&rd: Init&rd: &Options: &විකල්ප: uninstaller Uninstallation Complete අස්ථාපනය කිරීම සම්පූර්ණයි %1 has been uninstalled. %1ක් අස්ථාපනය කොට ඇත Must run as root මුල ආරම්භය අනිවාර්ය වේ %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 ක මුල ආරම්භය අනිවාර්ය වේ. එය වසා දමන්න, අනතුරුව එය නැවත ආරම්භ කරන්න:<br/><b>sudo %1</b><br/>or:<br/><b>su -c '%1'</b> %1 Uninstaller %1 ක් අස්ථාපනය %1 is currently installed. Remove the existing version? %1ක් ස්ථාපනය කර අවසන්. කලින් තිබූ අනුවාදය ඉවත් කරනෙහිද? unetbootin_sk.ts0000664000175000017500000023373312154035431012762 0ustar gezageza Slovak translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-05-02 10:16+0000 Last-Translator: Prescott_SK <prescott66@gmail.com> Language-Team: Slovak <sk@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight LeftToRight unetbootin Hard Disk Pevný disk USB Drive USB mechanika ISO ISO Floppy Disketa either obidva LiveUSB persistence LiveUSB trvácnosť FAT32-formatted USB drive FAT32-formátovaný USB kľúč EXT2-formatted USB drive EXT2-formátovaný USB kľúč Open Disk Image File Výber súboru s obrazom disku All Files Všetky súbory All Files (*) Všetky súbory (*) Open Kernel File Výber súboru s jadrom Open Initrd File Výber súboru s initrd Open Bootloader Config File Výber súboru s nastaveniami zavádzača Insert a USB flash drive Vložte USB flash disk No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Nenašli sa žiadne USB flash disky. Ak je predsa USB flash disk zapojený, skúste ho naformátovať na FAT32. %1 not mounted %1 nie je pripojený You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Najskôr je potrebné pripojiť USB disk %1 k prípojnému bodu. Väčšina distribúcií to urobí automaticky po odpojení a opätovnom zapojení USB disku Select a distro Vyberte distribúciu You must select a distribution to load. Pre spustenie musíte vybrať distribúciu. Select a disk image file Vyberte súbor s obrazom disku You must select a disk image file to load. Pre spustenie musíte vybrať súbor s obrazom disku. Select a kernel and/or initrd file Vyberte jadro a/alebo súbor initrd You must select a kernel and/or initrd file to load. Pre spustenie musíte vybrať jadro a/alebo súbor initrd. Diskimage file not found Súbor obrazu disku sa nenašiel. The specified diskimage file %1 does not exist. Zvolený obraz disku %1 neexistuje. Kernel file not found Súbor jadra sa nenašiel. The specified kernel file %1 does not exist. Zvolený súbor jadra %1 neexistuje. Initrd file not found Súbor initrd sa nenašiel The specified initrd file %1 does not exist. Zvolený súbor initrd %1 neexistuje. %1 exists, overwrite? %1 existuje, prepísať? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Súbor %1 už existuje. Zvolte 'Áno pre všetky' pre jeho prepísanie a prepísanie ďalších bez opýtania, 'Áno' pre prepísanie súboru a 'Nie' pre zachovanie súčasnej verzie. Ak neviete, zvoľte 'Áno pre všetky'. %1 is out of space, abort installation? Na %1 už nie je dostatok miesta, prerušiť inštaláciu? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. V adresári %1 nie je dostatok miesta. Pre prerušenie inštalácie zvoľte 'Áno', pre ignorovanie tejto chyby a pre pokračovanie inštalácie zvoľte 'Nie' a pre ignorovanie všetkých chýb o nedostatku miesta zvoľte 'Nie pre všetky'. Locating kernel file in %1 Hľadám súbor s kernelom v %1 Copying kernel file from %1 Kopírujem súbor s kernelom z %1 Locating initrd file in %1 Hľadám súbor s initrd v%1 Copying initrd file from %1 Kopírujem súbor s initrd z %1 Extracting bootloader configuration Extrahujem nastavenia bootloaderu <b>Extracting compressed iso:</b> %1 <b>Rozbaľovanie ISO obrazu:</b> %1 Copying file, please wait... Kopírujem súbor, prosím počkajte... <b>Source:</b> <a href="%1">%1</a> <b>Zdroj:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cieľ:</b> %1 <b>Copied:</b> 0 bytes <b>Skopírované:</b> 0 bajtov Extracting files, please wait... Rozbaľovanie súborov, prosím čakajte... <b>Archive:</b> %1 <b>Archív:</b> %1 <b>Source:</b> <b>Zdroj:</b> <b>Destination:</b> <b>Cieľ:</b> <b>Extracted:</b> 0 of %1 files <b>Rozbalené:</b> 0 z %1 súborov <b>Source:</b> %1 (%2) <b>Zdroj:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cieľ:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Rozbalené:</b> %1 z %2 súborov Downloading files, please wait... Sťahovanie súborov, prosím čakajte... <b>Downloaded:</b> 0 bytes <b>Stiahnuté:</b> 0 bajtov Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Sťahovanie %1 %2 z %3 zlyhalo. Prosím, skúste stiahnuť ISO súbor priamo zo stránky a otvorte ho cez možnosť Obraz disku. <b>Downloaded:</b> %1 of %2 <b>Stiahnuté:</b> %1 z %2 <b>Copied:</b> %1 of %2 <b>Skopírované:</b> %1 z %2 Searching in <a href="%1">%1</a> Hľadá sa v <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 zhôd v <a href="%3">%3</a> %1 not found %1 sa nenašlo %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 sa nenašlo. Toto je požadované pre %2 inštalačný režim. Nainštalujte balík "%3" alebo jeho ekvivalent. (Current) (Aktuálny) (Done) (Hotovo) Configuring grub2 on %1 grub2 sa nastavuje na %1 Configuring grldr on %1 grldr sa nastavuje na %1 Configuring grub on %1 grub sa nastavuje na %1 Installing syslinux to %1 syslinux sa inštaluje do %1 Installing extlinux to %1 extlinux sa inštaluje do %1 Syncing filesystems Synchronizácia súborových systémov Setting up persistence Nastavenie trvácnosti After rebooting, select the Po reštarte zvoľte After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Po reštarte zvoľte v BIOSe zavádzanie systému z USB.%1 Reštartovať teraz? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Vytvorené USB zariadenie nebude bootovať na Macu. Vlož ho do PC, a vyber možnosť bootovania z USB v bootovacej ponuke BIOSU.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *DÔLEŽITÉ* Pred reštartom PC, umiestni alternatívny (nie desktopový) inštalačný iso súbor Ubuntu do koreňového adresára tvojho hardisku alebo USB kľúča. Tieto môžu byť získané z cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *DÔLEŽITÉ* Po reštarte ignorujte všetky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'Začiatok inštalácie', ako zdroj vyberte 'Sieť', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'mirrors.kernel.org' a pri dotaze na adresár zadajte '/centos/%1/os/%2'. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *DÔLEŽITÉ* Pred reštartom PC, umiestni inštalačný iso súbor Debianu do koreňového adresára tvojho hardisku alebo USB kľúča. Tieto môžu byť získané z cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *DÔLEŽITÉ* Po reštarte ignorujte všetky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'Začiatok inštalácie', ako zdroj vyberte 'Sieť', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.fedora.redhat.com' a pri dotaze na adresár zadajte '/pub/fedora/linux/development/%1/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *DÔLEŽITÉ* Po reštarte ignorujte všetky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'Začiatok inštalácie', ako zdroj vyberte 'Sieť', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.fedora.redhat.com' a pri dotaze na adresár zadajte '/pub/fedora/linux/releases/%1/Fedora/%2/os'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *DÔLEŽITÉ* Po reštarte ignorujte všetky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'Začiatok inštalácie', ako zdroj vyberte 'Sieť', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.opensuse.org' a pri dotaze na adresár zadajte '/factory/repo/oss'. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *DÔLEŽITÉ* Po reštarte ignorujte všetky chybové hlásenia, ak ste vyzvaný k vloženiu CD, zvoľte späť, potom z hlavného menu vyberte 'Začiatok inštalácie', ako zdroj vyberte 'Sieť', ako protokol vyberte 'HTTP', pri výzve k zadaniu adresy servera zadajte 'download.opensuse.org' a pri dotaze na adresár zadajte '/distribution/%1/repo/oss' . == Select Distribution == == Vyberte Distribúciu == == Select Version == == Vyberte Verziu == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Vitajte v <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> - Universal Netboot Installer. Použitie:<ol><li>Z horného zoznamu vyberte distribúciu a jej verziu, alebo ručne vyberte potrebné súbory nižšie.</li><li>Vyberte typ inštalácie a pre jej začatie kliknite na OK.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Popis:</b> Arch Linux je "lightweight" distribúcia optimalizovaná pre rýchlosť a flexibilitu.<br/><b>Poznámky k inštalácii:</b> Predvolená verzia povoľuje inštaláciu cez internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Popis:</b> BackTrack je distribúcia zameraná na analýzu siete and testovanie prieniku.<br/><b>Poznámky k inštalácii:</b> BackTrack bootuje a funguje v "live" režime; na používanie netreba žiadnu inštaláciu. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Popis:</b> CentOS je bezplatný klon Red Hat Enterprise Linux.<br/><b>Poznámky:</b> Štandardná verzia umožňuje inštaláciu z Internetu (FTP) a offline inštaláciu zo stiahnutých ISO obrazov. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Popis:</b> CloneZilla je distribúcia určená na tvorbu záloh a obrazov diskov.<br/><b>Poznámky:</b> CloneZilla funguje ako živý (Live) systém a nevyžaduje inštaláciu. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Domovská stránka:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Popis:</b> Damn Small Linux je minimalistická distribúcia určená pre staršie počítače..<br/><b>Poznámky:</b> Live verzia načíta celý systém do RAM, z ktorej je následne zavedený. Inštalácia nie je nutná, ale je možná. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Popis:</b> Debian je komunitou vyvíjáná Linuxová distribúcia, ktorá podporuje širokú škálu architektúr a ponúka veľký repozitár balíčkov.<br/><b>Poznámky k Inštalácii:</b> Verzia "NetInstall" povoľuje inštaláciu cez FTP. Pokiaľ chcete použiť už stiahnuté iso, použite verziu "HdMedia", a potom vložte inštalačný iso súbor do koreňového adresára vášho pevného disku alebo USB flash disku. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Popis:</b> Dreamlinux je užívateľsky prívetivá distribúcia založená na Debiane<br/><b>Poznámky:</b> Živá (Live) verzia umožňuje spustenie systému priamo z CD s možnosťou spustenia inštalácie. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Domovská stránka:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Popis:</b> Dr.Web AntiVirus je antivírový balík určený na opravu poškodeného systému škodlivým softvérom.<br/><b>Poznámky:</b> Živá (Live) verzia umožňuje spustenie systému priamo z CD a vykonanie kontroly nainštalovaného systému. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribúcia založená na Debiane obsahujúca správu okien Enlightenment.<br/><b>Inštalačné poznámky:</b> Live verzia dovoľuje bootovanie v Live móde, z ktorého môže byť voliteľne spustený inštalátor. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Popis:</b> Fedora je komunitná distribúcia sponzorovaná firmou Red Hat a je zameraná na najnovší free/open-source softvér.<br/><b>Poznámky:</b> Živá (Live) verzia umožňuje spustenie systému priamo z CD s možnosťou spustenia inštalácie. Verzia NetInstall umožňuje inštaláciu cez FTP alebo z dopredu stiahnutých ISO obrazov. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Popis:</b> FreeBSD je unixový operačný systém navrhnutý pre stabilitu a rýchlosť.<br/><b>Poznámky:</b> Štandardná verzia umožňuje inštaláciu z internetu (FTP) alebo z dopredu stiahnutých ISO obrazov. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Domovská stránka:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Popis:</b> FreeDOS je slobodný MS-DOS kompatibilný operačný systém.<br/><b>Poznámky:</b> Pozrite si <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manuál</a> pre detaily inštalácie. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Domovská stránka:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Popis:</b> FreeNAS je vstavaná open sourcová NAS (datové úložisko na sieti) distribúcia založená na FreeBSD.<br/><b>Inštalačné poznámky:</b> LiveCD verzia vytvára RAM disk pre FreeNAS, a používa FAT-formátovanú floppy disketu alebo USB kľúč pre uloženie konfiguračného súboru. Vstavaná verzia dovoľuje inštaláciu na hardisk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Domovská stránka:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Popis:</b> Frugalware je mnohostranne využiteľná distribúcia založená na Slackware pre pokročilých používateľov.<br/><b>Inštalačné poznámky:</b> Predvolená možnosť dovoľuje obidve inštalácie, prostredníctvom internetu (FTP), alebo offline inštaláciu s použitím vopred stiahnutých inštalačných ISO súborov. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Domovská stránka:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Popis:</b> GeeXboX je vnorená distribúcia Linux Media Center.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je distribúcia, schválena FSF, založená na Ubuntu, obsahujúca výhradne free komponenty.<br/><b>Inštalačné poznámky:</b> Live verzia dovoľuje bootovanie v Live režime, z ktorého môže byť voliteľne spustený inštalátor. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Domovská stránka:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Popis:</b> Kubuntu je oficiálny derivát Ubuntu vybavené prostredím KDE.<br/><b>Poznámky k inštalácii:</b> Live verzia umožňuje zavádzanie v Live režime, z ktorého môže byť voliteľne spustený inštalátor. Verzia NetInstall umožňuje inštaláciu cez FTP a môže inštalovať Kubuntu a iné oficiálne deriváty Ubuntu. Ak chcete použiť vopred stiahnuté alternatívne(nie desktop) inštalačné iso, použite možnosť HdMedia a potom umiestnite alternatívny(alternate) inštalačný iso súbor do koreňového adresára vášho pevného disku alebo USB jednotky. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Domovská stránka:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Popis:</b> Super Grub Disk slúži na jednoduchú obnovu MBR a rôznych zavádzačov systémov.<br/><b>Poznámky:</b> SGD sa jednoducho zavedie a spustí - nie je potrebná inštalácia. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Domovská stránka:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Popis:</b> EeePCLinuxOS je užívateľsky priateľská distribúcia postavená na PCLinuxOS určená pre počítače EeePC.<br/><b>Poznámky:</b> Pred odsúhlasením inštalácie sa uistite, že médium je prázdne a naformátované. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Domovská stránka:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Popis:</b> Ubuntu Eee nie je len Ubuntu upravené pre Asus Eee PC. Je to operačný systém používajúci rozhranie Netbook Remix uprednostňujúci najlepší softvér pred slobodnými alternatívami (napr. Skype namiesto Ekiga).<br/><b>Popis:</b> Pred odsúhlasením inštalácie sa uistite, že médium je prázdne a naformátované. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Domovská stránka:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Popis:</b> Elive je distribúcia založená na Debian-e, obsahujúca odľahčeného správcu okien.<br/><b>Poznámky k inštalácii:</b> Live verzia umožňuje zavádzanie v Live režime, z ktorého môže byť voliteľne spustený inštalátor. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Domovská stránka:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Popis:</b> Kiwi Linux je derivát Ubuntu určený prevažne pre rumunsky, maďarsky a anglicky hovoriacich užívateľov.<br/><b>Poznámky:</b> Pred odsúhlasením inštalácie sa uistite, že médium je prázdne a naformátované. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Domovská stránka:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Popis:</b> gNewSense je vysoko kvalitná linuxová distribúcia, ktorá je postavená na Ubuntu a prináša úplne slobodný systém bez binárnych súčastí a licenčne problematických balíkov.<br/><b>Poznámky:</b> Pred odsúhlasením inštalácie sa uistite, že médium je prázdne a naformátované. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Domovská stránka:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Popis:</b> NimbleX je malá pružná dsitribúcia založená na Slackware. Je zostavená pužitím linux-live scriptov a je vybavená prostredím KDE. Môže byť spustená z CD alebo pamäte flash(USB kľúče alebo MP3 prehrávače) a môže byť jednoducho prispôsobená a rozšírená.<br/><b>Poznámky k inštalácii:</b> NimbleX sa zavádza v Live režime. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Domovská stránka:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Popis:</b> SliTaz je "odľahčená" mikrodistribúcia zameraná na desktopy. <br/><b>Poznámky:</b> Live verzia načíta celý systém do RAM, z ktorej je následne zavedený. Inštalácia nie je nutná, ale je možná. Inštalátor je založený na <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Domovská stránka:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Popis:</b> xPUD je malá distribúcia, ktorá prináša celoobrazovkové rozhranie s internetovým prehliadačom a multimediálnym prehrávačom.<br/><b>Poznámky:</b> Live verzia načíta celý systém do RAM, z ktorej je následne zavedený. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Vyberte z ponuky podporovaných distribúcií &Distribution &Distribúcia Specify a disk image file to load Výber obrazu disku Disk&image Disk&obraz Manually specify a kernel and initrd to load Ručný výber jadra a initrd &Custom &Vlastné Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Miesto pre zachovanie súborov pri reštartovaní. Funguje iba pre LiveUSB s Ubuntu a derivátmi. Ak hodnota prekročí kapacitu jednotky, bude použité maximálne dostupné miesto. Space used to preserve files across reboots (Ubuntu only): Miesto pre zachovanie súborov pri reštartovaní (iba Ubuntu): MB MB OK OK Return Návrat Cancel Zrušiť Esc Esc Reboot Now Reštartovať teraz Exit Koniec 1. Downloading Files 1. Sťahovanie súborov 2. Extracting and Copying Files 2. Rozbaľovanie a kopírovanie súborov 3. Installing Bootloader 3. Inštalácia zavádzača 4. Installation Complete, Reboot 4. Inštalácia je úplná, reštart Select the target drive to install to Vyberte zariadenie pre inštaláciu Dri&ve: Za&riadenie Select the installation target type Vyberte typ zariadenia pre inštaláciu: &Type: &Typ Select the distribution version Vyberte verziu distribúcie Select disk image file Vyberte súbor s obrazom disku ... ... Select the disk image type Vyberte typ obrazu disku Specify a floppy/hard disk image, or CD image (ISO) file to load Vyberte obraz disku, diskety alebo CD (ISO) Specify a kernel file to load Vyberte súbor s jadrom Select kernel file Vyberte súbor s jadrom Specify an initrd file to load Vyberte súbor s initrd Select initrd file Vyberte súbor initrd Select syslinux.cfg or isolinux.cfg file Vyberte súbor syslinux.cfg alebo isolinux.cfg Specify parameters and options to pass to the kernel Vyber parametrov a volieb jadra &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Možnosti: uninstaller Uninstallation Complete Odinštalácia kompletná %1 has been uninstalled. %1 bolo odinštalované. Must run as root Je potrebné spustiť ako root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 musí byť spustené ako root. Zavri ho, a znovu spusti buď použitím:<br/><b>sudo %1</b><br/>alebo:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Odinštalátor %1 is currently installed. Remove the existing version? %1 je už nainštalované. Odstrániť súčasnú verziu? unetbootin_sl.ts0000664000175000017500000016745412154035431012771 0ustar gezageza Slovenian translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2010-05-01 21:02+0000 Last-Translator: Geza Kovacs <geza0kovacs@gmail.com> Language-Team: Slovenian <sl@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk Trdi disk USB Drive Pogon USB ISO ISO Floppy Disketa either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive Vstavite USB pomnilnik No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted %1 ni priklopljen You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro Izberite distribucijo You must select a distribution to load. Select a disk image file Izberi datoteko slike diska You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Cilj:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Arhiv:</b> %1 <b>Source:</b> <b>Vir:</b> <b>Destination:</b> <b>Cilj:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Vir:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Cilj:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... Prenašanje datotek. Prosim, počakajte.. <b>Downloaded:</b> 0 bytes <b>Prenešeno:</b> 0 bajtov Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Prenešeno:</b> %1 od %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> Iskanje v <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 ni bil najden %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (trenutno) (Done) (končano) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions &Distribution &Distribucija Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Po &meri Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK V redu Return Cancel Prekliči Esc Reboot Now Exit 1. Downloading Files 1. Prenašanje datotek 2. Extracting and Copying Files 2. Razširjanje in kopiranje datotek 3. Installing Bootloader 3. Namestitev zaganjalnika 4. Installation Complete, Reboot 4. Namestitev končana, ponovno zaženite Select the target drive to install to Dri&ve: Select the installation target type &Type: &Vrsta: Select the distribution version Izberite verzijo distribucije Select disk image file ... ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: &Jedro: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_sr.ts0000664000175000017500000025502612154035431012770 0ustar gezageza Serbian translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2010-12-21 20:15+0000 Last-Translator: Kosava <Unknown> Language-Team: Serbian <sr@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight SaLevaNaDesno unetbootin Hard Disk Tvrdi disk USB Drive USB disk ISO ISO Floppy Disketna jedinica either ili LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File Učitaj fajl sa slikom diska All Files Сви фајлови All Files (*) Svi fajlovi (*) Open Kernel File Otvori fajl Kernel Open Initrd File Otvori fajl Initrd Open Bootloader Config File Otvoriti konfiguracioni fajl Bootloadera Insert a USB flash drive Umetnite USB flеš disk No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Fleš disk nije pronađen. Ako ste ga već umetnuli, probajte da ga ponovo formatizujete kao FAT32. %1 not mounted %1 nije montiran You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Prvo morate montirati USB disk %1 na tačku priključenja.Većina distribucija će to učiniti automatski nakon što izvadite i ponovno umetnete USB disk. Select a distro Odaberite distribuciju You must select a distribution to load. Morate odabrati distribuciju za učitavanje. Select a disk image file Odaberite fajl slike diska You must select a disk image file to load. Morate odabrati sliku diska za učitavanje. Select a kernel and/or initrd file Odaberite kernel i/ili initrd fajl You must select a kernel and/or initrd file to load. Morate odabrati kernel i/ili initrd fajl za učitavanje. Diskimage file not found Slika diska nije pronađena The specified diskimage file %1 does not exist. Navedeni fajl slike diska %1 ne postoji. Kernel file not found Kernel fajl nije pronađen The specified kernel file %1 does not exist. Navedeni kernel fajl %1 ne postoji. Initrd file not found Initrd fajl nije pronađen The specified initrd file %1 does not exist. Navedeni initrd fajl %1 ne postoji. %1 exists, overwrite? %1 postoji, da ga prebrišem? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Fajl %1 već postoji. Odaberite 'Da za Sve' da bi prebrisali i sprečili naredne upite, 'Da' da bi prebrisali pojedinačno, i 'Ne' da bi zadržali vaše postojeće verzije. Ako ste u nedoumici, odaberite 'Da za Sve'. %1 is out of space, abort installation? nema više mjesta za %1, prekinuti instalaciju? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Nema više mesta za direktorijum %1. Odaberite 'Da' za prekid instalacije, 'Ne' za ignoriranje ove greške i pokušaj nastavka instalacije i 'Ne za Sve' za ignoriranje svih grešaka u vezi nedostatka prostora. Locating kernel file in %1 Tražim kernel fajl u %1 Copying kernel file from %1 Kopiram kernel fajl sa %1 Locating initrd file in %1 Tražim initrd fajl u %1 Copying initrd file from %1 Kopiram initrd fajl sa %1 Extracting bootloader configuration Raspakujem bootloader konfiguraciju <b>Extracting compressed iso:</b> %1 <b>Raspakujem komprimovani iso:</b> %1 Copying file, please wait... Kopiram fajl, molim sačekajte ... <b>Source:</b> <a href="%1">%1</a> <b>Izvorište:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Odredište:</b> %1 <b>Copied:</b> 0 bytes <b>Kopirano:</b> 0 bajtova Extracting files, please wait... Raspakujem fajlove, molim sačekajte ... <b>Archive:</b> %1 <b>Arhiva:</b> %1 <b>Source:</b> <b>Izvorište:</b> <b>Destination:</b> <b>Odredište:</b> <b>Extracted:</b> 0 of %1 files <b>Raspakovano:</b> 0 od %1 files <b>Source:</b> %1 (%2) <b>Izvorište:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Odredište:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Raspakovano:</b> %1 od %2 fajl(ova) Downloading files, please wait... Preuzimam fajlove, molim sačekajte ... <b>Downloaded:</b> 0 bytes <b>Preuzeto:</b> 0 bajtova Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Preuzeto:</b> %1 od %2 <b>Copied:</b> %1 of %2 <b>Kopirano:</b> %1 od %2 Searching in <a href="%1">%1</a> Pretražujem <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 odgovarajućih pronađeno u <a href="%3">%3</a> %1 not found %1 nije pronađen %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 nije pronađen. Ovo je potrebno za %2 instalacioni mod. Instaliranje paketa "%3" ili ekvivalenta vaše distribucije. (Current) (Trenutno) (Done) (Učinjeno) Configuring grub2 on %1 Podešavam grub2 na %1 Configuring grldr on %1 Podešavam grldr za %1 Configuring grub on %1 Podešavam grub za %1 Installing syslinux to %1 Instaliram syslinux na %1 Installing extlinux to %1 Instaliram extlinux na %1 Syncing filesystems Sinhronizujem sistem fajlova Setting up persistence After rebooting, select the Posle ponovnog učitavanja sistema, odaberite After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Posle ponovnog učitavanja sistema, odaberite opciju USB boot u BIOS boot meniju.%1 Sada ponovo pokrenuti sistem? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VAŽNO* Pre ponovnog pokretanja sistema, postaviti Ubutnu alternativnu (ne desktop) instalacioni iso fajl u koreni direktorijum vašeg tvrdog ili USB diska. Mogu nabaviti sa cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VAŽNO* Nakon ponovnog pokretanja sistema, ignorirati bilo kakve poruke o greškama i odabrati povratak ako se pojavi upit za CD, zatim u glavnom meniju, odabrati opciju 'Pokrenuti Instalaciju', odaberite 'Mrežu' kao izvor, odaberite 'HTTP' za protokol, unesite 'mirrors.kernel.org' kada se pojavi upit za server, i unesite '/centos/%1/os/%2' kada se pojavi upit za folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VAŽNO* Pre ponovnog pokretanja sistema, staviti Debian instalacioni iso fajl u koreni direktorijum vašeg tvrdog ili USB diska. Mogu se nabaviti sa cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VAŽNO* Nakon ponovnog učitavanja sistema, ignoririsati poruke o greškama i odabrati povratak ako se pojavi upit za CD, nakon toga u glavnom meniju, odabrati opciju 'Pokrenuti Instalaciju', odabrati kao izvor 'Mreža', odbarati za protokol 'HTTP', uneti 'download.fedora.redhat.com', kada se pojavi upit o serveru unesite '/pub/fedora/linux/development/%1/os' kada se pojavi upit o direktorijumu. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VAŽNO* Nakon ponovnog učitavanja sistema, ignoririsati poruke o greškama i odabrati povratak ako se pojavi upit za CD, nakon toga u glavnom meniju, odabrati opciju 'Pokrenuti Instalaciju', odabrati kao izvor 'Mreža', odbarati za protokol 'HTTP', uneti 'download.fedora.redhat.com', kada se pojavi upit o serveru unesite '/pub/fedora/linux/releases/%1/Fedora/%2/os' kada se pojavi upit o direktorijumu. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VAŽNO* Nakon ponovnog učitavanja sistema,ignoririsati poruke o greškama i odabrati povratak ako se pojavi upit za CD, nakon toga u glavnom meniju, odabrati opciju 'Pokrenuti Instalaciju', odabrati kao izvor 'Mreža', odbarati za protokol 'HTTP, uneti 'download.opensuse.com', kada se pojavi upit o serveru unesite '/factory/repo/oss' kada se pojavi upit o direktorijumu. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VAŽNO* Nakon ponovnog učitavanja sistema,ignoririsati poruke o greškama i odabrati povratak ako se pojavi upit za CD, nakon toga u glavnom meniju, odabrati opciju 'Pokrenuti Instalaciju', odabrati kao izvor 'Mreža', odbarati za protokol 'HTTP, uneti 'download.opensuse.org', kada se pojavi upit o serveru unesite '/distribution/%1/repo/oss' kada se pojavi upit o direktorijumu. == Select Distribution == == Odaberite distribuciju == == Select Version == == Odaberite verziju == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Dobrodošli u <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Univerzalni Netboot instoler. Korišćenje:<ol><li>Odabrati distribuciju i verziju za preuzimanje iz gornje liste, ili ručno odrediti fajlove za preuzimnaje niže</li><li>Odabrati tip instalacije, i pritisnuti OK za početak instalacije.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Web stranica:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Opis:</b> Arch Linux je lightweight distribucija optimizovana za brzinu i fleksibilnost.<br/><b>Instalaciona napomena:</b> Podrazumevana verzija omogućava instalaciju preko internet-a (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Opis:</b> BackTrack je distribucija sa fokusom na analizu mreže i provjeru mogućnosti upada.<br/><b>Instalaciona napomena:</b> BackTrack se pokreće i koristi uživo; za korišćenje nije potrebna instalacija. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Opis:</b> CentOS je besplatan Red Hat Enterprise Linux klon.<br/><b>Instalaciona napomena:</b> Podrazumevana verzija omogućava instalaciju preko interneta (FTP), ili ako niste povezani na mrežu instalacijom ranije preuzetih ISO instalacionih fajlova. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Opis:</b> CloneZilla je ditribucija koja se koristi za izradu sigurnosnih kopija diska i pravljenje slika diska.<br/><b>Instalaciona napomena:</b> CloneZilla se pokreće i koristi uživo; za korišćenje nije potrebna instalacija. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Opis:</b> Damn Small Linux je minimalistička distribucija stvorena za starije računare.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, kompletni sistem smešta u RAM i startuje u memoriji, instalacija nije potrebna, ali je moguća. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Opis:</b> Debian je Linux distribucija razvijena od strane zajednice, koja podržava puno različitih arhitektura i nudi veliki broj paketa.<br/><b>Instalaciona napomena:</b> The NetInstall verzija omogućava instalaciju preko FTP. Ako želite koristiti unapred preuzete instalacione ISO fajlove, koristitite HdMedia opciju, i zatim postavite instalacioni ISO file u koreni direktorijum vašeg tvrdog ili USB diska. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Opis:</b> Dreamlinux je korisnički prijateljska Debian bazirana distribucija.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Web stranica:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Opis:</b> Dr.Web AntiVirus je anti-virusna prva pomoć za rekonstruisanje sistema koji je oštećen zbog zloćudnog programa.<br/><b>Instalaciona napomena:</b> Verzija "Live" dozvoljava korišćenje i podizanje sistema uživo, nakon čega je moguće pokrenuti pretragu za zloćudnim programima. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive je bazirana na Debian linuksu i koristi Enlightenment upravljač prozora.<br/><b>Instalaciona napomena:</b> Verzija "Live"omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Opis:</b> Fedora je distribucija kojoj je sponzor Red Hat i u kojoj se nalaze najnoviji besplatni i programi otvorenog koda.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. Verzija "NetInstall" omogućava instalaciju preko interneta (FTP), ili ako niste povezani na mrežu instalacijom ranije preuzetih ISO instalacionih fajlova. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Opis:</b> FreeBSD je opšti Unix-oliki operativni sistem koji je izrađen tako da bude proširiv i visokih performansi.<br/><b>Instalaciona napomena:</b> Podrazumevana verzija omogućava instalaciju preko interneta (FTP), ili ako niste povezani na mrežu instalacijom ranije preuzetih ISO instalacionih fajlova. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Web stranica:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Opis:</b> FreeDOS je besplatni MS-DOS kompatibilni operativni sistem.<br/><b>Instalaciona napomena:</b> Pogledajte <a href=\"http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall\">uputstvo</a> za detalje u vezi instalacije. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Web stranica:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Opis:</b> FreeNAS je ugrađena NAS (Network-Attached Storage) distribucija otvorenog koda, bazirana na FreeBSD.<br/><b>Instalaciona napomena:</b> Verzija LiveCD kreira RAM disk za FreeNAS, i koristi a FAT formatizovanu disketu ili USB disk za snimanje fala sa podašavanjima. Ugrađena verzija omogućava instalaciju na tvrdi disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Opis:</b> Frugalware je distribucija op[te namene bazirana na Slackware i namenjena naprednim korisnicima.<br/><b>Primjedba Instalacije:</b> Podrazumijevane opcije omogućavaju instalaciju preko interneta (FTP) i ako niste povezani na mrežu instalacijom ranije preuzetih ISO instalacionih fajlova. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense je FSF-odobrena distribucija bazirana na Ubuntu sa uklonjenim svim componentama koje nisu slobodne.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Opis:</b> Gujin je grafički boot manager koji može raditi bootstrap raznih i particija i datoteka.<br/><b>Instalaciona napomena:</b> Gujin se jednostavno startuje i pokreće; instalacije nije neophodna za korišćenje. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Web stranica:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Opis:</b> Kaspersky Rescue disk otkriva i uklanja zloćudne programe iz vaše Windows installacije.<br/><b>Instalaciona napomena:</b> Verzija "Live" dozvoljava korišćenje i podizanje sistema uživo, nakon čega je moguće pokrenuti pretragu za zloćudnim programima. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Opis:</b> Kubuntu je zvanični Ubuntu derivat koji je baziran na KDE.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je, ako je potrebno, moguće pokrenuti instalacioni program. Verzija NetInstall omogućava instalaciju preko FTP i može instalirati Kubuntu i druge zvanične Ubuntu derivate. Ako želite da koristiti unapred preuzete alternativne instalacione ISO verzije, koristite HdMedia opciju, i zatim postavite odgovarajući ISO fajl u koreni direktorijum vašeg tvrdog ili USB diska. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Opis:</b> Linux Mint je korisnički orijentisana distribucija bazirana na Ubuntu, koja sadrži dodatne vlasničke kodeke i druge software podrazumijevano.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je, po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Web stranica:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Opis:</b> Mandriva je korisnički orijentisana distribucija poznata kao Mandrake Linux.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je, po potrebi moguće pokrenuti instalacioni program. Verzija NetInstall omogućava instalaciju preko FTP ili korišćenjem unapred preuzetih "slobodnih" ISO slika sa <a href="http://www.mandriva.com/en/download"></a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Opis:</b> MEPIS je bazirana na Debian distribuciji. SimplyMEPIS je korisnički orijentisana verzija bazirana na KDE, AntiX je lagana verzija za starije računare.<br/><b>Instalaciona napomena:</b>MEPIS podržava podizanje sistema uživo iz kojeg je po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Web stranica:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX je mala, svestrana distribucija bazirana na Slackware linuksu. Napravljena korištenjem linux-live skripti i sadrži KDE. Može se pokretati sa CD ili fleš memorije (USB ili muzičkih plejer) i može se jednostavno prilagoditi i proširiti.<br/><b>Instalaciona napomena:</b> NimbleX se podiže uživo. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Web stranica:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Opis:</b> openSUSE je korisnički orijentisana distribucija sa Novell podrškom.<br/><b>Instalaciona napomena:</b> Podrazumevana verzija omogućava instalaciju preko interneta (FTP), ili ako niste povezani na mrežu instalacijom ranije preuzetih ISO instalacionih fajlova. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Opis:</b> Ophcrack može razbiti Windows lozinke.<br/><b>Instalaciona napomena:</b> Ophcrack se pokreće i koristi uživo; za korišćenje nije potrebna instalacija. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Web stranica:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Opis:</b> Parted Magic sadrži GParted upravljač particijama i druge sistemske alate koji mogu da promene veličinu, kopiraju, naprave sigurnosne kopije i manipulišu particijama diska.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je, po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href=\"http://www.puppylinux.com/\">http://www.puppylinux.com</a><br/><b>Opis:</b> Puppy Linux je lagana distribucija namenjena starijim računarima.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, kompletni sistem smešta u RAM i startuje u memoriji, instalacija nije potrebna, ali je moguća. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Web stranica:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Opis:</b> Sabayon je "Live" DVD distribucija bazirana Gentoo linuksu sa Entropy binarnim upravljačem paketa kao dodatku paketima baziranim na izvornom kodu.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. LiteMCE edicija je 2GB, a za punu ediciju je je potreban USB disk od 8GB. <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Opis:</b> Slax je distribucija bazirana na Slackware linuksu sa KDE.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Web stranica:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz je lagana, micro distribucija orijentisana ka radnoj površini.<br/><b>Instalaciona napomena:</b>Verzija "Live" kompletni sistem smešta u RAM i startuje u memoriji, instalacija nije potrebna, ali je moguća. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Opis:</b> Smart Boot Manager je bootloader koji može rešiti neka ograničenja i greške koje se odnose na podizanje sistema i BIOS.<br/><b>Instalaciona napomena:</b> SBM se jednostavno podiže i koristi; za korišćenje instalacija nije neophodna. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Web stranica:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Opis:</b> Super Grub Disk je bootloader koji može uraditi niz akcija za oporavak MBR i bootloader-a.<br/><b>Instalaciona napomena:</b> SGD se jednostavno podiže i koristi; za korišćenje instalacija nije neophodna. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Opis:</b> Super OS je nezvanični derivat Ubuntu distribucije koji sadrži dodatne programe. Potreban je 2GB USB disk za instalaciju.<br/><b>Instalaciona napomena:</b> Omogućava podizanje sistema uživo iz kojeg je po potrebi moguće pokrenuti instalacioni program. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Opis:</b> Ubuntu is a je korisnički prijateljska Debian bazirana distribucija. Trenutno je najpopularnija distribucija za radne površine.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. Verzija "NetInstall" omogućava instalaciju preko interneta (FTP) i može instalirati Kubuntu i ostale zvanične Ubuntu derivate. Ako želite da koristiti unapred preuzete alternativne instalacione ISO verzije, koristite HdMedia opciju, i zatim postavite odgovarajući ISO fajl u koreni direktorijum vašeg tvrdog ili USB diska. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Web stranica:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD je laka distribucija sa jednostavnim interfejsom, web čitačem i media plejerom.<br/><b>Instalaciona napomena:</b> Verzija "Live" se smešta u RAM i startuje u memoriji. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Web stranica:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Opis:</b> Xubuntu je zvanični Ubuntu derivat baziran na XFCE.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je, ako je potrebno, moguće pokrenuti instalacioni program. Verzija NetInstall omogućava instalaciju preko FTP i može instalirati Kubuntu i druge zvanične Ubuntu derivate. Ako želite da koristiti unapred preuzete alternativne instalacione ISO verzije, koristite HdMedia opciju, i zatim postavite odgovarajući ISO fajl u koreni direktorijum vašeg tvrdog ili USB diska. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Opis:</b> Zenwalk je baziran na Slackware distribuciji i koristi XFCE za radnu površinu.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Web stranica:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Opis:</b> EeePCLinuxOS je korisnički prijateljska distribucija bazirana na PCLinuxOS za EeePC.<br/><b>Instalaciona napomena:</b> Pre nego što počnete sa instalacijom, obezbedite prazan i formatizovan instalacioni medijum. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Web stranica:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Opis:</b> Ubuntu Eee nije samo Ubuntu optimizovan za Asus Eee PC. To je operativni sistem, koji koristi Netbook Remix interfejs, koji favorizuje najbolje raspoložive programe umesto alternativa otvorenog koda (npr. Skype umjesto Ekiga).<br/><b>Instalaciona napomena:</b> Pre nego što počnete sa instalacijom, obezbedite da instalacioni medijum bude prazan i formatizovan. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Web stranica:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Opis:</b> Elive je distribucija zasnovana na Debian linuksu koja se oslanja na upravljanje prozorima pod Eghtenment.<br/><b>Instalaciona napomena:</b> Verzija "Live" omogućava korišćenje i podizanje sistema uživo, iz kojeg je po potrebi moguće pokrenuti instalacioni program. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Web stranica:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Opis:</b> Kiwi Linux je Ubuntu derivat prvobitno namenjen korisnicima koji koriste Rumunski, Mađarski i Engleski.<br/><b>Instalaciona napomena:</b> Pre instalacije obezbediti prazan i formatizovan medijum. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Web stranica:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Opis:</b> gNewSense je visokokvalitetna GNU/Linux distribucija koja proširuje i poboljšava Ubuntu stvarajući potpuno slobodan operativni sistem bez bilokakvih binarnih krupnih objekata (blob) ili paketa koji sadrže vlasničke programe.<br/><b>Napomena Instalacije:</b> Pre nego što počnete sa instalacijom, obezbedite prazan i formatizovan instalacioni medijum. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=\":/nimblex.png\" /><br/><b>Web stranica:</b> <a href=\"http://www.nimblex.net/\">http://www.nimblex.net</a><br/><b>Opis:</b> NimbleX je lagana, univerzalna distribucija bazirana na Slackware linuksu. Kreirana je korišćenjem linux-live skripti, i koristi KDE. Može se podizati sa CD ili fleš memorije (USB disk ili audio plejeri) i može se jednostavno prilagođavati i proširivati.<br/><b>Instalaciona napomena:</b> NimbleX se podiže u uživo. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=\":slitaz.png" /><br/><b>Web stranica:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Opis:</b> SliTaz jwe lagana mikro distribucija okrenuta ka radnoj površini.<br/><b>Instalaciona napomena:</b> Verzija "Live" učitava kompletan sistem u RAM i startuje se iz memorije, tako da instalacija nije neophodna, ali je moguća. Ovaj installer se zasniva na <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=\":/xpud.png\" /><br/><b>Web stranica:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Opis:</b> xPUD je lagana distribucija sa jednostavnim interfejsom, web čitačem i media plejerom.<br/><b>Napomena Instalacije:</b> Verzija "Live" kompletni sistem smešta u RAM i startuje u memoriji. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Odaberi iz liste podržanih distribucija &Distribution &Distribucija Specify a disk image file to load Odredi sliku diska za učitavanje Disk&image &Slika diska Manually specify a kernel and initrd to load Odredi kernel i initrd za učitavanje &Custom &Prilagođeno Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK U redu Return Povratak Cancel Odustani Esc Esc Reboot Now Sada ponovo pokreni sistem Exit Izlaz 1. Downloading Files 1. Preuzimam fajlove 2. Extracting and Copying Files 2. Raspakujem i kopiram fajlove 3. Installing Bootloader 3. Instaliram Bootloader 4. Installation Complete, Reboot 4. Instalacija završena, ponovo podižem sistem Select the target drive to install to Odaberite ciljni disk na koji će ce vršiti instalacija Dri&ve: Disk Select the installation target type Odaberi vrstu ciljne instalacije &Type: &Tip: Select the distribution version Odaberi vrstu distribucije Select disk image file Odaberi fajla sa slikom diska ... ... Select the disk image type Odaberite vrstu slike diska Specify a floppy/hard disk image, or CD image (ISO) file to load Odredi sliku disketne jedinice/tvrdog diska ili fajl slike CD-a (ISO) za učitavanje Specify a kernel file to load Odaberi kernel fajl za učitavanje Select kernel file Odaberi kernel fajl Specify an initrd file to load Odaberi initrd fajl za učitavanje Select initrd file Odaberi initrd fajl Select syslinux.cfg or isolinux.cfg file Odaberi syslinux.cfg ili isolinux.cfg fajl Specify parameters and options to pass to the kernel Odredi parametre i opcije koje će biti predate kernel-u &Kernel: &Kernel: Init&rd: Init&rd: &Options: &Opcije: uninstaller Uninstallation Complete Završena deinstalacija %1 has been uninstalled. %1 je deinstaliran. Must run as root Morate startovati kao root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Deinstaler %1 is currently installed. Remove the existing version? %1 is trenutno instaliran. Ukloniti postojeću verziju? unetbootin_sv.ts0000664000175000017500000021356412154035431012775 0ustar gezageza Swedish translation for unetbootin Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2009. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-02-05 12:25+0000 Last-Translator: Jakob Gezelius <Unknown> Language-Team: Launchpad Swedish Translators <lp-l10n-sv@lists.launchpad.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) X-Poedit-Bookmarks: 80,-1,-1,-1,-1,-1,-1,-1,-1,-1 X-Poedit-Language: Swedish QObject LeftToRight LeftToRight unetbootin Hard Disk Hårddisk USB Drive USB-enhet ISO ISO Floppy Diskett either antingen LiveUSB persistence FAT32-formatted USB drive FAT32-Formaterat USB Minne EXT2-formatted USB drive EXT2-Formaterat USB Minne Open Disk Image File Öppna avbildningsfil All Files Alla filer All Files (*) Alla filer (*) Open Kernel File Öppna kärnfil Open Initrd File Öppna initrd-fil Open Bootloader Config File Öppna konfigurationsfil för starthanterare Insert a USB flash drive Anslut en USB-lagringsenhet No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Inga USB-lagringsenheter hittades. Om du redan har anslutit en USB-enhet, prova att formatera om den som FAT32. %1 not mounted %1 är inte monterad You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Du måste först montera USB-enheten %1 till en monteringspunkt. De flesta distributioner kommer att göra detta automatiskt efter att du kopplar från och ansluter USB-enheten igen. Select a distro Välj en distribution You must select a distribution to load. Du måste välja en distribution att läsa in. Select a disk image file Välj en avbildningsfil You must select a disk image file to load. Du måste välja en avbildningsfil att läsa in. Select a kernel and/or initrd file Välj en kärn- och/eller initrd-fil You must select a kernel and/or initrd file to load. Du måste välja en kärn- och/eller initrd-fil att läsa in. Diskimage file not found Avbildningsfilen hittades inte The specified diskimage file %1 does not exist. Den angivna avbildningsfilen %1 finns inte. Kernel file not found Kärnfilen hittades inte The specified kernel file %1 does not exist. Den angivna kärnfilen %1 finns inte. Initrd file not found Initrd-fil hittades inte The specified initrd file %1 does not exist. Den angivna initrd-filen %1 finns inte. %1 exists, overwrite? %1 finns redan, vill du skriva över? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Filen %1 finns redan. Tryck på "Ja för alla" för att skriva över dem och inte bli tillfrågad igen, "Ja" för att skriva över filer på individuell basis, samt "Nej" för att hålla kvar din befintliga version. Om du är osäker, tryck på "Ja för alla". %1 is out of space, abort installation? %1 har slut på utrymme, vill du avbryta installationen? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Katalogen %1 har slut på utrymme. Tryck på "Ja" för att avbryta installationen, "Nej" för att ignorera detta fel och försöka att fortsätta installationen, samt "Nej till alla" för att ignorera alla relaterade fel. Locating kernel file in %1 Lokaliserar kärnfil i %1 Copying kernel file from %1 Kopierar kärnfil från %1 Locating initrd file in %1 Lokaliserar initrd-fil i %1 Copying initrd file from %1 Kopierar initrd-fil från %1 Extracting bootloader configuration Extraherar konfiguration för starthanterare <b>Extracting compressed iso:</b> %1 <b>Extraherar komprimerad iso:</b> %1 Copying file, please wait... Kopierar fil, vänta... <b>Source:</b> <a href="%1">%1</a> <b>Källa:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Mål:</b> %1 <b>Copied:</b> 0 bytes <b>Kopierat:</b> 0 byte Extracting files, please wait... Extraherar filer, vänta... <b>Archive:</b> %1 <b>Arkiv:</b> %1 <b>Source:</b> <b>Källa:</b> <b>Destination:</b> <b>Mål:</b> <b>Extracted:</b> 0 of %1 files <b>Extraherat:</b> 0 av %1 filer <b>Source:</b> %1 (%2) <b>Källa:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Mål:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Extraherat:</b> %1 av %2 filer Downloading files, please wait... Hämtar filer, vänta... <b>Downloaded:</b> 0 bytes <b>Hämtat:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Hämtat:</b> %1 av %2 <b>Copied:</b> %1 of %2 <b>Kopierat:</b> %1 av %2 Searching in <a href="%1">%1</a> Söker i <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 sökträffar i <a href="%3">%3</a> %1 not found %1 hittades inte %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 hittades inte. Den krävs för installationsläget %2. Installera paketet "%3" eller din distributions motsvarighet. (Current) (Aktuell) (Done) (Utförd) Configuring grub2 on %1 Konfigurerar grub2 på %1 Configuring grldr on %1 Konfigurerar grldr på %1 Configuring grub on %1 Konfigurerar grub på %1 Installing syslinux to %1 Installerar syslinux på %1 Installing extlinux to %1 Installerar extlinux på %1 Syncing filesystems Synkroniserar filsystem Setting up persistence After rebooting, select the Efter omstart, välj After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Efter omstart, välj uppstartsalternativet för USB i BIOS-uppstartsmenyn%1 Starta om nu? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *VIKTIGT* Innan omstart, lägg till en ISO-installationsfil av Ubuntu alternate (inte desktop) i rootmappen på din hårddisk eller USB-minne. Dessa kan laddas ner från cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrågad om en cd. Gå sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "mirrors.kernel.org" när du tillfrågas om en server och ange "/centos/%1/os/%2" när du tillfrågas om mappen. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *VIKTIGT* Innan omstart, lägg till en ISO-installationsfil av Debian i rootmappen på din hårddisk eller USB-minne. Dessa kan laddas ner från cdimage.debian.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrågad om en cd. Gå sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.fedora.redhat.com" när du tillfrågas om en server och ange "/pub/fedora/linux/development/%1/os" när du tillfrågas om mappen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrågad om en cd. Gå sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.fedora.redhat.com" när du tillfrågas om en server och ange "/pub/fedora/linux/releases/%1/Fedora/%2/os" när du tillfrågas om mappen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrågad om en cd. Gå sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.opensuse.org" när du tillfrågas om en server och ange "/factory/repo/oss" när du tillfrågas om mappen. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *VIKTIGT* Efter omstart, ignorera varenda felmeddelande och välj "back" om du blir tillfrågad om en cd. Gå sedan till huvudmenyn, välj alternativet "Start Installation", välj "Network" som källa, välj "HTTP" som protokoll, ange "download.opensuse.org" när du tillfrågas om en server och ange "/distribution/%1/repo/oss" när du tillfrågas om mappen. == Select Distribution == == Välj distribution == == Select Version == == Välj version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Välkommen till <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Användning:<ol><li>Välj en distribution och version att hämta från ovanstående lista, eller ange filer att läsa in manuellt nedan.</li><li>Välj en installationstyp och tryck på OK för att påbörja installationen.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Webbplats:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b> Beskrivning:</b> Arch Linux är en lättviktig distribution som är optimerad för snabbhet och flexibilitet.<br/><b>Installationsnotering:</b>Standardversionen tillåter installation över internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Webbplats:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Beskrivning:</b> BackTrack är en distribution inriktad på nätverksanalys och infiltrationstestning. <br/><b>Installationsnotering:</b> BackTrack startas upp och körs i "live"-läge; ingen installation krävs för att använda det. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Webbplats:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Beskrivning:</b> CentOS är en fri klon av Red Hat Enterprise Linux.<br/><b>Installationsnotering:</b> Standardversionen tillåter både installation över internet (FTP), samt offlineinstallation med förhämtade ISO-installationsfiler. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Webbplats:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Beskrivning:</b> CloneZilla är en distribution som används för säkerhetskopiering och avbildning.<br/><b>Installationsnotering:</b> CloneZilla startas upp och körs i "live"-läge; ingen installation krävs för att använda det. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Webbplats:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Beskrivning:</b> Damn Small Linux är en minimalistisk distribution utformad för äldre datorer.<br/><b>Installationsnotering:</b> "Live"-versionen läser in hela systemet i RAM-minnet och startar upp från minnet, så installation är inte nödvändigt men frivilligt. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian är en community-baserad Linux distribution som stödjer ett bred sortiment av arkitekturer och tillgodogör ett stort förråd med paket.<br/><b>Installations anvisningar:</b> Netinstall versionen möjliggör installation över FTP. Om du vill ladda ner en färdigladdad install iso, använd HdMedia valet, och sedan placerar du installations iso filen i root mappen på din hårddisk eller USB minne. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Webbplats:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Beskrivning:</b> Super Grub Disk är en starthanterare som kan utföra ett flertal återställningsåtgärder för MBR och starthanterare.<br/><b>Installationsnotering:</b> SGD bara startar upp och körs; ingen installation krävs för att använda det. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Webbplats:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Beskrivning:</b> EeePCLinuxOS är en användarvänlig PCLinuxOS-baserad distribution för EeePC:n.<br/><b>Installationsnotering:</b> Kontrollera att installationsmediet är tomt och formaterat innan du fortsätter installationen. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Webbplats:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Beskrivning:</b> Ubuntu Eee är inte bara Ubuntu-optimerat för Asus Eee PC, det är ett operativsystem som använder Netbook Remix-gränssnittet, som gynnar den bästa programvaran tillgänglig istället för öppen källkodsalternativ (t.ex. Skype istället för Ekiga).<br/><b>Installationsnotering:</b> Kontrollera att installationsmediet är tomt och formaterat innan du fortsätter installationen. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Välj från en lista över distributioner som stöds &Distribution &Distribution Specify a disk image file to load Ange en avbildningsfil att läsa in Disk&image Diska&vbildning Manually specify a kernel and initrd to load Ange kärn- och initrd-fil att läsa in manuellt &Custom A&npassa Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK OK Return Gå tillbaka Cancel Avbryt Esc Esc Reboot Now Starta om nu Exit Avsluta 1. Downloading Files 1. Hämtar filer 2. Extracting and Copying Files 2. Extraherar och kopierar filer 3. Installing Bootloader 3. Installerar starthanterare 4. Installation Complete, Reboot 4. Installationen är färdig, Starta om datorn Select the target drive to install to Ange målenhet för installerationen Dri&ve: En&het: Select the installation target type Ange typ för installationsmål &Type: &Typ: Select the distribution version Välj distributionsversion Select disk image file Välj avbildningsfil ... ... Select the disk image type Välj typ av avbildningsfil Specify a floppy/hard disk image, or CD image (ISO) file to load Ange en avbildningsfil för diskett/hårddisk eller cd-avbildningsfil (ISO) att använda Specify a kernel file to load Ange kärnfil att läsa in Select kernel file Välj kärnfil Specify an initrd file to load Ange en initrd-fil att läsa in Select initrd file Välj initrd-fil Select syslinux.cfg or isolinux.cfg file Välj syslinux.cfg- eller isolinux.cfg-fil Specify parameters and options to pass to the kernel Ange parametrar och alternativ att skicka till kärnan &Kernel: &Kärna: Init&rd: Init&rd: &Options: A&lternativ: uninstaller Uninstallation Complete Avinstallation slutförd %1 has been uninstalled. %1 har avinstallerats. Must run as root Måste köras som root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 Avinstallerare %1 is currently installed. Remove the existing version? %1 är för tillfället installerad, vill du ta bort befintlig version? unetbootin_sw.ts0000664000175000017500000016631212154035431012774 0ustar gezageza Swahili translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2010-11-11 04:07+0000 Last-Translator: Emanuel Feruzi <emanuel.feruzi@trilabs.co.tz> Language-Team: Swahili <sw@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files Mafaili yote All Files (*) Mafaili you (*) Open Kernel File Fungua faili la Kernel Open Initrd File Fungua faili la Initrd Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted %1 haijasimikwa You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro Chagua distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_tr.ts0000664000175000017500000017574512154035431013002 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2013-01-20 00:49+0000 Last-Translator: Yusuf B. <drukyul@yandex.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight SoldanSağa unetbootin Hard Disk Sabit Disk USB Drive USB Sürücü ISO İSO Floppy Disket Sürücü either LiveUSB persistence FAT32-formatted USB drive FAT32-formatlı USB sürücü EXT2-formatted USB drive EXT2-formatlı USB sürücü Open Disk Image File Disk İmaj Dosyası Aç All Files Tüm Dosyalar All Files (*) Tüm Dosyalar (*) Open Kernel File Kernel Dosyası Aç Open Initrd File Initrd Dosyası Aç Open Bootloader Config File Bootloader Config Dosyası Aç Insert a USB flash drive USB Flash Sürücü Takın No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. USB Flash sürücü bulunamadı. Eğer USB sürücü taktıysanız FAT32 olarak formatlayın. %1 not mounted %1 bağlanmadı You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. İlk olarak USB sürücü %1'i bir bağlama noktasına bağlamalısınız. Birçok dağıtım bu işlemi USB sürücüsünü çıkarıp tekrar taktığınızda otomatik olarak yapmaktadır. Select a distro Bir Dağıtım Seçin You must select a distribution to load. Bir dağıtım seçmelisin Select a disk image file Disk İmaj Dosyası Seçin You must select a disk image file to load. Bir Disk imajı seçmelisin Select a kernel and/or initrd file Bir Kernel ve/veya initrd Dosyası Seçin You must select a kernel and/or initrd file to load. Kernel ve/veya initrd dosyası seçmelisin Diskimage file not found Disk İmaj Dosyası Bulunamadı The specified diskimage file %1 does not exist. Belirtilen disk kalıbı %1 bulunamadı. Kernel file not found Kernel Dosyası Bulunamadı The specified kernel file %1 does not exist. Belirtilen çekirdek dosyası %1 bulunamadı. Initrd file not found Initrd dosyası bulunamadı The specified initrd file %1 does not exist. Belirtilen initrd dosyası %1 bulunamadı. %1 exists, overwrite? %1 mevcut, üzerine yazılsın mı? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 dosyası zaten var. Tekrar uyarılmadan üstüne yazılması için 'Tümüne Evet'i, sadece sorulan dosyayı üzerine yazmak için 'Evet'i, varolan dosyasının kalması için ise 'Hayır'ı tıklayın. Emin değilseniz 'Tümüne Evet'i tıklayın. %1 is out of space, abort installation? %1 üzerinde yeterli alan yok, kurulum iptal edilsin mi? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... Dosya kopyalanıyor,lütfen bekleyin... <b>Source:</b> <a href="%1">%1</a> <b>Kaynak:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Hedef:</b> %1 <b>Copied:</b> 0 bytes <b>Kopyalanan:</b> 0 bayt Extracting files, please wait... Dosyalar açılıyor, lütfen bekleyiniz... <b>Archive:</b> %1 <b>Arşiv:</b> %1 <b>Source:</b> <b>Kaynak:</b> <b>Destination:</b> <b>Hedef:</b> <b>Extracted:</b> 0 of %1 files <b>Çıkarılan:</b> 0 , toplam %1 dosya <b>Source:</b> %1 (%2) <b>Kaynak:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Hedef:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... Dosyalar indiriliyor, lütfen bekleyin... <b>Downloaded:</b> 0 bytes <b>İndirilen:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>İndirilen:</b> %1, toplam %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> <a href="%1">%1</a> içinde aranıyor %1/%2 matches in <a href="%3">%3</a> %1 not found %1 bulunamadı %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Geçerli) (Done) (Tamam) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Dosya sistemleri senkronize ediliyor Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *ÖNEMLİ*Sistemi yeniden başlattıktan sonra, hiç bir hata mesajını önemsemeyin ve eğer bir CD yerleştirmeniz istenirse geri seçeneğini tıklayın, ardından da ana menüye gidin, 'Kurulumu Başlat' seçeneğini seçin, ardından kaynak olarak 'Ağ' seçeneğini, protokol olarak 'HTTP' seçeneğini seçin, eğer bir sunucu adresi girmeniz istenirse 'mirror.kernel.org' yazın ve bir dizin ismi girmeniz istenildiğinde '/centos/%1/os/%2' yazın. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Dağıtımı Seçin == == Select Version == == Sürüm Seçin == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer'a hoşgeldiniz. Kullanım:<ol><li>Yukarıdaki listeden indirmek için bir dağıtım ve sürüm seçin veya yüklemek için elle aşağıdan dosyalar belirleyin.</li><li>Bir kurulum çeşidi seçin ve kuruluma başlamak için Tamam'a basın.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Listeden desteklenen dağıtımlardan birini seçin &Distribution &Dağıtım Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom &Özel Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Tamam Return Cancel İptal Esc Esc Reboot Now Şimdi yeniden başlat Exit Çıkış 1. Downloading Files Dosyalar indiriliyor 2. Extracting and Copying Files 2. Dosyalar açılıp kopyalanıyor 3. Installing Bootloader 3. Bootloader kuruluyor 4. Installation Complete, Reboot 4. Kurulum tamamlandı. Yeniden başlat Select the target drive to install to Dri&ve: Select the installation target type &Type: &Tür: Select the distribution version Dağıtım versiyonunu seçin Select disk image file Disk imaj dosyasını seçin ... ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Kernel dosyası seçin Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Syslinux.cfg veya isolinux.cfg dosyası seçin Specify parameters and options to pass to the kernel &Kernel: &Çekirdek: Init&rd: &Options: uninstaller Uninstallation Complete Kaldırma tamamlandı %1 has been uninstalled. Must run as root Yönetici olarak çalıştırmalısın %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? %1 şu anda kurulu. Önceki sürümü kaldırmak ister misiniz? unetbootin_uk.ts0000664000175000017500000025652512154035431012770 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-11-20 17:31+0000 Last-Translator: Pavlo Bilyak <Unknown> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Зліва направо unetbootin Hard Disk Жорсткий диск USB Drive USB-пристрій ISO ISO Floppy Дискета either будь-який LiveUSB persistence Збереження LiveUSB FAT32-formatted USB drive USB-накопичувач форматований у FAT-32 EXT2-formatted USB drive USB-накопичувач форматований у EXT2 Open Disk Image File Відкрити файл з образом диску All Files Всі файли All Files (*) Всі файли (*) Open Kernel File Відкрити файл ядра Open Initrd File Відкрити файл Initrd Open Bootloader Config File Відкрити файл конфігурації завантажувача Insert a USB flash drive Вставте USB-накопичувач No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Не знайдено ні одного USB-накопичувача. Якщо ви його вже підключили, спробуйте переформатувати його в FAT32. %1 not mounted %1 не змонтований You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Спочатку потрібно змонтувати USB-накопичувач %1. Більшість дистрибутивів зроблять це автоматично, якщо вийняти та вставити знову USB-накопичувач. Select a distro Оберіть дистрибутив You must select a distribution to load. Ви повинні обрати дистрибутив для завантаження Select a disk image file Оберіть файл образу диску You must select a disk image file to load. Ви повинні обрати файл образу диску для завантаження. Select a kernel and/or initrd file Оберіть ядро та/чи файл initrd You must select a kernel and/or initrd file to load. Ви повинні обрати ядро та/чи файл initrd Diskimage file not found Файл з образом диску не знайдено The specified diskimage file %1 does not exist. Вказаний образ диску %1 не існує. Kernel file not found Файл з ядром не знайдено The specified kernel file %1 does not exist. Вказане ядро %1 не існує. Initrd file not found Initrd не знайдено. The specified initrd file %1 does not exist. Вказаний файл initrd %1 не існує. %1 exists, overwrite? %1 існує, перезаписати? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Файл %1 вже існує. Натисніть 'Так, для всіх' щоб перезаписати його і не виводити діалог знову для наступних файлів, 'Так' для перезапису в індивідуальному порядку, та 'Ні' для збереження попередньої версії . Якщо сумніваєтесь, то натискайте 'Так, для всіх'. %1 is out of space, abort installation? %1 невистачає місця, припинити встановлення? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Не достатньо вільного місця в теці %1. Натисніть 'Так' щоб перервати встановлення, 'Ні' - щоб ігнорувати помилку і продовжити встановлення і 'Ні для всіх' щоб ігнорувати всі помилки недостачі місця. Locating kernel file in %1 Розташування ядра в %1 Copying kernel file from %1 Копіювання ядра з %1 Locating initrd file in %1 Розташування файлу initrd в %1 Copying initrd file from %1 Копіювання файлу initrd з %1 Extracting bootloader configuration Розпакування конфігурації загрузчика <b>Extracting compressed iso:</b> %1 <b>Витягую стиснений iso-образ:</b> %1 Copying file, please wait... Зачекайте будь-ласка, іде копіювання файлу... <b>Source:</b> <a href="%1">%1</a> <b>Джерело:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Призначення:</b> %1 <b>Copied:</b> 0 bytes <b>Скопійовано:</b> 0 байтів Extracting files, please wait... Витягування файлів, будь-ласка, зачекайте... <b>Archive:</b> %1 <b>Архів:</b> %1 <b>Source:</b> <b>Джерело:</b> <b>Destination:</b> <b>Призначення:</b> <b>Extracted:</b> 0 of %1 files <b>Витягнено:</b> 0 of %1 файлів <b>Source:</b> %1 (%2) <b>Джерело:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Призначення:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Витягнено:</b> %1 of %2 файлів Downloading files, please wait... Завантаження файлів, будь-ласка, зачекайте... <b>Downloaded:</b> 0 bytes <b>Завантажено:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Завантаження %1 %2 з %3 зазнало невдачі. Будь ласка, спробуйте завантажити ISO-файл безпосередньо з сайту та вкажіть його у параметрах образу диску. <b>Downloaded:</b> %1 of %2 <b>Завантажено:</b> %1 of %2 <b>Copied:</b> %1 of %2 <b>Скопійовано:</b> %1 з %2 Searching in <a href="%1">%1</a> Пошук в <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 співпадає з <a href="%3">%3</a> %1 not found %1 не знайдено %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 не знайдено. Це необхідно для режиму встановлення %2. Встановіть пакунок "%3" чи його еквівалент дистрибутиві, який використовується. (Current) (Поточний) (Done) (Виконано) Configuring grub2 on %1 Налаштування grub2 на %1 Configuring grldr on %1 Налаштування grldr на %1 Configuring grub on %1 Налаштування grub на %1 Installing syslinux to %1 Встановлення syslinux на %1 Installing extlinux to %1 Встановлення extlinux в %1 Syncing filesystems Синхронізація файлових систем Setting up persistence Налаштування збереження After rebooting, select the Після перезавантаження оберіть After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Після перезавантаження оберіть в BIOS опцію завантажження з USB.%1 Перезавантажити зараз? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Створений USB-пристрій не завантажеться на комп'ютерах Mac. Вставте його в ПК і виберіть у BIOS опцію 'Завантаження з USB-пристрою' *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *ВАЖЛИВО* Перед перезавантаженням, скопіюйте Ubuntu alternate (не desktop) install iso файл в кореневий каталог вашого жорсткого або USB диску. Цей файл може бути отриманий з cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *ВАЖЛИВО* Після перезавантаження проігноруйте будь-які повідомлення про помилки. Якщо система запросить CD-диск - поверніться назад. В головному меню виберіть 'Почати встановлення', в якості джерела вкажіть 'Мережа' з протоколом 'HTTP'. На запит сервера введіть 'mirrors.kernel.org' і '/centos/%1/os/%2' на запит теки. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *ВАЖЛИВО* Перед перезавантаженням, скопіюйте Debian install iso файл в кореневий каталог вашого жорсткого або USB диску. Цей файл можна завантажити з cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *ВАЖЛИВО* Після перезавантаження проігноруйте будь-які повідомлення про помилки. Якщо система запросить CD-диск - поверніться назад. В головному меню виберіть 'Почати встановлення', в якості джерела вкажіть 'Мережа' з протоколом 'HTTP'. На запит сервера введіть 'download.fedora.redhat.com' і '/pub/fedora/linux/development/%1/os' на запит теки. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *ВАЖЛИВО* Після перезавантаження проігноруйте будь-які повідомлення про помилки. Якщо система запросить CD-диск - поверніться назад. В головному меню виберіть 'Почати встановлення', в якості джерела вкажіть 'Мережа' з протоколом 'HTTP'. На запит сервера введіть 'download.fedora.redhat.com' і '/pub/fedora/linux/releases/%1/Fedora/%2/os' на запит теки. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *ВАЖЛИВО* Після перезавантаження проігноруйте будь-які повідомлення про помилки. Якщо система запросить CD-диск - поверніться назад. В головному меню виберіть 'Почати встановлення', в якості джерела вкажіть 'Мережа' з протоколом 'HTTP'. На запит сервера введіть 'download.opensuse.org' і '/factory/repo/oss' на запит теки. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *ВАЖЛИВО* Після перезавантаження проігноруйте будь-які повідомлення про помилки. Якщо система запросить CD-диск - поверніться назад. В головному меню виберіть 'Почати встановлення', в якості джерела вкажіть 'Мережа' з протоколом 'HTTP'. На запит сервера введіть'download.opensuse.org' і '/distribution/%1/repo/oss' на запит теки. == Select Distribution == == Виберіть дистрибутив == == Select Version == == Виберіть версію == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Ласкаво просимо до <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, Universal Netboot Installer. Використання: <ol><li>Оберіть дистрибутив операційної системи та версію для завантаження зі списку або вкажіть файли вручну нижче.</li><li>Оберіть тип встановлення та натисніть OK для початку процесу.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Домашня сторінка:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Опис:</b> Arch Linux - легкий дистрибутив оптимізований для швидкості і гнучкий в настройках.<br/><b>Примітки по установці:</b> Версія по замовчуванню дозволяє виконати встановлення через інтернет (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Домашня сторінка:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Опис:</b> BackTrack дистрибутив для аналізу мережі та перевірки проникнення.<br/><b>Примітка щодо встановлення:</b> BackTrack завантажується і працює у live режимі; не потребує встановлення для використання. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домашня сторінка:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Опис:</b> CentOS є безкоштовним аналогом Red Hat Enterprise Linux.<br/><b>Примітка щодо встановлення:</b> Версія по замовчуванню доволяє виконувати встановлення як через Інтернет (FTP), так і з попередньо завантажених образів ISO. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Домашня сторінка:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Опис:</b> CloneZilla - це дистрибутив, який можна використовувати для резервного копіювання диску та роботи з дисковими образами.<br/><b>Примітка щодо встановлення:</b> CloneZilla завантажується з встановленого носія та не потребує встановлення на жорсткий диск для використання. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Домашня сторінка:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Опис:</b> Damn Small Linux - мінімізований дистрибутив, розроблений для дуже старих комп’ютерів.<br/><b>Примітка щодо встановлення:</b>У версії Live система завантажується в оперативну пам’ять та запускається звідти, тому встановлення не є необхідним. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Домашня сторінка:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Опис:</b> Debian is a community-developed дистрибутив Linux що підтримує багато архітектур і надає великий репозиторій програм.<br/><b>Примітка щодо встановлення:</b> Версія NetInstall дозволяє встановлювати з FTP. Якщо ви хочете використовувати вже завантжений образ диску, вмкористовуйте HdMedia , and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашня сторніка:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Опис:</b> Dreamlinux - орієнтований на користувача дистрибутив, оснований на Debian.<br/><b>Примітки по установці:</b> Live-версія дозволяє запуск системи в режимі Live Mode, звідки можна запустити встановлення системи. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Домашня сторінка:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Опис:</b> Dr.Web AntiVirus - це аварійний комплект для відновлення системи, що пошкоджена шкідливими програми.<br/><b>Примітки щодо встановлення:</b> Live-версія дозволяє запуск системи в режимі Live Mode, звідки можна запустити сканер для пошуку шкідливих програм. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашня сторінка:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Опис:</b> Elive - це Debian-дистрибутив на базі віконного менеджера Enlightenment.</b><b>Примітки щодо встановлення:</b>Live-версія дозволяє завантаження в режимі Live Mode, звідки можна запустити інесталятор. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Домівка:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Опис:</b> Fedora підтримуваний Red Hat дистрибутив, над яким працює спільнота, що показує останні наробки вільного/відкритого програмного забезпечення.<br/><b>Примітки зі встановлення:</b> Live-версія дозволяє завантажитись у Live режим, з якого потім можє також бути запущений встановлювач. Версія NetInstall дозволяє завантажувати файли з інтернету (FTP), або скористатись наперед завантаженими файлами ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b> Домашня сторінка: </b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b> Опис: </ b> FreeBSD - універсальна операційна система сімейства Unix, орієнтована на масштабованість і високу продуктивність. <br/> <b>Примітки до встановлення:</b>Версія за замовчуванням дозволяє встановлення як через Інтернет (FTP), так і автономно, з попередньо завантажених образів ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Домашня сторінка:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Опис:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Примітки по встановленню:</b> Дивитись <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> деталі встановлення. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Домашня сторінка:</b><a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a> <br/><b>Опис:</b> Kaspersky Rescue Disk виявляє і видаляє шкідливі програми з вашої встановленої Windows. <br/><b> Примітки до встановлення: </b>Live-версія дозволяє завантажуватись в режимі Live, щоб розпочати сканування шкідливих програм. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Домашня сторінка:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Опис:</b> Linux Mint - зручний у використанні дистрибутив, заснований на Ubuntu. За замовчуванням включає в себе додаткові закриті кодеки та програмне забезпечення.<br/><b>Примітки до встановлення:</b> Live-версія дозволяє завантажитись в Live Mode, звідки можна запустити встановлення системи. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Домашня сторінка:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Опис:</b> Super Grub Disk - завантажувач, який може виконувати різноманітні дії по відновленню MBR та завантажувальних записів.<br/><b>Примітка щодо встановлення:</b>Для використання SGD його встановлення не вимагається, оскільки він призначений лише для запуску процесу завантаження. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Домашня сторінка </b> <a href="http://www.xpud.org/">http://www. xpud.org</a> <br/><b>Опис </b> xPUD - це легкий дистрибутив, який являє собою простий кіоско-подібний інтерфейс з веб-браузером і медіа програвачем<br/><b>Примітки до встановлення:</b> Live-версія завантажується і працює в оперативній пам’яті. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b> Домашня сторінка: </ b> <a href="http://www.xubuntu.com/"> http://www.xubuntu.com </> <br/> <b> Опис: </ B> Xubuntu - це дружня до користувача операційна система на базі Ubuntu, що використовує робочий стіл XFCE<br/> <b> Примітки до встановлення: </ B> Версія NetInstall пропонує установку через FTP .. Якщо ви бажаєте використовувати попередньо завантажений інсталяційний образ диска, то користуйтесь опцією HdMedia, а потім помістіть інсталяційний образ диска в кореневу директорію вашого жорсткого диска або USB-накопичувача. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b> Домашня сторінка: </ b> <a href="http://www.zenwalk.org/"> http://www.zenwalk.org </ a> <br/> <b> Опис: </ b> Zenwalk - заснований на Slackware дистрибутив c встановленим XFCE. <br/> <b> Примітки до встановлення: </ b> Live-версія дозволяє завантажитися в режимі Live Mode, звідки можна запустити установку системи. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Домашня сторінка:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Опис:</b> EeePCLinuxOS - дружній для користувача дистрибутив, оснований на PCLinuxOS та призначений для користування на EeePC.<br/><b>Примітка щодо встановлення:</b> До початку встановлення переконайтесь, що встановлювальний носій не містить даних та відформатовний. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Домашня сторінка:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Опис:</b> Ubuntu Eee - це не просто Ubuntu, оптимізована для Asus EeePC. Це операційна система, яка використовує інтерфейс Netbook Remix, в котрому перевага надається найбільш популярним програмам замість їх вільних аналогів (наприклад, Skype замість Ekiga).<br/><b>Примітка щодо встановлення:/b>До початку встановлення переконайтесь, що встановлювальний носій не містить даних та відформатовний. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /> <br/> <b> Домашня сторінка: </ b> <a href="http://www.elivecd.org/"> http://www. elivecd.org </ a> <br/> <b> Опис: </ b> Elive - це дистрибутив заснований на Debian, що включає менеджер вікон Enlightenment. <br/> <b> Примітки до встановлення: </ b> Live-версія дозволяє завантажуватися в режимі Live, з якого може бути запущений інсталятор. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Домашня сторінка:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Опис:</b> Kiwi Linux оснований на Ubuntu та призначений найперш за все для румунських, венгерських і англомовних користувачів.<br/><b>Примітка щодо встановлення:</b> До початку встановлення переконайтесь, що встановлювальний носій не містить даних та відформатовний. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Домашня сторінка:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Опис:</b> gNewSense - це дистрибутив високої якості Linux, оснований на Ubuntu, якого було створено як повністю вільна операційна система, яка не містить пропрієтарного програмного забезпечення.<br/><b>Примітка щодо встановлення:</b> До початку встановлення переконайтесь, що встановлювальний носій не містить даних та відформатовний. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /> виробника <br/> <b> Домашня сторінка: </ b> <a href="http://www.nimblex.net/"> http://www. nimblex.net </> <br/> <b> Опис: </ B> NimbleX - це невеликий, багатофункціональний дистрибутив заснований на Slackware. Він побудований з використанням Linux-Live скриптів, і включає робочий стіл KDE. Він може бути завантажений з компакт-диска або флеш(USB-брелка або MP3-плеєрів), і може бути легко налаштований і розширений.<br/> <b> Примітки до встановлення. </ B> NimbleX завантажується в режимі Live. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Домашня сторінка:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Опис:</b> SliTaz - полегшений, орієнтований на настільні системи мікродистрибутив.<br/><b>Примітка щодо встановлення:</b> У версії Live система цілком завантажується в оперативну пам’ять та запускається звідти, тому встановлення не обов’язкове. Цей встановлювач оснований на <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Домашня сторінка:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Опис:</b> xPUD - це полегшений дистрибутив, який має простий кіоскоподібний інтерфейс з веб-браузером та медіапрогравачем.<br/><b>Прмітка щодо встановлення:</b> Версія Live завантажується в оперативну пам’ять та запускається з неї. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Оберіть зі списку дистрибутивів &Distribution &Дистрибутив Specify a disk image file to load Оберіть файл з образом диску для завантаження Disk&image &Образ диску Manually specify a kernel and initrd to load Виберіть ядро та initrd для завантаження вручну &Custom Н&етиповий Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): Простір, що використовується для збереження файлів після перезавантаження (тільки для Ubuntu): MB МБ OK ОК Return Повернути Cancel Скасувати Esc Відміна Reboot Now Перезавантажитись Exit Вийти 1. Downloading Files 1. Завантаження файлів 2. Extracting and Copying Files 2. Розпакування і копіювання файлів 3. Installing Bootloader 3. Встановлення завантажувача 4. Installation Complete, Reboot 4. Встановлення завершено, Перезавантаження Select the target drive to install to Оберіть диск на який буде встановлено Dri&ve: Носій: Select the installation target type Виберіть тип установи &Type: &Тип: Select the distribution version Оберіть версію дистрибутива Select disk image file Оберіть файл з образом диску ... Select the disk image type Оберіть тип образу диску Specify a floppy/hard disk image, or CD image (ISO) file to load Оберіть файл з образом гнучкого/жорсткого диску, або з CD-образом (ISO) для завантаження Specify a kernel file to load Оберіть файл ядра для завантаження Select kernel file Оберіть файл ядра Specify an initrd file to load Оберіть файл initrd для завантаження Select initrd file Оберіть файл initrd Select syslinux.cfg or isolinux.cfg file Виберіть файл syslinux.cfg або isolinux.cfg Specify parameters and options to pass to the kernel Вкажіть параметри і опції, щоб перейти до ядра &Kernel: &Ядро: Init&rd: Init&rd &Options: &Налаштування: uninstaller Uninstallation Complete Видалення завершено %1 has been uninstalled. %1 видалено Must run as root Необхідно запустити від імені адміністратора %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 має бути запущено від імені адміністратора. Закрийте його, а потім перезапустіть, використовуючи<br/><b>sudo %1</b><br/>або ж<br/><b>su - -c '%1'</b> %1 Uninstaller Деінсталятор %1 %1 is currently installed. Remove the existing version? %1 вже встановлено. Видалити існуючу версію? unetbootin_ur.ts0000664000175000017500000016611412154035431012771 0ustar gezageza Urdu translation for unetbootin Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 This file is distributed under the same license as the unetbootin package. FIRST AUTHOR <EMAIL@ADDRESS>, 2010. Project-Id-Version: unetbootin Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS> POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2010-12-23 15:50+0000 Last-Translator: FULL NAME <EMAIL@ADDRESS> Language-Team: Urdu <ur@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight unetbootin Hard Disk USB Drive ISO Floppy either LiveUSB persistence FAT32-formatted USB drive EXT2-formatted USB drive Open Disk Image File All Files All Files (*) Open Kernel File Open Initrd File Open Bootloader Config File Insert a USB flash drive No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. %1 not mounted You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Select a distro You must select a distribution to load. Select a disk image file You must select a disk image file to load. Select a kernel and/or initrd file You must select a kernel and/or initrd file to load. Diskimage file not found The specified diskimage file %1 does not exist. Kernel file not found The specified kernel file %1 does not exist. Initrd file not found The specified initrd file %1 does not exist. %1 exists, overwrite? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. %1 is out of space, abort installation? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Locating kernel file in %1 Copying kernel file from %1 Locating initrd file in %1 Copying initrd file from %1 Extracting bootloader configuration <b>Extracting compressed iso:</b> %1 Copying file, please wait... <b>Source:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Copied:</b> 0 bytes Extracting files, please wait... <b>Archive:</b> %1 <b>Source:</b> <b>Destination:</b> <b>Extracted:</b> 0 of %1 files <b>Source:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Extracted:</b> %1 of %2 files Downloading files, please wait... <b>Downloaded:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. <b>Downloaded:</b> %1 of %2 <b>Copied:</b> %1 of %2 Searching in <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1 not found %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. (Current) (Done) Configuring grub2 on %1 Configuring grldr on %1 Configuring grub on %1 Installing syslinux to %1 Installing extlinux to %1 Syncing filesystems Setting up persistence After rebooting, select the After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. == Select Distribution == == Select Version == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. unetbootinui Unetbootin Select from a list of supported distributions &Distribution Specify a disk image file to load Disk&image Manually specify a kernel and initrd to load &Custom Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB OK Return Cancel Esc Reboot Now Exit 1. Downloading Files 2. Extracting and Copying Files 3. Installing Bootloader 4. Installation Complete, Reboot Select the target drive to install to Dri&ve: Select the installation target type &Type: Select the distribution version Select disk image file ... Select the disk image type Specify a floppy/hard disk image, or CD image (ISO) file to load Specify a kernel file to load Select kernel file Specify an initrd file to load Select initrd file Select syslinux.cfg or isolinux.cfg file Specify parameters and options to pass to the kernel &Kernel: Init&rd: &Options: uninstaller Uninstallation Complete %1 has been uninstalled. Must run as root %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %1 Uninstaller %1 is currently installed. Remove the existing version? unetbootin_vi.ts0000664000175000017500000026327212154035431012764 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-08-29 01:22+0000 Last-Translator: Huynh Trong Nghia <Nghia.HT@hotmail.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight Trái sang Phải unetbootin Hard Disk Đĩa cứng USB Drive Ổ USB ISO ISO Floppy Đĩa mềm either khác LiveUSB persistence Lưu các thiết lập trên LiveUSB FAT32-formatted USB drive Ổ USB đã được định dạng FAT32 EXT2-formatted USB drive Ổ USB đã được định dạng EXT2 Open Disk Image File Mở tập tin ảnh đĩa All Files Tất cả tập tin All Files (*) Tất cả tập tin (*) Open Kernel File Mở tập tin nhân Open Initrd File Mở tập tin Initrrd Open Bootloader Config File Mở tập tin cấu hình Bootloader Insert a USB flash drive Yêu cầu một ổ flash USB No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. Không tìm thấy ổ flash USB nào. Nếu bạn đã cắm USB vào, hãy định dạng nó sang FAT32. %1 not mounted %1 chưa được gắn vào You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. Trước hết, bạn cần gắn kết (mount) ổ flash USB %1 vào. Hầu hết các bản phân phối sẽ tự động làm việc này sau khi bạn tháo và gắn lại ổ flash USB. Select a distro Yêu cầu chọn một bản phân phối You must select a distribution to load. Bạn phải chọn một bản phân phối để tiến hành cài đặt. Select a disk image file Yêu cầu chọn tập tin ảnh đĩa You must select a disk image file to load. Bạn phải chọn một tập tin ảnh đĩa để tiến hành cài đặt. Select a kernel and/or initrd file Chọn tập tin nhân hoặc tập tin initrd You must select a kernel and/or initrd file to load. Bạn phải chọn một tập tin nhân hoặc tập tin initrd. Diskimage file not found Không tìm thấy tập tin ảnh đĩa The specified diskimage file %1 does not exist. Tập tin ảnh đĩa bạn đã xác định %1 không tồn tại. Kernel file not found Không tìm thấy tập tin nhân The specified kernel file %1 does not exist. Tập tin nhân mà bạn đã xác định %1 không tồn tại. Initrd file not found Không tìm thấy tập tin initrd The specified initrd file %1 does not exist. Tập tin initrd mà bạn đã xác định %1 không tồn tại. %1 exists, overwrite? %1 đã tồn tại, bạn có muốn ghi đè lên nó không? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. Tập tin %1 đã tồn tại. Chọn 'Yes to All' để ghi đè nó và không nhắc lại nữa, chọn 'Yes' để ghi đè tập tin, và 'No' để giữ lại tập tin đã tồn tại. Nếu không chắc, chọn 'Yes to All'. %1 is out of space, abort installation? %1 không đủ dung lượng, hủy bỏ cài đặt? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. Thư mục %1 không đủ dung lượng. Chọn 'Yes' để huỷ bỏ cài đặt, 'No' để bỏ qua lỗi này và cố gắng cài đặt tiếp, và 'No to All' để bỏ qua mọi lỗi do thiếu dung lượng. Locating kernel file in %1 Đang xác định tập tin nhân tại %1 Copying kernel file from %1 Đang sao chép tập tin nhân từ %1 Locating initrd file in %1 Đang xác định tập tin initrd tại %1 Copying initrd file from %1 Đang sao chép tập tin initrd từ %1 Extracting bootloader configuration Đang giải nén cấu hình bootloader <b>Extracting compressed iso:</b> %1 <b>Đang giải nén tập tin iso:</b> %1 Copying file, please wait... Đang sao chép tập tin, vui lòng chờ... <b>Source:</b> <a href="%1">%1</a> <b>Nguồn:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>Đích đến:</b> %1 <b>Copied:</b> 0 bytes <b>Đã sao chép:</b> 0 byte Extracting files, please wait... Đang giải nén các tập tin, vui lòng chờ... <b>Archive:</b> %1 <b>Tập tin nguồn:</b> %1 <b>Source:</b> <b>Nguồn:</b> <b>Destination:</b> <b>Đích đến:</b> <b>Extracted:</b> 0 of %1 files <b>Đã giải nén:</b> 0 trong số %1 tập tin <b>Source:</b> %1 (%2) <b>Nguồn:</b> %1 (%2) <b>Destination:</b> %1%2 <b>Đích đến:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>Đã giải nén:</b> %1 trong số %2 tập tin Downloading files, please wait... Đang tải các tập tin, vui lòng đợi... <b>Downloaded:</b> 0 bytes <b>Đã tải:</b> 0 byte Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. Tải %1 %2 từ %3 thất bại. Vui lòng tải tập tin ISO từ trang web và thêm nó qua tùy chọn ảnh đĩa. <b>Downloaded:</b> %1 of %2 <b>Đã tải:</b> %1 trong số %2 <b>Copied:</b> %1 of %2 <b>Đã sao chép:</b> %1 trong số %2 Searching in <a href="%1">%1</a> Đang tìm ở <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> %1/%2 phù hợp <a href="%3">%3</a> %1 not found Không tìm thấy %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. Không tìm thấy %1. Yêu cầu chế độ cài đặt %2. Đang cài đặt gói "%3" hoặc tương đương. (Current) (Đang thực hiện) (Done) (Đã hoàn tất) Configuring grub2 on %1 Đang cấu hình grub2 trên %1 Configuring grldr on %1 Đang cấu hình grldr trên %1 Configuring grub on %1 Đang cấu hình grub trên %1 Installing syslinux to %1 Đang cài đặt syslinux vào%1 Installing extlinux to %1 Đang cài đặt extlinux vào %1 Syncing filesystems Đang đồng bộ các tập tin hệ thống Setting up persistence Cài đặt lưu giữ After rebooting, select the Sau khi khởi động lại, chọn After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? Sau khi khởi động lại, chọn tuỳ chọn khởi động từ USB trong menu boot của BIOS.%1 Bạn có muốn khởi động lại ngay không? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 Thiết bị USB đã tạo sẽ không khởi động vào Mac. Hãy cắm nó vào máy tính, và chọn tùy chọn khởi động từ USB trong trình đơn khởi động BIOS.%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *QUAN TRỌNG* Trước khi khởi động lại, đặt tập tin ảnh đĩa Ubuntu alternate (không phải desktop) vào thư mục gốc của đĩa cứng hoặc USB. Có thể tải tập tin Ubuntu alternate từ cdimage.ubuntu.com *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bỏ qua bất kì thông báo lỗi nào và chọn quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chọn 'Start Installation', chọn 'Network' là nguồn, chọn 'HTTP' là giao thức, nhập 'mirrors.kernel.org' khi được nhắc, và nhập '/centos/%1/os/%2' khi được hỏi thư mục. *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *QUAN TRỌNG* Trước khi khởi động lại, đặt tập tin ảnh của Debian (.iso) vào thư mục gốc của đĩa cứng hoặc ổ USB. Có thể tải tập tin ảnh của Debian tại cdimage.debian.org *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bỏ qua bất kì thông báo lỗi nào và chọn quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chọn 'Start Installation', chọn 'Network' là nguồn, chọn 'HTTP' là giao thức, nhập 'download.fedora.redhat.com' khi được nhắc, và nhập '/pub/fedora/linux/development/%1/os' khi được hỏi thư mục. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bỏ qua bất kì thông báo lỗi nào và chọn quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chọn 'Start Installation', chọn 'Network' là nguồn, chọn 'HTTP' là giao thức, nhập 'download.fedora.redhat.com' khi được nhắc, và nhập '/pub/fedora/linux/releases/%1/Fedora/%2/os' khi được hỏi thư mục. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bỏ qua bất kì thông báo lỗi nào và chọn quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chọn 'Start Installation', chọn 'Network' là nguồn, chọn 'HTTP' là giao thức, nhập 'download.opensuse.org' khi được nhắc, và nhập '/factory/repo/oss' khi được hỏi thư mục. *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *QUAN TRỌNG* Sau khi khởi động lại, bỏ qua bất kì thông báo lỗi nào và chọn quay lại nếu nhắc nhở cho CD, sau đó trở lại menu chính, chọn 'Start Installation', chọn 'Network' là nguồn, chọn 'HTTP' là giao thức, nhập 'download.opensuse.org' khi được nhắc, và nhập '/distribution/%1/repo/oss' khi được hỏi thư mục. == Select Distribution == == Chọn bản phân phối == == Select Version == == Chọn phiên bản == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> Chào mừng bạn đã đến với <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, trình cài đặt bộ khởi động Universal Netboot Installer. Hướng dẫn sử dụng:<ol><li>Chọn một bản phân phối và phiên bản để tải từ danh sách trên, hoặc xác định các tập tin để nạp bên dưới.</li><li>Chọn kiểu cài đặt, và nhấn OK để bắt đầu cài đặt.</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>Trang chủ:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Mô tả:</b> Arch Linux là một bản phân phối gọn nhẹ được tối ưu hóa cho tốc độ và tính linh hoạt.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP). <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>Trang chủ:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Mô tả:</b> BackTrack là một bản phân phối tập trung cho nghiên cứu và thử nghiệm thâm nhập mạng.<br/><b>Ghi chú cài đặt:</b> BackTrack chạy trực tiếp, không yêu cầu cài đặt. <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chủ:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Mô tả:</b> CentOS là một phiên bản tự do của Red Hat Enterprise Linux.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt thông qua internet (FTP), hay cài đặt thông qua tập tin ISO đã tải sẵn. <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>Trang chủ:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Mô tả:</b> CloneZilla là một bản phân phối dùng cho việc sao lưu đĩa và chụp ảnh ổ đĩa.<br/><b>Ghi chú cài đặt:</b> CloneZilla được khởi động và chạy trực tiếp, không yêu cầu cài đặt. <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Trang chủ:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Mô tả:</b> Damn Small Linux là một bản phân phối được thiết kế tối giản cho các máy tính cũ.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống vào RAM và khởi động từ bộ nhớ, không bắt buộc cài đặt nhưng vẫn có thể chọn nếu muốn. <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>Trang chủ:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Mô tả:</b> Debian là một bản Linux được phát triển bởi cộng đồng, hỗ trợ rộng rãi các nền tảng phần cứng và cung cấp một kho lớn các gói phần mềm.<br/><b>Ghi chú cài đặt:</b> Phiên bản NetInstall cho phép cài đặt thông qua FTP. Nếu bạn muốn sử dụng tập tin ảnh .iso, sử dụng tùy chọn HdMedia, sau đó đặt nó vào thư mục gốc của USB hoặc của đĩa cứng. <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Mô tả:</b> Dreamlinux là một bản phân phối thân thiện với người dùng, dựa trên Debian.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép vào thẳng hệ điều hành, thông qua tùy chọn khởi động. <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Trang chủ:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Mô tả:</b> Dr.Web AntiVirus là một công cụ cứu hộ diệt virus dùng để khôi phục hệ thống bị lỗi nghiêm trọng do malware.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép quét malware. <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Mô tả:</b> Elive là một bản phân phối dựa trên Debian hướng đến tính năng quản lí cửa sổ Enlightenment.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép vào thẳng hệ điều hành, thông qua tùy chọn khởi động. <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chủ:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Mô tả:</b> Fedora là một bản phân phối của cộng đồng Red Hat, giới thiệu những phần mềm miễn phí hay mã nguồn mở với những công nghệ tiên tiến.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, có thể tùy chỉnh khi khởi động. Phiên bản NetInstall cho phép cài đặt thông qua internet (FTP), hoặc cài đặt offline bằng tập tin ISO. <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chủ:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Mô tả:</b> FreeBSD là một hệ điều hành dựa trên Unix được thiết kế với mục tiêu khả năng mở rộng và hiệu suất.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP), hoặc cài đặt sử dụng tập tin ISO. <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>Trang chủ:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Mô tả:</b> FreeDOS là một hệ điều hành tích hợp MS-DOS tự do.<br/><b>Ghi chú cài đặt:</b> Xem <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> để biết chi tiết cài đặt. <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>Trang chủ:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Mô tả:</b> FreeNAS là một phiên bản nhúng và mã nguồn mở NAS (Network-Attached Storage) dựa trên FreeBSD.<br/><b>Ghi chú cài đặt:</b> Phiên bản LiveCD tạo một phân vùng trên RAM cho FreeNAS, và sử dụng định dạng đĩa mềm FAT hoặc khóa USB để lưu các tập tin thiết lập. Phiên bản nhúng cho phép cài đặt lên đĩa cứng. <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chủ:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Mô tả:</b> Frugalware là một phiên bản dựa trên Slackware cho người dùng chuyên nghiệp.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP), hay sử dụng tập tin ISO. <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Trang chủ:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Mô tả:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Mô tả:</b> gNewSense là một bản phân phối được thông qua bởi tổ chức FSF và dựa trên Ubuntu, đã được gỡ bỏ các thành phần không mang tính tự do.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>Trang chủ:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Mô tả:</b> Gujin là trình quản lí khởi động với giao diện đồ họa.<br/><b>Ghi chú cài đặt:</b> Gujin chỉ cần khởi động là có thể chạy được; không yêu cầu phải cài đặt. <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>Trang chủ:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Mô tả:</b> Kaspersky Rescue Disk phát hiện và gỡ bỏ malware khỏi Windows.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để khởi động trình quét malware. <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Trang chủ:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Mô tả:</b> Kubuntu là một biến thể của Ubuntu với môi trường desktop KDE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, qua đó có thể chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt qua giao thức FTP, và có thể cài đặt Kubuntu và các biến thể khác của Ubuntu. Nếu muốn cài đặt bằng hình thức alternate (không phải desktop) qua tập tin .iso, sử dụng tùy chọn HdMedia, và đặt tập tin cài đặt .iso vào thư mục gốc của ổ USB hoặc đĩa cứng. <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Mô tả:</b> Linux Mint là một bản phân phối thân thiện với người dùng được xây dựng dựa trên Ubuntu, mặc định được bổ sung nhiều codec và phần mềm.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để có thể chạy trình cài đặt. <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>Trang chủ:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Mô tả:</b> Mandriva là một bản phân phối thân thiện với người dùng, còn được biết đến với cái tên Mandrake Linux.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép khởi động và chạy trực tiếp, để chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt thông qua internet (FTP) hoặc thông qua <a href="http://www.mandriva.com/en/download">tập tin ảnh đĩa "Miễn phí"</a>. <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Mô tả:</b> MEPIS là một bản phân phối dựa trên Debian. SimplyMEPIS là một phiên bản thân thiện với người dùng với môi trường desktop KDE, trong khi AntiX là phiên bản gọn nhẹ dành cho các máy tính cũ.<br/><b>Ghi chú cài đặt:</b> MEPIS hỗ trợ khởi động trực tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>Trang chủ:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Mô tả:</b> NetbootCD có khả năng tải và khởi động các bản phân phối khác từ Internet.<br/><b>Hướng dẫn cài đặt:</b> NetbootCD khởi động và chạy trực tiếp. <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>Trang chủ:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Mô tả:</b> NimbleX là một bản phân phối linh hoạt và nhỏ gọn dựa trên Slackware. Nó được xây dựng trên các linux-live scripts, và sử dụng môi trường desktop KDE. Nó có thể khởi động từ đĩa CD hay bộ nhớ flash (bút nhớ USB hoặc máy MP3), và có thể dễ dàng tùy biến và mở rộng.<br/><b>Ghi chú cài đặt:</b> NimbleX khởi động trực tiếp. <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>Trang chủ:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Mô tả:</b> Offline NT Password và Registry Editor có thể thiết lập lại mật khẩu Windows và chỉnh sửa registry của Windows 2000-Vista.<br/><b>Hướng dẫn cài đặt:</b> NTPasswd yêu cầu chạy trực tiếp, không cài đặt. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>Trang chủ:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Mô tả:</b> openSUSE là một bản phân phối thân thiện với người dùng, có sự tài trợ của Novell.<br/><b>Ghi chú cài đặt:</b> Phiên bản mặc định cho phép cài đặt qua internet (FTP), hoặc sử dụng tập tin ISO. <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>Trang chủ:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Mô tả:</b> Ophcrack có thể lấy mật khẩu Windows.<br/><b>Ghi chú cài đặt:</b> Ophcrack khởi động và chạy trực tiếp; không yêu cầu phải cài đặt. <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>Trang chủ:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Mô tả:</b> Parted Magic bao gồm chương trình phân vùng ổ đĩa GParted và các công cụ tối ưu hệ thống khác như thay đổi, sao chép, sao lưu, và thao tác với các phân vùng đĩa.<br/><b>Ghi chú cài đặt:</b> Parted Magic khởi động và chạy trực tiếp; không cần phải cài đặt. <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Trang chủ:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Mô tả:</b> Puppy Linux là một bản phân phối gọn nhẹ được thiết kế cho các máy tính cũ.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép tải hệ thống lên RAM và khởi động từ bộ nhớ, có thể không cần cài đặt nhưng đó là tùy chọn. <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>Trang chủ:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Mô tả:</b> Sabayon Linux là một bản phân phối dựa trên Gentoo Live DVD với trình quản lí gói tin Entropy.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để có thể chạy trình cài đặt. Phiên bản LiteMCE có dung lượng 2 GB, trong khi bản đầy đủ cần một ổ USB 8GB <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Mô tả:</b> Slax là một bản phân phối dựa trên Slackware với môi trường desktop KDE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>Trang chủ:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Mô tả:</b> SliTaz là một bản phân phối gọn nhẹ.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bộ nhớ, không yêu cầu cài đặt nhưng đó là tùy chọn. <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>Trang chủ:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Mô tả:</b> Smart Boot Manager là một trình khởi động tốt hơn BIOS do BIOS tồn tại khá nhiều hạn chế và lỗi.<br/><b>Ghi chú cài đặt:</b> SBM đơn giản là khởi động và sử dụng; không yêu cầu cài đặt. <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>Trang chủ:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Mô tả:</b> Super Grub Disk là một trình khởi động có thể thực thi nhiều loại MBR và các tác vụ khôi phục trình khởi động.<br/><b>Ghi chú cài đặt:</b> SGD chỉ cần khởi động và chạy; không yêu cầu phải cài đặt. <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Mô tả:</b> Super OS là một bản phân phối dựa trên Ubuntu được bổ sung nhiều phần mềm mặc định. Yêu cầu một ổ USB 2GB để cài đặt.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để chạy trình cài đặt. <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Trang chủ:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Mô tả:</b> Ubuntu là một bản phân phối thân thiện với người dùng dựa trên Debian.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt qua giao thức FTP, và có thể cài đặt Kubuntu và các biến thể khác của Ubuntu. Nếu sử dụng cách cài đặt alternate (không phải desktop), sử dụng tùy chọn HdMedia, và đặt tập tin iso cài đặt vào thư mục gốc của ổ USB hoặc của đĩa cứng. <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>Trang chủ:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Mô tả:</b> xPUD là một bản phân phối nhẹ, với một trình duyệt web và nghe nhạc.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bộ nhớ. <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Trang chủ:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Mô tả:</b> Xubuntu là một biến thể của Ubuntu sử dụng môi trường desktop XFCE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để chạy trình cài đặt. Phiên bản NetInstall cho phép cài đặt bằng giao thức FTP, và có thể cài đặt Kubuntu và các biến thể khác của Ubuntu. Nếu cài đặt theo cách alternate (không phải desktop), sử dụng tùy chọn HdMedia, và đặt tập tin iso cài đặt vào thư mục gốc của ổ USB hoặc của đĩa cứng. <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>Trang chủ:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Mô tả:</b> Zenwalk là một bản phân phối dựa trên Slackware sử dụng môi trường desktop XFCE.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép chạy trực tiếp, để chạy trình cài đặt. <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>Trang chủ:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Mô tả:</b> EeePCLinuxOS là một bản phân phối thân thiện với người dùng dựa trên PCLinuxOS cho EeePC.<br/><b>Ghi chú cài đặt:</b> Chắc rằng thiết bị cài đặt trống và đã được định dạng trước khi tiến hành cài đặt. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Trang chủ:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Mô tả:</b> Ubuntu Eee không phải là bản cải tiến của Ubuntu dành cho Asus Eee PC. Nó là một hệ điều hành sử dụng giao diện Netbook Remix, các phần mềm tốt nhất chứ không nhất định chọn các phần mềm nguồn mở (ví dụ Skype thay vì Ekiga).<br/><b>Ghi chú cài đặt:</b> Chắc rằng thiết bị cài đặt trống và định dạng trước khi tiến hành cài đặt. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Trang chủ:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Mô tả:</b> Elive là một bản phân phối dựa trên Debian.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live cho phép khởi động trực tiếp, để chạy trình cài đặt. <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>Trang chủ:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Mô tả:</b> Kiwi Linux là một biến thể của Ubuntu cho người Rumani, Hungari và người dùng nói tiếng Anh.<br/><b>Ghi chú cài đặt:</b> Chắc rằng các thiết bị cài đặt trống và đã được định dạng trước khi cài đặt. <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>Trang chủ:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Mô tả:</b> gNewSense là một bản phân phối GNU/Linux chất lượng cao với sự mở rộng và cải thiện Ubuntu, một hệ điều hành hoàn toàn miễn phí mà không có gói nhị phân hoặc có chứa phần mềm độc quyền.<br/><b>Ghi chú cài đặt:</b> Chắc rằng các thiết bị cài đặt trống và đã được định dạng trước khi tiến hành cài đặt. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Trang chủ:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Mô tả:</b> NimbleX là một bản phân phối nhỏ, linh hoạt dựa trên Slackware. Được xây dựng dựa trên các linux-live scripts, và môi trường desktop KDE. Có thể khởi động từ CD hay bộ nhớ flash (bút nhớ USB hoặc máy MP3), và có thể dễ dàng tùy biến và mở rộng.<br/><b>Ghi chú cài đặt:</b> NimbleX khởi động trực tiếp. <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>Trang chủ:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Mô tả:</b> SliTaz là một bản phân phối gọn nhẹ.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bộ nhớ, không yêu cầu cài đặt nhưng đó là tùy chọn. Trình cài đặt này được xây dựng trên <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>Trang chủ:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Mô tả:</b> xPUD là một bản phân phối gọn nhẹ với giao diện đơn giản, gồm một trình duyệt web và trình nghe nhạc.<br/><b>Ghi chú cài đặt:</b> Phiên bản Live tải hệ thống lên RAM và khởi động từ bộ nhớ. unetbootinui Unetbootin Unetbootin Select from a list of supported distributions Chọn từ danh sách các bản phân phối được hỗ trợ &Distribution &Bản phân phối Specify a disk image file to load Hãy chỉ định một tập tin ảnh đĩa Disk&image Ản&h đĩa Manually specify a kernel and initrd to load Chỉ định bằng tay tập tin nhân và initrd &Custom Tù&y chọn Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Phần dung lượng nhằm lưu giữ dữ liệu người dùng sẽ được bảo toàn nguyên vẹn dù có khởi động lại. Chỉ thích hợp cho LiveUSB dành cho Unbutu và các ấn bản tương tự. Nếu giá trị nhập vượt quá tổng dung lượng của ổ đĩa thì khoảng dung lượng tối đa còn lại sẽ được sử dụng. Space used to preserve files across reboots (Ubuntu only): Phần trống để lưu lại các tập tin sau khi khởi động lại (chỉ dùng cho Ubuntu): MB MB OK OK Return Trở về Cancel Hủy bỏ Esc Esc Reboot Now Khởi động lại ngay Exit Thoát 1. Downloading Files 1. Tải các tập tin 2. Extracting and Copying Files 2. Giải nén và sao chép các tập tin 3. Installing Bootloader 3. Cài đặt Trình khởi động 4. Installation Complete, Reboot 4. Hoàn tất cài đặt, Khởi động lại Select the target drive to install to Chọn ổ đĩa để cài đặt Dri&ve: Ổ đĩ&a: Select the installation target type Chọn loại ổ đĩa để cài đặt &Type: &Loại: Select the distribution version Chọn phiên bản của bản phân phối Select disk image file Chọn tập tin ảnh đĩa ... ... Select the disk image type Chọn loại tập tin ảnh đĩa Specify a floppy/hard disk image, or CD image (ISO) file to load Xác định một tập tin ảnh đĩa mềm/đĩa cứng, hoặc tập tin ảnh đĩa CD (ISO) Specify a kernel file to load Xác định nhân hệ điều hành Select kernel file Chọn tập tin nhân Specify an initrd file to load Xác định tập tin initrrd Select initrd file Chọn tập tin initrrd Select syslinux.cfg or isolinux.cfg file Chọn tập tin syslinux.cfg hoặc isolinux.cfg Specify parameters and options to pass to the kernel Xác định các thông số và tùy chọn để bỏ qua thao tác chọn nhân &Kernel: &Nhân: Init&rd: Init&rd: &Options: Tùy &chỉnh: uninstaller Uninstallation Complete Gỡ bỏ hoàn tất %1 has been uninstalled. %1 đã được gỡ bỏ. Must run as root Phải chạy với quyền quản trị %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 phải được chạy với quyền quản trị. Hãy đóng lại và sử dụng lệnh:<br/><b>sudo %1</b><br/>hay:<br/><b>su - -c '%1'</b> %1 Uninstaller Gỡ bỏ %1 %1 is currently installed. Remove the existing version? %1 hiện đã cài đặt. Bạn có muốn gỡ bỏ phiên bản đã tồn tại không? unetbootin_zh_CN.ts0000664000175000017500000025106612154035431013345 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-03-16 10:28+0000 Last-Translator: hezhiqiang <developerworks@163.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight 从左到右 unetbootin Hard Disk 硬盘 USB Drive USB 驱动器 ISO ISO Floppy 软盘 either 两者任选其一 LiveUSB persistence LiveUSB 持续存储 FAT32-formatted USB drive FAT32 格式 USB 驱动器 EXT2-formatted USB drive EXT2 格式 USB 驱动器 Open Disk Image File 打开磁盘镜像文件 All Files 全部文件 All Files (*) 所有文件(*) Open Kernel File 打开内核文件 Open Initrd File 打开 Initrd 文件 Open Bootloader Config File 载入引导配置文件 Insert a USB flash drive 插入USB 闪存盘 No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. 没有发现USB 闪存盘。如果您已经插入USB 闪存盘,请尝试重新格式化为FAT32格式。 %1 not mounted %1 没有挂载 You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. 你必须首先在 %1 挂载 USB 闪存盘。大部分发行版本会在您移除并且重新插入USB 闪存盘后自动执行该操作。 Select a distro 选择一个发行版本 You must select a distribution to load. 你必须选择加载一个发行版本。 Select a disk image file 选择一个磁盘镜像文件 You must select a disk image file to load. 你必须选择加载一个磁盘镜像文件。 Select a kernel and/or initrd file 选择一个内核 和/或 initrd 文件 You must select a kernel and/or initrd file to load. 你必须选择加载一个内核 和/或 initrd 文件。 Diskimage file not found 没有找到磁盘镜像文件 The specified diskimage file %1 does not exist. 指定的磁盘镜像文件 %1 不存在。 Kernel file not found 内核文件没有找到 The specified kernel file %1 does not exist. 指定内核文件 %1 不存在。 Initrd file not found 没有找到 Initrd 文件 The specified initrd file %1 does not exist. 指定 initrd 文件 %1 不存在。 %1 exists, overwrite? %1 已经存在,是否覆盖? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. 文件 %1 已经存在。单击 'Yes to All' 进行覆盖并且不再提示, 'Yes' 覆盖单个文件, 而 'No' 保留你现在的版本。 如果不能确定,单击 'Yes to All'。 %1 is out of space, abort installation? %1 空间不够。放弃安装? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. 目录 %1 空间不够。按 “是” 放弃安装,按 “否” 忽略这个错误并继续安装,按 “全部选否” 忽略所有“空间不够”之类的错误。 Locating kernel file in %1 正在 %1 中查找内核文件 Copying kernel file from %1 正从 %1 中复制内核文件 Locating initrd file in %1 正从 %1 中查找 initrd 文件 Copying initrd file from %1 正从 %1 中复制 initrd 文件 Extracting bootloader configuration 正在提取引导装载程序配置 <b>Extracting compressed iso:</b> %1 <b>正在解压 iso 镜像文件:</b> %1 Copying file, please wait... 正在复制文件,请稍候... <b>Source:</b> <a href="%1">%1</a> <b>来源:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>目标:</b> %1 <b>Copied:</b> 0 bytes <b>已复制:</b> 0 字节 Extracting files, please wait... 正在抽取文件,请稍等…… <b>Archive:</b> %1 <b>存档:</b> %1 <b>Source:</b> <b>来源:</b> <b>Destination:</b> <b>目标:</b> <b>Extracted:</b> 0 of %1 files <b>已抽取:</b>0 / %1 个文件 <b>Source:</b> %1 (%2) <b>来源:</b> %1 (%2) <b>Destination:</b> %1%2 <b>目标:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>已抽取:</b> %1 / %2 个文件 Downloading files, please wait... 正在下载文件,请稍候…… <b>Downloaded:</b> 0 bytes <b>下载:</b> 0 bytes Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. 从 % 下载 %1 %2 失败. 请直接从官方Web站点下载ISO文件,并通过diskimage选项指定. <b>Downloaded:</b> %1 of %2 <b>已下载:</b> %1 / %2 <b>Copied:</b> %1 of %2 <b>已复制:</b> %1 / %2 Searching in <a href="%1">%1</a> 正在搜索 <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> 在 <a href="%3">%3</a> 中有 %1/%2 匹配 %1 not found %1 没有找到 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. %1 没有找到。该安装模式需要 %2。 安装 “ %3 ” 包或者你的发行版本的等效版本。 (Current) (处理中) (Done) (完成) Configuring grub2 on %1 正在配置 %1 上的 grub2 Configuring grldr on %1 正在配置 %1 上的 grldr Configuring grub on %1 正在配置 %1 上的 grub Installing syslinux to %1 正在安装 syslinux 到 %1 Installing extlinux to %1 正在安装 extlinux 到 %1 Syncing filesystems 正在同步文件系统 Setting up persistence 设置持续存储 After rebooting, select the 重启后,选择 After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? 重启后,在 BIOS 启动菜单里选择 USB 启动 选项。%1 现在重启吗? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 创建的 USB 设备不能从 Mac 上启动。请将其插入 PC,在 BIOS 启动菜单里选择 USB 启动选项。%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *重要* 在重新启动前,请将一个 Ubuntu alternate(而非 desktop)安装 iso 文件放置在您的硬盘或 U 盘根目录下。该 iso 文件可从 cdimage.ubuntu.com 获取。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *重要* 重启后, 如果提示 CD 引导忽略任何错误信息,然后定位到主菜单,选择 '开始安装' 选项,来源选择 '网络模式',协议选择 'HTTP',当提示登陆服务器时输入'mirrors.kernel.org',当询问文件夹时输入'/centos/%1/os/%2'。 *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *重要* 在重新启动前,请将一个 Debian 安装 iso 文件放置在您的硬盘或 U 盘根目录下。该 iso 文件可从 cdimage.debian.org 获取。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *重要* 重启后, 如果提示 CD 引导忽略任何错误信息,然后定位到主菜单,选择 '开始安装' 选项,来源选择 '网络模式',协议选择 'HTTP',当提示登陆服务器时输入'download.fedora.redhat.com',当询问文件夹时输入'/pub/fedora/linux/development/%1/os'。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *重要* 重启后, 如果提示 CD 引导忽略任何错误信息,然后定位到主菜单,选择 '开始安装' 选项,来源选择 '网络模式',协议选择 'HTTP',当提示登陆服务器时输入'download.fedora.redhat.com',当询问文件夹时输入'/pub/fedora/linux/releases/%1/Fedora/%2/os'。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *重要提示* 重启动后,不要理会任何错误提示信息。如果提示要求插入CD光盘,请选择“返回”,然后回到主菜单,选择“开始安装”,安装源选“网络”,协议选“HTTP”。当提示指定服务器时,输入“download.opensuse.org”;询问文件夹位置时,再输入“/factory/repo/oss”即可。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *重要* 重启后, 如果提示 CD 引导忽略任何错误信息,然后定位到主菜单,选择 '开始安装' 选项,来源选择 '网络模式',协议选择 'HTTP',当提示登陆服务器时输入'download.opensuse.org',当询问文件夹时输入'/distribution/%1/repo/oss'。 == Select Distribution == == 选择发行版 == == Select Version == == 选择版本 == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> 欢迎使用 <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, 通用网络引导安装程序。用法:<ol><li>在列表里选择一个类型版本下载,或者手动载入指定文件。</li><li>选择一种安装类型,然后单击 OK 开始安装。</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>主页:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>描述:</b> Arch Linux 是一个针对速度和灵活性进行了优化的轻量级发行版。<br/><b>安装说明:</b>默认版本允许通过网络安装(FTP)。 <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>描述:</b> BackTrack 是一个发行版。该发行版专注于网络分析和渗透测试。<br/><b>安装说明:</b> BackTrack 是即启即用(live)的,无需安装即可使用。 <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>说明:</b> CentOS 是一个免费的红帽子企业版 Linux 克隆版。<br/><b>安装说明:</b> 默认版本允许网络安装方式(FTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>说明:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>安装说明:</b>CloneZilla以Live模式启动和运行,不安装也可以使用。 <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>主页:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>说明:</b> Damn Small Linux 是一个为老电脑设计的最低限度分发版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存启动,所以安装可选并不是必需的。 <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>描述:</b> Debian 是一个社区开发的 Linux 发行版。它提供多种架构,并拥有超大的软件包仓库。<br/><b>安装说明:</b> 网络安装版允许通过 FTP 来安装。如果您想要通过预下载的 iso 文件进行安装,请使用 HdMedia 选项,并将 iso 文件放置在硬盘或 U 盘根目录下 <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>说明:</b> Dreamlinux 是一个基于 Debian 的用户友好的发行版本。<br/><b>安装说明:</b> 该实时版本允许采用有选择地加载模式进行实模式启动。 <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>主页:</b><a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>说明:</b> Dr.Web AntiVirus是一个杀毒软件紧急修复工具,用于修复被malware损坏的系统。<br/><b>安装说明:</b>Live版允许以Live模式启动,启动后可以运行malware杀毒软件进行扫描。 <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>描述:</b> Elive 是一个基于 Debian 的、以 Enlightenment 窗口管理器为特色的发行版。<br/><b>安装说明:</b>Live 版本允许以 Live 模式启动,启动后可以选择启动安装程序。 <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>说明:</b> Fedora 是一个 Red Hat 赞助的最新的尖端的免费/开源软件的共享发行版本。<br/><b>安装说明:</b> 该实时版本允许采用有选择地加载模式进行实模式启动。NetInstall 版本允许通过 FTP 安装,或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>说明:</b> FreeBSD 是一个被设计为具备可扩展性和性能极佳的通用的 UNIX 类操作系统。<br/><b>安装说明:</b> 默认版本允许网络安装方式(FTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>主页:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>说明:</b> FreeDOS 一个于 MS-DOS 兼容的免费操作系统。<br/><b>安装说明:</b> 安装详细资料参考 <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">手册</a> 。 <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>主页:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>简介:</b> FreeNAS 是一个基于 FreeBSD 的嵌入式开源 NAS(网络附加存储设备)发行版。<br/><b>安装提示:</b> LiveCD 版本会创建一个虚拟内存盘来运行 FreeNAS, 而配置文件将保存在 FAT 格式的软盘或 U 盘上。 嵌入式版本可以安装在硬盘上。 <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>说明:</b> Frugalware 是一个多用途的基于 Slackware 供高级用户使用的发行版本 。<br/><b>安装说明:</b> 默认版本允许网络安装方式(FTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>主页:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>说明:</b> GeeXboX 是一个嵌入式 Linux 媒体中心发行版。<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>说明:</b> gNewSense是一个遵循FSF标准的Ubuntu衍生版,它移除了所有的非自由软件。<br/><b>安装说明:</b>Live版以Live模式启动,启动后可以进行安装。 <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>主页:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>说明:</b> Gujin 是一个可以引导各卷和文件的图形化启动管理器。<br/><b>安装说明:</b> Gujin 启动和运行简单;不用安装就可以使用它。 <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>主页:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>说明:</b> Kaspersky Rescue Disk从你的Windows安装程序中,检测并删除malware杀毒软件。<br/><b>安装说明:</b>Live版允许以Live模式启动,启动后可以运行malware杀毒软件进行扫描。 <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>简介:</b> Kubuntu 是以 KDE 为桌面环境的 Ubuntu 官方衍生版。<br/><b>安装提示:</b> Live版本允许以 Live 模式启动,从中可以选择安装程序。NetInstall 版本支持通过FTP安装,并可以安装 Xubuntu 或其他 Ubuntu 官方衍生版。如果您想使用预先下载的 alternate(不是 Desktop)镜像,请使用 HdMedia 选项,然后再将 alternate 安装镜像文件移动至您硬盘驱动器或USB驱动器的根目录。 <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>说明:</b> Linux Mint 是一个在默认情况下包括额外的专有编解码器和其它软件的用户友好的基于 Ubuntu 分发版本。<br/><b>安装说明:</b> 该实时版本允许采用有选择地加载模式进行实模式启动。 <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>主页:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>说明:</b> Mandriva 是一个如同Mandrake Linux的用户友好的发行版本。<br/><b>安装说明:</b> 该实时版本允许采用有选择地加载模式进行实模式启动。 NetInstall 版本允许通过 FTP 安装或者预先下载 <a href="http://www.mandriva.com/en/download">"免费" iso 镜像文件</a>。 <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>说明:</b> MEPIS是一个基于Debian的发行版。SimplyMEPIS有改良过的KDE界面,另外AntiX是一个轻量级版本,适合硬件配置较低的旧电脑。<br/><b>安装说明:</b> MEPIS支持以Live模式启动,启动后可以进行安装。 <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>主页:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>说明:</b> NetbootCD 是一个通过网络下载和安装其他发行版的小启动光盘。<br/><b>安装注意:</b> NetbootCD 能以自启动光盘模式启动和运行。 <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>主页:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>描述:</b> NimbleX 是一个小型、多功能的基于 Slackware 的发行版。它使用 linux-live 脚本构建,使用 KDE 桌面环境。它可以通过 CD 或闪存(USB 盘或 MP3 播放器)启动,定制和扩展都很方便。<br/><b>安装说明:</b> NimbleX 以 Live 模式启动。 <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>描述:</b> Offline NT Password and Registry Editor能在Windows2000到Vista上重置Windows密码和编辑注册表.<br/><b>安装说明:</b> NTPasswd 启动并运行在Live模式;使用它不需要安装. <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>主页:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>说明:</b> openSUSE 是一个由Novell公司赞助的用户友好型分发版本。<br/><b>安装说明:</b> 默认版本允许网络安装方式(FTP),或者用预先下载安装的ISO文件进行离线安装。 <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>说明:</b> Ophcrack 能够破解 Windows 密码。<br/><b>安装说明:</b> Ophcrack 启动采用实模式启动;不用安装就可以使用它。 <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>主页:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>说明:</b> Parted Magic 包括 GParted partition manager 及其他可以调整,复制,备份和操纵磁盘分区的系统工具。<br/><b>安装说明:</b> Parted Magic 启动和运行简单;不用安装就可以使用它。 <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>主页:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>说明:</b> Puppy Linux 是一个为老电脑设计的轻量级的分发版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存启动,所以安装可选并不是必需的。 <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>主页:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>说明:</b> Sabayon Linux是一个基于Gentoo的Live DVD发行版,它有独特的二进制软件包管理程序,来管理基于源码的Portage特色软件包。<br/><b>安装说明:</b>Live版本允许以Live模式启动,启动后可以选择进行安装。LiteMCE版本需要至少2G容量的USB设备,完整版需要至少8G。 <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>说明:</b> Slax 是一个以采用KDE桌面为特色的基于Slackware的发行版本。<br/><b>安装说明:</b> 该实时版本允许采用有选择地加载模式进行实模式启动。 <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>主页:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>说明:</b> SliTaz 是一个轻量级,桌面导向微型发行版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存启动,所以安装可选并不是必需的。 <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>主页:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>说明:</b> Smart Boot Manager 是一个能够不受制于 BIOS 启动限制和错误影响的启动加载器。<br/><b>安装说明:</b> SBM 启动和运行简单;不用安装就可以使用它。 <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>主页:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>说明:</b> Super Grub Disk 是一个能够执行MBR种类引导加载和引导恢复任务引导加载器。<br/><b>安装说明:</b> SGD 启动和运行简单;不用安装就可以使用它。 <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>简介:</b>Super_OS 是一个非官方的 Ubuntu 衍生版,默认情况下包含了一些额外的软件。它需要一个2GB 的 U 盘来安装。<br/><b>安装提示:</b>Live 版本允许以 Live 模式启动,启动后可以从中选择执行安装程序。 <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>简介:</b> Ubuntu是一个用户友好的基于 Debian的发行版。这是目前最流行的 Linux 桌面发行版。<br/><b>安装提示:</b> Live 版本允许以 Live 模式启动,启动后可以从中选择执行安装程序。NetInstall 版本支持通过 FTP 安装,并可以安装 Kubuntu 或其他官方 Ubuntu 的衍生版本。如果您想使用一个预先下载的alternate(不是 Desktop)镜像文件安装,请使用 HdMedia 选项,然后再将 alternate 镜像文件移动至您硬盘驱动器或USB驱动器的根目录下。 <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>主页:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>说明:</b> xPUD是一个轻量级的发行版,它有简单的类似kiosk风格的界面,并自带浏览器和媒体播放器。<br/><b>安装说明:</b>Live版本启动过程:把全部系统载入RAM内存中,然后从内存启动。 <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>主页:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>简介:</b> Xubuntu 是一个 Ubuntu 官方发行的以 XFCE 为桌面环境的轻量级发行版。<br/><b>安装提示:</b> Live 版本允许以 Live 模式启动,启动后可以从中选择执行安装程序。NetInstall 版本支持通过 FTP 安装,并可以安装 Kubuntu 或其他官方 Ubuntu 的衍生版本。如果您想使用一个预先下载的 alternate(不是Desktop) 镜像文件安装,请使用 HdMedia 选项,然后再将 alternate 镜像文件移动至您硬盘驱动器或USB驱动器的根目录下。 <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>主页:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>说明:</b> Zenwalk 是一个以采用XFCE桌面为特色的基于Slackware的发行版本。<br/><b>安装说明:</b> 该实时版本允许采用有选择地加载模式进行实模式启动。 <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>主页:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>说明:</b> EeePCLinuxOS 是一个为EeePC设计的基于PCLinuxOS的发行版本。<br/><b>安装说明:</b> 在继续安装前确定安装介质为空并且被格式化。 <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>主页:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>说明:</b> Ubuntu Eee 不仅是为华硕 EeePC 优化的 Ubuntu。它是一个采用 Netbook Remix 界面,支持替代最好的可见软件的开源替代品的操作系统(例如 Skype 由 Ekiga 替代)。<br/><b>安装说明:</b> 在继续安装前确定安装介质为空并且被格式化。 <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>描述:</b> Elive 是一个以 Enlightenment 窗口管理器为特色的基于 Debian 的发行版。<br/><b>安装说明:</b>Live 版本允许通过 Live 模式启动,然后选择启动安装程序。 <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>主页:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>说明:</b> Kiwi Linux是一个Ubuntu衍生版本,主要适合罗马尼亚,匈牙利和英语用户。<br/><b>安装说明:</b>请确认使用的是一张内容为空白的磁盘,并在安装前进行格式化处理。 <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>主页:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>说明:</b> gNewSense是一个高品质的GNU/Linux的发行版,它对Ubuntu Linux做了许多增强和优化,是一个完全自由的操作系统,不包含任何私有软件的二进制文件或软件包。<br/><b>安装说明:</b>安装前请先确认磁盘内容为空白,且已经格式化过。 <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>描述:</b> NimbleX 是一个小型、多功能的基于 Slackware 的发行版。它使用 linux-live 脚本构建,使用 KDE 桌面环境。它可以从 CD 或闪存(USB 盘或 MP3 播放器)启动,定制和扩展很容易。<br/><b>安装说明:</b> NimbleX 以 Live 模式启动。 <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>主页:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>说明:</b> SliTaz 是一个轻量级,桌面导向微型发行版本。<br/><b>安装说明:</b> 该实时版本加载系统到 RAM 并且从内存启动,所以安装可选并不是必需的。 该安装是基于 <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>。 <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>主页:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>说明:</b> xPUD是一个轻量级的发行版本,它有简单的类似kiosk风格的界面,并带有浏览器和媒体播放器。<br/><b>安装说明:</b>Live版本启动过程:它把全部系统装入RAM内存中,然后从内存启动。 unetbootinui Unetbootin Unetbootin Select from a list of supported distributions 在列表中选择一个支持的发行版本 &Distribution 发行版(&D) Specify a disk image file to load 指定加载磁盘镜像文件 Disk&image 光盘镜像(&I) Manually specify a kernel and initrd to load 手动地指定加载一个内核 和 initrd &Custom 自定义(&C) Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. Space used to preserve files across reboots (Ubuntu only): MB MB OK 确定 Return 返回 Cancel 取消 Esc Esc Reboot Now 现在重启 Exit 退出 1. Downloading Files 1. 下载文件 2. Extracting and Copying Files 2. 抽取和拷贝文件 3. Installing Bootloader 3. 安装 Bootloader 4. Installation Complete, Reboot 4. 安装完成,重启 Select the target drive to install to 选择进行安装的目标驱动器 Dri&ve: 驱动器(&V): Select the installation target type 选择安装目标类型 &Type: 类型(&T): Select the distribution version 选择发行版本 Select disk image file 选择磁盘镜像文件 ... ... Select the disk image type 选择磁盘镜像类型 Specify a floppy/hard disk image, or CD image (ISO) file to load 指定加载 软盘/硬盘 镜像,或者 CD 镜像(ISO)文件 Specify a kernel file to load 指定加载内核文件 Select kernel file 选择内核文件 Specify an initrd file to load 指定加载 initrd 文件 Select initrd file 选择 initrd 文件 Select syslinux.cfg or isolinux.cfg file 选择 syslinux.cfg or isolinux.cfg 文件 Specify parameters and options to pass to the kernel 指定传递给内核的参数和选项 &Kernel: 内核(&K): Init&rd: Initrd(&R): &Options: 选项(&O): uninstaller Uninstallation Complete 完全卸载 %1 has been uninstalled. 已经卸载 %1 。 Must run as root 必须以root的身份运行 %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 必须以 root 身份运行。关闭它,并使用以下方法之一重新运行:<br/><b>sudo %1</b><br/>或:<br/><b>su - -c '%1'</b> %1 Uninstaller 卸载 %1 %1 is currently installed. Remove the existing version? %1 已经安装。是否移除现有的版本? unetbootin_zh_TW.ts0000664000175000017500000025211612154035431013374 0ustar gezageza Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2012-12-24 00:10-0800 PO-Revision-Date: 2012-10-19 13:11+0000 Last-Translator: Walter Cheuk <wwycheuk@gmail.com> Language-Team: LANGUAGE <LL@li.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2013-06-06 06:04+0000 X-Generator: Launchpad (build 16667) QObject LeftToRight 由左至右 unetbootin Hard Disk 硬碟 USB Drive USB 磁碟機 ISO ISO 檔案 Floppy 磁片 either 或是 LiveUSB persistence LiveUSB 資料儲存 FAT32-formatted USB drive 格式化為 FAT32 檔案系統的 USB 磁碟機 EXT2-formatted USB drive 格式化為 EXT2 檔案系統的 USB 磁碟機 Open Disk Image File 開啟映像檔 All Files 所有檔案 All Files (*) 所有檔案 (*) Open Kernel File 開啟核心檔案 Open Initrd File 開啟 Initrd 檔案 Open Bootloader Config File 開啟開機管理設定檔 Insert a USB flash drive 插入 USB 隨身碟 No USB flash drives were found. If you have already inserted a USB drive, try reformatting it as FAT32. 找不到 USB 隨身碟。如果已經插入,試著格式化成 FAT32 檔案系統。 %1 not mounted 尚未掛載 %1 You must first mount the USB drive %1 to a mountpoint. Most distributions will do this automatically after you remove and reinsert the USB drive. 必須先掛載 USB 隨身碟 %1。大部分的系統會在移除並重新插入 USB 隨身碟後自動掛載。 Select a distro 選擇發行套件 You must select a distribution to load. 必須選擇發行套件 Select a disk image file 選擇映像檔 You must select a disk image file to load. 必須選擇映像檔 Select a kernel and/or initrd file 選擇核心及/或 initrd 檔 You must select a kernel and/or initrd file to load. 必須選擇要載入的核心及/或 initrd 檔案 Diskimage file not found 找不到映像檔 The specified diskimage file %1 does not exist. 沒有指定的 %1 映像檔。 Kernel file not found 找不到核心檔案 The specified kernel file %1 does not exist. 沒有指定的 %1 核心檔案。 Initrd file not found 找不到 initrd 檔 The specified initrd file %1 does not exist. 沒有指定的 %1 initrd 檔案。 %1 exists, overwrite? 已有 %1,要覆寫嗎? The file %1 already exists. Press 'Yes to All' to overwrite it and not be prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to retain your existing version. If in doubt, press 'Yes to All'. 已有 %1 檔案。請按下「全部皆是(Yes to All)」以覆蓋該檔案,並在之後不再提示;或按「是(Yes)」只覆蓋這個檔案;或按「否(No)」以保留目前版本。如果不知道要怎做,請按「全部皆是」。 %1 is out of space, abort installation? %1 磁碟空間不足,是否要放棄安裝? The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to ignore this error and attempt to continue installation, and 'No to All' to ignore all out-of-space errors. 資料夾 %1 已滿。請按「是(Yes)」中止安裝;「否(No)」跳過這個錯誤並嘗試繼續安裝;或按「全部皆否(No to All)」忽略所有空間不足訊息。 Locating kernel file in %1 正自 %1 尋找核心檔案 Copying kernel file from %1 正從 %1 複製核心檔案 Locating initrd file in %1 正自 %1 尋找 initrd 檔案 Copying initrd file from %1 正從 %1 複製 initrd 文件 Extracting bootloader configuration 正提取開機管理程式設定 <b>Extracting compressed iso:</b> %1 <b>自映像檔提取:</b> %1 Copying file, please wait... 正複製檔案,請稍等... <b>Source:</b> <a href="%1">%1</a> <b>來源:</b> <a href="%1">%1</a> <b>Destination:</b> %1 <b>目的地:</b> %1 <b>Copied:</b> 0 bytes <b>已複製了</b> 0 個位元組 Extracting files, please wait... 正提取檔案,請稍等... <b>Archive:</b> %1 <b>來源檔:</b> %1 <b>Source:</b> <b>來源:</b> <b>Destination:</b> <b>目的地:</b> <b>Extracted:</b> 0 of %1 files <b>已提取:</b>%1 中之 0 個檔案 <b>Source:</b> %1 (%2) <b>來源:</b> %1 (%2) <b>Destination:</b> %1%2 <b>目的地:</b> %1%2 <b>Extracted:</b> %1 of %2 files <b>已提取:</b> %2 中之 %1 個檔案 Downloading files, please wait... 正下載檔案,請稍等... <b>Downloaded:</b> 0 bytes <b>已下載:</b> 0 個位元組 Download of %1 %2 from %3 failed. Please try downloading the ISO file from the website directly and supply it via the diskimage option. 未能自 %3 下載 %1 %2。請直接自網站下載 ISO 檔並以「映像檔」選項提供。 <b>Downloaded:</b> %1 of %2 <b>已下載:</b>%2 中之 %1 <b>Copied:</b> %1 of %2 <b>已複製了</b> %2 中之 %1 Searching in <a href="%1">%1</a> 正在搜尋 <a href="%1">%1</a> %1/%2 matches in <a href="%3">%3</a> <a href="%3">%3</a> 有 %1/%2 個符合 %1 not found 找不到 %1 %1 not found. This is required for %2 install mode. Install the "%3" package or your distribution's equivalent. 找不到 %1。%2 安裝模式必須要使用它。 請安裝 "%3" 套件或是您的發行版當中的類似程式。 (Current) (正在進行) (Done) (完成) Configuring grub2 on %1 正在設定 %1 上的 grub2 Configuring grldr on %1 正在設定 %1 上的 grldr Configuring grub on %1 正在設定 %1 上的 grub Installing syslinux to %1 安裝 syslinux 至 %1 Installing extlinux to %1 將 extlinux 安裝至 %1 Syncing filesystems 正在同步檔案系統 Setting up persistence 正在設定資料儲存 After rebooting, select the 重新開機後,請選擇 After rebooting, select the USB boot option in the BIOS boot menu.%1 Reboot now? 重新開機後,請在 BIOS 開機選單選擇以 USB 開機。%1 要現在重新開機嗎? The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu.%1 製作出來的 USB 裝置無法在 Mac 電腦開腦。將之插入 PC,並在 BIOS 開機選單選「USB 開機」。%1 *IMPORTANT* Before rebooting, place an Ubuntu alternate (not desktop) install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.ubuntu.com *重要* 在重新開機之前,請把 Ubuntu 的 alternative(非 desktop)版本安裝映像檔放到硬碟或 USB 隨身碟的根目錄。這些檔案可以從 cdimage.ubuntu.com 取得 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'mirrors.kernel.org' when prompted for a server, and enter '/centos/%1/os/%2' when asked for the folder. *重要* 重新開機之後,忽略任何錯誤訊息, 如有提示需要光碟則選擇『返回』,之後進入主選單,選擇『開始安裝』選項,選擇『網路』作為來源,選擇『HTTP』協定,伺服器的提示輸入『mirrors.kernel.org』, 資料夾則輸入『/centos/%1/os/%2』。 *IMPORTANT* Before rebooting, place a Debian install iso file on the root directory of your hard drive or USB drive. These can be obtained from cdimage.debian.org *重要* 在重新開機之前,請把 Debian 的安裝映像檔放到硬碟或 USB 隨身碟的根目錄。這些檔案可以從 cdimage.debian.org 取得 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/development/%1/os' when asked for the folder. *重要* 重新開機後,忽略任何錯誤訊息, 如有提示需要光碟則選擇『返回』,之後進入主選單,選擇『開始安裝』選項,選擇『網路』作為來源,選擇『HTTP』協定,伺服器的提示輸入『download.fedora.redhat.com』, 資料夾則輸入『/pub/fedora/linux/development/%1/os』。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.fedora.redhat.com' when prompted for a server, and enter '/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder. *重要* 重新開機後,忽略任何錯誤訊息, 如有提示需要光碟則選擇『返回』,之後進入主選單,選擇『開始安裝』選項,選擇『網路』作為來源,選擇『HTTP』協定,伺服器的提示輸入『download.fedora.redhat.com』, 資料夾則輸入『/pub/fedora/linux/releases/%1/Fedora/%2/os』。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/factory/repo/oss' when asked for the folder. *重要* 重新開機後,忽略任何錯誤訊息, 如有提示需要光碟則選擇『返回』,之後進入主選單,選擇『開始安裝』選項,選擇『網路』作為來源,選擇『HTTP』協定,伺服器的提示輸入『download.opensuse.org』, 資料夾則輸入『/factory/repo/oss』。 *IMPORTANT* After rebooting, ignore any error messages and select back if prompted for a CD, then go to the main menu, select the 'Start Installation' option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter 'download.opensuse.org' when prompted for a server, and enter '/distribution/%1/repo/oss' when asked for the folder. *重要* 重新開機後,忽略任何錯誤訊息, 如有提示需要光碟則選擇『返回』,之後進入主選單,選擇『開始安裝』選項,選擇『網路』作為來源,選擇『HTTP』協定,伺服器的提示輸入『download.opensuse.org』, 資料夾則輸入『/distribution/%1/repo/oss』。 == Select Distribution == == 選擇發行版 == == Select Version == == 選擇版本 == Welcome to <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>, the Universal Netboot Installer. Usage:<ol><li>Select a distribution and version to download from the list above, or manually specify files to load below.</li><li>Select an installation type, and press OK to begin installing.</li></ol> 歡迎使用 <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>,通用的網路安裝程式 Universal Netboot Installer。使用方式:<ol><li>由上方清單選擇發行版及版本進行下載,或於下方手動指定檔案載入。</li><li>選擇安裝形式,按確定開始安裝。</li></ol> <b>Homepage:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org</a><br/><b>Description:</b> Arch Linux is a lightweight distribution optimized for speed and flexibility.<br/><b>Install Notes:</b> The default version allows for installation over the internet (FTP). <b>網址:</b> <a href="http://www.archlinux.org/">http://www.archlinux.org/</a><br/><b>簡介:</b>Arch Linux 很輕巧,又快又容易設定。<br/><b>安裝說明:</b>預設版本可經網際網路 (FTP) 安裝。 <b>Homepage:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>Description:</b> BackTrack is a distribution focused on network analysis and penetration testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; no installation is required to use it. <b>網址:</b> <a href="http://www.backtrack-linux.org/">http://www.backtrack-linux.org/</a><br/><b>簡介:</b> BackTrack 是擅長於網路分析與滲透測試的發行版本。<br/><b>安裝說明:</b> BackTrack 以 live 模式啟動,毋須安裝。 <b>Homepage:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>Description:</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>網址:</b> <a href="http://www.centos.org/">http://www.centos.org</a><br/><b>簡介:</b> CentOS 是 Red Hat Enterprise Linux 之免費複製版 (clone)。<br/><b>安裝說明:</b>預設版本可經網際網路 (FTP) 或預先下載之 ISO 檔案安裝。 <b>Homepage:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>Description:</b> CloneZilla is a distribution used for disk backup and imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live mode; no installation is required to use it. <b>網址:</b> <a href="http://clonezilla.org/">http://clonezilla.org/</a><br/><b>簡介:</b> CloneZilla 可用於磁碟備份與複製。<br/><b>安裝說明:</b>CloneZilla 以 live 模式運作,毋須安裝。 <b>Homepage:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>Description:</b> Damn Small Linux is a minimalist distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>網址:</b> <a href="http://damnsmalllinux.org/">http://damnsmalllinux.org</a><br/><b>簡介:</b> Damn Small Linux 是為老舊電腦而設的簡約發行版。<br/><b>安裝說明:</b>Live 版本會將整個系統載入記憶體運行,毋須安裝;但亦提供安裝選項。 <b>Homepage:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>Description:</b> Debian is a community-developed Linux distribution that supports a wide variety of architectures and offers a large repository of packages.<br/><b>Install Notes:</b> The NetInstall version allows for installation over FTP. If you would like to use a pre-downloaded install iso, use the HdMedia option, and then place the install iso file on the root directory of your hard drive or USB drive <b>網址:</b> <a href="http://www.debian.org/">http://www.debian.org</a><br/><b>簡介:</b> Debian 是由社群開發之 Linux 發行版,支援各式各樣的平台,並有提供大量套件的軟體庫。<br/><b>安裝說明:</b>NetInstall 版本讓您經網際網路 (FTP0 安裝。如要用預先下載的安裝 ISO 檔,請用 HdMedia 選項,並將安裝用的 ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>Description:</b> Dreamlinux is a user-friendly Debian-based distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>網址:</b> <a href="http://www.dreamlinux.com.br/">http://www.dreamlinux.com.br</a><br/><b>簡介:</b> Dreamlinux 是建基於 Debian 的好用發行版。<br/><b>安裝說明:</b>Live 版本以 Live 模式運作,亦可進行安裝。 <b>Homepage:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to restore a system that broke due to malware.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>網址:</b> <a href="http://www.freedrweb.com/livecd">http://www.freedrweb.com/livecd</a><br/><b>簡介:</b> Dr.Web AntiVirus 能將因不良軟體毀壞的系統救回來。<br/><b>安裝說明:</b>Live 版本以 Live 模式開機及運作,並執行掃瞄不良軟體。 <b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>網址</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>簡介:</b>Elive 建基於 Debian,提供 Enlightenment 視窗管理員。<br/><b>安裝說明:</b>Live 版本以 Live 模式開機,亦可進行安裝。 <b>Homepage:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>Description:</b> Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>網址:</b> <a href="http://fedoraproject.org/">http://fedoraproject.org</a><br/><b>簡介:</b> Fedora 是由 Red Hat 贊助的社群發行版,展示最新最炫的自由/開源軟體技術。<br/><b>安裝說明:</b>Live 版本只以 Live 模式開機,亦可由此啟動安裝。NetInstall 版本可經網際網路 (FTP) 安裝,或以預先下載的 ISO 檔進行離線安裝。 <b>Homepage:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>Description:</b> FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>網址:</b> <a href="http://www.freebsd.org/">http://www.freebsd.org</a><br/><b>簡介:</b> FreeBSD 是多用途的「類 Unix」作業系統,專為高擴展性和高性能而設計。<br/><b>安裝說明:</b>預設版本允計經網際網路 (FTP) 安裝,或以預先下載的 ISO 檔安裝。 <b>Homepage:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>Description:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install Notes:</b> See the <a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">manual</a> for installation details. <b>網址:</b> <a href="http://www.freedos.org/">http://www.freedos.org</a><br/><b>簡介:</b>FreeDOS 是相容於 MS-DOS 的自由作業系統。<br/><b>安裝說明:</b>安裝詳情見<a href="http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall">使用手冊</a>。 <b>Homepage:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>Description:</b> FreeNAS is an embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD.<br/><b>Install Notes:</b> The LiveCD version creates a RAM drive for FreeNAS, and uses a FAT formatted floppy disk or USB key for saving the configuration file. The embedded version allows installation to hard disk. <b>網址:</b> <a href="http://freenas.org/">http://www.freenas.org</a><br/><b>簡介:</b>FreeNAS 是建基於 FreeBSD 的內嵌式開源 NAS (網路儲存系統) 發行版。<br/><b>安裝說明:</b>LiveCD 版本會為 FreeNAS 製作 RAM 碟機,並以 FAT 格式的軟碟或 USB 隨身碟儲存設定檔。內嵌版可以安裝至硬碟。 <b>Homepage:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>Description:</b> Frugalware is a general-purpose Slackware-based distro for advanced users.<br/><b>Install Notes:</b> The default option allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>網址:</b> <a href="http://frugalware.org/">http://frugalware.org</a><br/><b>簡介:</b> Frugalware 是為進階用戶而設,建基於 Slackware 的多用途發行版。<br/><b>安裝說明:</b>預設選項可經網際網路 (FTP) 或以預先下載的 ISO 檔離線安裝。 <b>Homepage:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>Description:</b> GeeXboX is an Embedded Linux Media Center Distribution.<br/> <b>網址:</b> <a href="http://www.geexbox.org/">http://www.geexbox.org</a><br/><b>簡介:</b> GeeXboX 是內嵌式 Linux 媒體中心發行版。<br/> <b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with all non-free components removed.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>網址:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>簡介:</b> gNewSense 是獲自由軟體基金會(FSF)認可,建基於 Ubuntu 的發行版;其不包含任何非自由軟體(non-free)的部份。<br/><b>安裝說明:</b>Live 版本可以 Live 模式開機,亦可安裝至硬碟。 <b>Homepage:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>Description:</b> Gujin is a graphical boot manager which can bootstrap various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and runs; no installation is required to use it. <b>網址:</b> <a href="http://gujin.sourceforge.net/">http://gujin.sourceforge.net</a><br/><b>簡介:</b> Gujin 是圖像化的開機管理程式,可以多種卷冊(volume)及檔案開機。<br/><b>安裝說明:</b>Gujin 可直接直接用來開機及執行,毋須安裝。 <b>Homepage:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched. <b>網址:</b> <a href="http://ftp.kaspersky.com/devbuilds/RescueDisk/">http://ftp.kaspersky.com/devbuilds/RescueDisk/</a><br/><b>簡介:</b>卡巴斯基 Kaspersky 救機碟能為 Windows 系統偵測並移除不良軟體。<br/><b>安裝說明:</b>Live 版本可以 Live 模式開機,並啟動偵測。 <b>Homepage:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>網址:</b> <a href="http://www.kubuntu.org/">http://www.kubuntu.org</a><br/><b>簡介:</b>Kubuntu 是提供 KDE 桌面的官方 Ubuntu 變奏版。<br/><b>安裝說明:</b>Live 版本可以 Live 模式開機,並啟動安裝。NetInstall 版本可經 FTP 安裝,並安裝 Kubuntu 及其他官方 Ubuntu 變奏版。如要以預先下載的 alternate (而非 desktop) ISO 檔安裝,請用 HdMedia 選項,並將 alternate 安裝用的 ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>Description:</b> LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .<br/><b>Install Notes:</b> The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel). <b>網址:</b> <a href="http://linuxconsole.org/">http://linuxconsole.org</a><br/><b>簡介:</b> LinuxConsole 是可用來玩遊戲、容易安裝、容易使用、開機又快的發行版。<br/><b>安裝說明:</b>1.0.2010 為最新的 1.0 版,可經由 rolling release 安裝 (執行 liveuptate 更新模組及內核)。 <b>Homepage:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>網址:</b> <a href="http://linuxmint.com/">http://linuxmint.com</a><br/><b>簡介:</b> Linux Mint 是建基於 Ubuntu 的好用發行版;其預設包含額外的封閉版權解碼程式(codec)及其他軟體。<br/><b>安裝說明:</b>Live 版本可以 Live 模式啟動,並可進行安裝。 <b>Homepage:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>網址:</b> <a href="http://www.lubuntu.net/">http://www.lubuntu.net</a><br/><b>簡介:</b> Lubuntu 是提供 LXDE 桌面的官方 Ubuntu 變奏版。<br/><b>安裝說明:</b>Live 版本可以以 Live 模式開機,並在其中執行安裝。NetInstall 版本可以經 FTP 安裝,並可安裝 Kubuntu 及其他官方 Ubuntu 變奏版。如要使用預先下載的 alternate 版 (而非 desktop 版) 的 ISO 檔,請用 HdMedia 選項,並將用來的 alternate ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>Description:</b> Mandriva is a user-friendly distro formerly known as Mandrake Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over the internet (FTP) or via pre-downloaded <a href="http://www.mandriva.com/en/download">"Free" iso image files</a>. <b>網址:</b> <a href="http://www.mandriva.com/">http://www.mandriva.com/</a><br/><b>簡介:</b> Mandriva 原名 Mandrake Linux,是好用的發行版。<br/><b>安裝說明:</b>Live 版本可以 Live 模式啟動,並進行安裝。NetInstall 版本可經網際網路 (FTP) 安裝,或以預先下載的<a href="http://www.mandriva.com/en/download">「免費」ISO 映像檔</a>進行安裝。 <b>Homepage:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>Description:</b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly version based on KDE, while AntiX is a lightweight version for older computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, from which the installer can optionally be launched. <b>網址:</b> <a href="http://www.mepis.org/">http://www.mepis.org</a><br/><b>簡介:</b> MEPIS 是建基於 Debian 的發行版。SimplyMEPIS 是建基於 KDE 的好用版本,而 AntiX 是為老舊電腦而設的輕巧版本。<br/><b>安裝說明:</b>MEPIS 支援以 Live 模式啟動,並可進行安裝。 <b>Homepage:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>Description:</b> NetbootCD is a small boot CD that downloads and boots network-based installers for other distributions.<br/><b>Install Notes:</b> NetbootCD boots and runs in live mode. <b>網址:</b> <a href="http://netbootcd.tuxfamily.org/">http://netbootcd.tuxfamily.org</a><br/><b>簡介:</b>NetbootCD 是小型開機 CD,會下載並以其他以網路為本的發行版安裝程式啟動。<br/><b>安裝說明:</b>NetbootCD 以 live 模式啟動及運作。 <b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <b>網址:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>簡介:</b>NimbleX 是小型、多用途、建基於 Slackware 的發行版。以 linux-live script 構建,並提供 KDE 桌面。其可直接以 CD 或快閃記憶體裝置 (USB 隨身碟或 MP3 播放器) 啟動,而且易於自訂化及擴充。<br/><b>安裝說明:</b>NimbleX 以 Live 模式啟動。 <b>Homepage:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>Description:</b> The Offline NT Password and Registry Editor can reset Windows passwords and edit the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is booted and run in live mode; no installation is required to use it. <b>網址:</b> <a href="http://pogostick.net/~pnh/ntpasswd/">http://pogostick.net/~pnh/ntpasswd/</a><br/><b>簡介:</b>離線式 NT 密碼及 Registry 編輯程式,可重設 Windows 密碼及修改 Windows 2000 至 Vista 的 registry。<br/><b>安裝說明:</b> NTPasswd 以 live 模式啟動及運作,毋須安裝。 <b>Homepage:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>Description:</b> openSUSE is a user-friendly Novell sponsored distribution.<br/><b>Install Notes:</b> The default version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files. <b>網址:</b> <a href="http://www.opensuse.org/">http://www.opensuse.org</a><br/><b>簡介:</b> openSUSE 是由 Novell 贊助的好用發行版。<br/><b>安裝說明:</b>預設版本可經網際網路 (FTP) 或預先下載的 ISO 檔離線安裝。 <b>Homepage:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>Description:</b> Ophcrack can crack Windows passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live mode; no installation is required to use it. <b>網址:</b> <a href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net</a><br/><b>簡介:</b> Ophcrack 能破解 Windows 密碼。<br/><b>安裝說明:</b>Ophcrack 以 live 模式開機及運行,毋須安裝。 <b>Homepage:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>Description:</b> Parted Magic includes the GParted partition manager and other system utilities which can resize, copy, backup, and manipulate disk partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live mode; no installation is required to use it. <b>網址:</b> <a href="http://partedmagic.com/">http://partedmagic.com</a><br/><b>簡介:</b> Parted Magic 附帶 GParted 分割區管理程式及其他系統工具,可為磁碟分割區重新設定大小、複製、備份及進行其他處理。<br/><b>安裝說明:</b>Parted Magic 以 live 模式開機及運行,毋須安裝。 <b>Homepage:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>Description:</b> Puppy Linux is a lightweight distribution designed for older computers.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>網址:</b> <a href="http://www.puppylinux.com/">http://www.puppylinux.com</a><br/><b>簡介:</b> Puppy Linux 是為老舊電腦而設的輕巧發行版。<br/><b>安裝說明:</b>Live 版本將整個系統載入記憶體運行;亦可安裝至硬碟。 <b>Homepage:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which features the Entropy binary package manager in addition to the source-based Portage.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The LiteMCE edition is 2 GB, while the full edition will need an 8 GB USB drive <b>網址:</b> <a href="http://www.sabayonlinux.org/">http://www.sabayonlinux.org</a><br/><b>簡介:</b> Sabayon Linux 是建基於 Gentoo 的 Live DVD 發行版,在 Portage 之外提供額外的 Entropy 二元檔套件管理程式。<br/><b>安裝說明:</b>Live 版本可以 Live 模式啟動,並進行安裝。LiteMCE 版本為 2 GB 大小,完整版本需要 8 GB 的 USB 隨身碟。 <b>Homepage:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>Description:</b> Salix is a GNU/Linux distribution based on Slackware (fully compatible) that is simple, fast and easy to use.<br/>Like a bonsai, Salix is small, light & the product of infinite care.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.<br/>Default root password is <b>live</b>. <b>網址:</b> <a href="http://salixos.org">http://salixos.org</a><br/><b>簡介:</b> Salix 是完全相容於 Slackware 的 GNU/Linux 發行版;簡單、快速又易用。<br/>和盆栽一樣,Salix 小小的,受到悉心的栽培。<br/><b>安裝說明:</b>Live 版本可以 Live 模式啟動,並進行安裝。<br/>預設密碼為 <b>live</b>。 <b>Homepage:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>Description:</b> Slax is a Slackware-based distribution featuring the KDE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>網址:</b> <a href="http://www.slax.org/">http://www.slax.org</a><br/><b>簡介:</b>Slax 是建基於 Slackware 的發行版,提供 KDE 桌面。<br/><b>安裝說明:</b>Live 版本可以 Live 模式啟動,並進行安裝。 <b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. <b>網址:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>簡介:</b>SliTaz 很輕巧,是專為桌面應用而設的微型發行版。<br/><b>安裝說明:</b>Live 版本將整個系統載入記憶體運行,毋須安裝,但要安裝亦可。 <b>Homepage:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader which can overcome some boot-related BIOS limitations and bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation is required to use it. <b>網址:</b> <a href="http://btmgr.sourceforge.net/about.html">http://btmgr.sourceforge.net/about.html</a><br/><b>簡介:</b> Smart Boot Manager 是能克服某些與開機有關 BIOS 限制與問題的開機載入程式。<br/><b>安裝說明:</b> SBM 開機就能執行;毋須安裝。 <b>Homepage:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>Description:</b> Super Grub Disk is a bootloader which can perform a variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD simply boots and runs; no installation is required to use it. <b>網址:</b> <a href="http://www.supergrubdisk.org">http://www.supergrubdisk.org</a><br/><b>簡介:</b> Super Grub Disk 是開機載入程式,可修復 MBR 及處理其他開機問題。<br/><b>安裝說明:</b> SGD 只需開機就可執行,不必安裝。 <b>Homepage:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>Description:</b> Super OS is an unofficial derivative of Ubuntu which includes additional software by default. Requires a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>網址:</b> <a href="http://hacktolive.org/wiki/Super_OS">http://hacktolive.org/wiki/Super_OS</a><br/><b>簡介:</b> Super OS 是建基於 Ubuntu 的非官方變奏版,預設包含額外的軟體。需要 2GB 的 USB 隨身碟才能安裝。<br/><b>安裝說明:</b>Live 版本可以 Live 啟動,並進行安裝。 <b>Homepage:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>網址:</b> <a href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br/><b>簡介:</b>Ubuntu 是建基於 Debian 的好用發行版;是目前最多人用的 Linux 桌面發行版。<br/><b>安裝說明:</b>Live 版本可以 Live 模式開機,並啟動安裝。NetInstall 版本可經 FTP 安裝,並可安裝 Kubuntu 及其他官方 Ubuntu 變奏版。如要以預先下載的 alternate (而非 desktop) ISO 檔安裝,請用 HdMedia 選項,並將 alternate 安裝 ISO 檔放在硬碟或 USB 隨身碟的根目錄。 <b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <b>網址:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>簡介:</b>xPUD 是提供類似資訊站 (kiosk) 簡單介面的輕巧發行版,亦有網頁瀏覽器及媒體播放器。<br/><b>安裝說明:</b>Live 版本將整個系統載入記憶體運行,並從記憶體啟動。 <b>Homepage:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive <b>網址:</b> <a href="http://www.xubuntu.org/">http://www.xubuntu.org</a><br/><b>簡介:</b>Xubuntu 是提供 XFCE 桌面的官方 Ubuntu 變奏版。<br/><b>安裝說明:</b>Live 版本以 Live 模式啟動,並可進行安裝。NetInstall 版本可經 FTP 安裝,亦可安裝 Kubuntu 及其他官方 Ubuntu 變奏版。如要以預先下載的 alternate (而非 desktop) ISO 檔安裝,請用 HdMedia 選項,並將 alternate 安裝用的 ISO 檔放在硬碟或 USB 隨身碟的根目錄 <b>Homepage:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>Description:</b> Zenwalk is a Slackware-based distribution featuring the XFCE desktop.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <b>網址:</b> <a href="http://www.zenwalk.org/">http://www.zenwalk.org</a><br/><b>簡介:</b>Zenwalk 建基於 Slackware,提供 XFCE 桌面。<br/><b>安裝說明:</b>Live 版本以 Live 模式啟動,亦可進行安裝。 <img src=":/eeepclos.png" /><br/><b>Homepage:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeepclos.png" /><br/><b>網址:</b> <a href="http://www.eeepclinuxos.com/">http://www.eeepclinuxos.com</a><br/><b>簡介:</b> EeePCLinuxOS 是為 EeePC 而設、基於 PCLinuxOS 的好用發行版。<br/><b>安裝說明:</b>在繼續安裝之前,請確定所安裝的儲存媒體是空的且已格式化。 <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>Homepage:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized for the Asus Eee PC. It's an operating system, using the Netbook Remix interface, which favors the best software available instead of open source alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/eeeubuntu.png" style="float:left;" /><br/><b>首頁:</b> <a href="http://www.ubuntu-eee.com/">http://www.ubuntu-eee.com</a><br/><b>簡介:</b> Ubuntu Eee 並不只是為華碩 Eee PC 而設的 Ubuntu 那麼簡單。這是使用 Netbook Remix 介面的作業系統;強調使用最佳軟體,而非只用開源版本(例如用 Skype 而非 Ekiga)。<br/><b>安裝說明:</b>在繼續安裝之前,請確定所安裝的儲存媒體是空的且已格式化。 <img src=":/elive.png" /><br/><b>Homepage:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>Description:</b> Elive is a Debian-based distribution featuring the Enlightenment window manager.<br/><b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. <img src=":/elive.png" /><br/><b>網址:</b> <a href="http://www.elivecd.org/">http://www.elivecd.org</a><br/><b>簡介:</b>Elive 建基於 Debian,提供 Enlightenment 視窗管理員。<br/><b>安裝說明:</b>Live 版本以 Live 模式啟動,亦可進行安裝。 <img src=":/kiwi_logo_ro.png" /><br/><b>Homepage:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>Description:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/kiwi_logo_ro.png" /><br/><b>網址:</b> <a href="http://www.kiwilinux.org/">http://www.kiwilinux.org</a><br/><b>簡介:</b> Kiwi Linux 是為羅馬尼亞文、匈牙利文和英文使用者而設的 Ubuntu 變奏版。<br/><b>安裝說明:</b> 在繼續安裝之前,請確定所安裝的儲存媒體是空的且已經格式化。 <img src=":/gnewsense.png" /><br/><b>Homepage:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>Description:</b> gNewSense is a high-quality GNU/Linux distribution that extends and improves Ubuntu to create a completely free operating system without any binary blobs or package trees that contain proprietary software.<br/><b>Install Notes:</b> Make sure install media is empty and formatted before proceeding with install. <img src=":/gnewsense.png" /><br/><b>網址:</b> <a href="http://www.gnewsense.org/">http://www.gnewsense.org</a><br/><b>簡介:</b> gNewSense 是高質素的 GNU/Linux 發行版;其為 Ubuntu 進行擴充及改良,但並無包含非自由著作權的軟體,其仍是完全自由的作業系統。<br/><b>安裝說明:</b> 在繼續安裝之前,請確定所安裝的儲存媒體是空的且已經格式化。 <img src=":/nimblex.png" /><br/><b>Homepage:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>Description:</b> NimbleX is a small, versatile Slackware-based distribution. It is built using the linux-live scripts, and features the KDE desktop. It can be booted from CD or flash memory (USB pens or MP3 players), and can easily be customized and extended.<br/><b>Install Notes:</b> NimbleX boots in Live mode. <img src=":/nimblex.png" /><br/><b>網址:</b> <a href="http://www.nimblex.net/">http://www.nimblex.net</a><br/><b>簡介:</b>NimbleX 是小型、多用途、建基於 Slackware 的發行版。其以 linux-live script 構建,並提供 KDE 桌面。可以 CD 或快閃記憶體裝置 (USB 隨身碟或 MP3 播放器) 啟動,亦可輕易自訂化及擴充。<br/><b>安裝說明:</b>NimbleX 以 Live 模式運作。 <img src=":/slitaz.png" /><br/><b>Homepage:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>Description:</b> SliTaz is a lightweight, desktop-oriented micro distribution.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory, so installation is not required but optional. This installer is based on <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. <img src=":/slitaz.png" /><br/><b>網址:</b> <a href="http://www.slitaz.org/en/">http://www.slitaz.org/en</a><br/><b>簡介:</b> SliTaz 是輕巧、專為桌面應用而設之微型發行版。<br/><b>安裝說明:</b> Live 版本將整個系統載入記憶體並由記憶體開機,不必安裝但可選擇安裝。此安裝程式基於 <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>。 <img src=":/xpud.png" /><br/><b>Homepage:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/><b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory. <img src=":/xpud.png" /><br/><b>網址:</b> <a href="http://www.xpud.org/">http://www.xpud.org</a><br/><b>簡介:</b> xPUD 是提供類似資訊站(kiosk)簡易介面的輕巧發行版,亦有網頁瀏覽器及媒體播放器。<br/><b>安裝說明:</b>Live 版本將整個系統載入記憶體並由記憶體開機。 unetbootinui Unetbootin Unetbootin Select from a list of supported distributions 自清單選擇已支援套件 &Distribution 發行版(&D) Specify a disk image file to load 指定映像檔以進行裝載 Disk&image 映像檔(&I) Manually specify a kernel and initrd to load 手動指定 kernel 及 initrd 以進行裝載 &Custom 自訂(&C) Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used. 保留多少空間用來放置使用者檔案;即使重新開機,資料也不會失去。只對 Ubuntu 及其變奏版的 LiveUSB 有效。如選擇的值超過隨身碟的容量則會使用所有可用的空間。 Space used to preserve files across reboots (Ubuntu only): 保留多少空間用來放置使用者檔案;即使重新開機,資料也不會失去 (只對 Ubuntu 有效): MB MB OK 確定 Return 返回 Cancel 取消 Esc Esc Reboot Now 現在重新開機 Exit 結束 1. Downloading Files 1. 下載檔案 2. Extracting and Copying Files 2. 提取並複製檔案 3. Installing Bootloader 3. 安裝開機管理程式 4. Installation Complete, Reboot 4. 安裝完成,重新開機 Select the target drive to install to 選擇安裝目標磁碟 Dri&ve: 磁碟機(&V): Select the installation target type 選擇安裝目標類型 &Type: 類型(&T): Select the distribution version 選擇發行版版本 Select disk image file 選擇映像檔 ... Select the disk image type 選擇映像檔類型 Specify a floppy/hard disk image, or CD image (ISO) file to load 指定軟碟、硬碟或 CD 映像檔 (ISO) 進行裝載 Specify a kernel file to load 指定 kernel 檔案進行裝載 Select kernel file 選擇 kernel 檔案 Specify an initrd file to load 指定 initrd 檔案進行裝載 Select initrd file 選擇 initrd 檔案 Select syslinux.cfg or isolinux.cfg file 選擇 syslinux.cfg 或 isolinux.cfg 檔案 Specify parameters and options to pass to the kernel 指定進入 kernel 的參數與選項 &Kernel: 核心(&K): Init&rd: Init&rd: &Options: 選項(&O): uninstaller Uninstallation Complete 已經完成移除動作 %1 has been uninstalled. 已經移除 %1。 Must run as root 必須以 root 身份執行 %2 must be run as root. Close it, and re-run using either:<br/><b>sudo %1</b><br/>or:<br/><b>su - -c '%1'</b> %2 必須以 root 身份執行。將之關閉,並以以下方法重新執行:<br/><b>sudo %1</b><br/>或:<br/><b>su - -c '%1'</b> %1 Uninstaller 移除 %1 %1 is currently installed. Remove the existing version? 已安裝 %1。要移除現有版本? unetbootin_128.png0000664000175000017500000002563711730653576013036 0ustar gezagezaPNG  IHDR>asRGBbKGD pHYsh/tIME23ة IDATxwxy3.:HI IPݔ(JDQiXvڍ;sok+$;v|K:,J(Ŏ;vDecwF]4yy`%p~})sn !N(JAQT}=]sk/:jYEGWGF@k `q sk"p8/s lm+EeY  ɄըՈnP<cjosޭPٙBW vgtZ df !.Nގ.W㸳,nnm6bMVzo@qY9tZ-6Ū+`]Ve4⫶2 f͛6+3(7|Ę͈1e’dpZ1j P0 Cy8j{DpWQU[ӰmFX,C`0@P@@*VZ"P*a2pcFEpW3r.AUmغi#V+F9D"VRqB+AFm]8u rdʚZTbضi#l6zeY8( J*Rg/t"6z93"+cֈWX7fA_n^Rzƹ֋p8"P(0Ly;"+O8WԢW`?|V c3  +DDA/tP*0u;vDpW36Y˫Q^U~[V~=R)_/v%NG:/Mn߆|ؾeH|c^O4 _IHztu`g-nJ"+7ߎܜ1*ze:l/ʲ,<nwP4W4Md4@"Kp=6"ˡjIWOEpWӄߎ| U(DʕرuK|>O.m2Ep_@ѐ޾;-]L)]X LF#lj^iE%J+j%vl^7(Op" "ht9 8B.V!}jos4-Vk~-gT,$v._HLGYem[aZhƄ|xgtc= z\&F!=}}BHbW{ƻ!m͚MI>ڷ"d/q MC.@Bphl9*dZ{obF˲r095@˹mh5&KTs_/#ȁk7SieT 92)@;Nx<aժ(B]C23povX,j>O(&rTҀ+Cmc8CjR .ւx޽ e]C(n!dDZZVF!EpݰZ hhiAvf& ;=4:\"xV7L2m(i嬄Zh5jT \T ap8ى~!33/_Acde;+8_'8\p@r 2,F@NN~eY#MќA'&:!JP(d rpCVV.^|>gnJ_@]cRI2s͵ظq0,>/pp>1/χ3g237prnK8VY,Ęa)TDNg<N'zzz088ՊL^&C8;.]?ᔝ]0EQI)^m$!:qV+!!^):K vtCCCB/Czp3L0 $ .IEWOd(#C4òY8LF$oAV E1D!4axxXe64bmV|;.kd0CQ>a1f3B4-*; ~ b ##/^Bm}fg|~?!}9Q#rXss72Hhz06lHINBRB<2sxMP*ojFcH$w}>ou&p:'=Ly8܏ji˰<- I z#p3p```###ʕ+q%T#g<ЃJ>v](|DoOw~}S3R{^߶ׯ_=RiϷ#@͆ d^st4|>N'FFF@>U9nl6cŊ8Y];|BwJBCs  ZXE1TQAJrfg!;3>*va122)?s<*k.g-v=Q&|~Zx!8?*HVQԌچiHF^p{R>OK$H_k&+ jJX> 3 r:-R@tt4/_/rs>˲BZΏ?R4=;e +wK~Er.+#ڬ,( vvtttg*O'*\.DEEa8sʫw?0L&(ʠ͛ RuMo- +wiKGVfIp:6:NOu'~ٱy,;Ft~~Jjkh @TǏathNss3 Ser<ʪݻhrBp~$: ! Łaq\Nطx<0LHKKC(D^n."ןpz=j|`s9{ j.?U=ݎQ\.Fy?kWP\2  a ů8}ׅ _k=G[ΞCIy9bϣ"*낏w~ ek q8tꏉ?򸞫m޸zv=t\].v`0>].~& "hTBZd0o@eWq#7>|^ҥK|,ʰa].ؽP/t`7rz85 5 l `>VkN,ʰ!/O<F;k#Dc~\ɄTT*I `<D-[3(*-dž<<|po6rL47R}bOZ1.YFGGdq'>NÒ%Krؐ,b~TT~U5${ų-Q@R_U0?kpݰl"8`xx# M ^/(VEJJ ZZp6>ӀBbZ(^aA5ggEW_D'[y<BVf,, /4sRXTԢ:rN'q c*g"@tؼayI )٪ܧC4j4jfQ0,˗wBE>SL>EAV#)) 8YP7OBӅux۸ V5(*+^IMP(x^Pwsfqgk9ַӟ^qqqSo0D75ĩlڸ} :nL;?||͆jAg(J rw/~O"F IIIol Vx!:f%e0贈@ӴpbJB 8;ZV6rG @,>ǫ?|aD v>9!!u 8~46o؀ɞίAAI) :#T*|  q'E9^? ć,ad2(JǣGOq}jƒC!xވ'sgχu:D% RC(E#P˯E >8ydd$~BBq)l䇯hNkw>~1OM2 ( zy3|vm݌RuoG/\K+*qtXAy* loEѭ͵῀}O=)}9ß|[*C5+|< ?uF#bQP !`Y]]` &1_zz2C'm[6P(@7g.y~J55&Z(B/Jh{g'XKËJTb>ěoG|,.y~~qY9<k9~$PTq&(\Uٴ"Ox>7?7~mٌyr|Í#M·e- |D"K/v>qJ89<7 ?݅ { ۷lKL&s{8 Lj}_R^'NeB%&h/v??; RNpg#K/݃o݂?xBgp{r|yb6}J7 ++RZt;o; TaB|%+| |1xMapJJxb/.ϵT*Q\Z#ǎ#&: 6kXQ-4@(Jwv>h3*w߼;o݊_Ït!lO(*-ǎbF5V_|qS* F JE!@߶~Es"no>E,*-GbFRMp>9W˲iw%H$ 'Lt|L KJGk6#1|}1Ї=+Jtutc! AΟ |lM'%%} ?ƌ8an_yCH翮R|Cj*G |w2l~Aq >;?zxeo<&.] zak @ 4^3֮ :/z022 c@$|ޟ[U*RRRPXRO8%I D_'ŗZkAa4b B:]T4ΟS:j5RSSQX\O>X $%{L&~O 0˗UUUË9tKqOǬꅆqAR!55%}/?y!(J ~fTk!4(;a?yjR/_SbIAkbq~Ȍhpr8)|h6"HMJ~h58~0ϟ5SOΘ_%%T)1|W*ht"euuu MgW^})IIX7zpqd k4tQ1⬱X :da'⡞xh+>T* !,& )?#H$4~[A""9SYc,5hO& pb_S8sV~ OR ρ7z{cpppg8UX~ m1yׇ.NT*\x 4E76WW\T ?9>e[>oG9ɒ%AӖB"WO|tϻr[v~wta+W GO`+^gK.b|gK=R .^֋@h']mm}"~א JV;vAQxvS8`ǶH_t)Nèj4s~$wO߅V4}Bۅ$%W gΝEQxbciDy[CH?y2¡bׇ|b?R{r|,w Ӂ+do_EB|> n/_4wԊ4tS0Xr%ǔErep Bqptd|ZR N~Pph4k8s( 9۶mJ5A8/[ 'NơCPt\ϝoia33}uZhay;s.鶆ƅ&5H$')I%))܏EU IDATUfNZEE9ᑝ;QP\?&{݅۷%n5 p[8kal%8N1'ݛ5@˜ao `e59kWGDx==xovW^T2~( =+>kZ?8clce[\M}pIT`{Mիz{x `j˭/bT~wBi#ǎˣ#~:^z&|4%ɂFdfd`xxxAއwxo|loX㮏:-"LM'ߋ_# &&ťo3,%s\6'+{|qzWv7rŊI}231440iii8q4;d]}o`$ ~ү^ǡs`([ɷmBiqhp|ܷ#QQA;9vz.maiK"0`XS/)uxd~$F#;PYSCXnoz aMq=S\Z&ې."9 ?pu445aX$%}?ߡiKʵ(-dBΚ5A`YF_.;R95"4[lq׆GF#AASbAqY;RG/mMq=SRV.[.w\nɄC?x|yArRɢR\tZV'˱ijVVN;wN8Xlq׆G%SSM & ?.ƺڏpIOEPV^![CEOt547kH_[7oF__8 D8M~xwiƦe/A`0o<5?!ӖMVF=(*-tw]XTAyeU"xQQ(*)řAP`(Dذ.ǡ@/ۘ7OEU؉(*-COO帿|ud]MVX.IL&Ƣ7rowttugO[K]E Ð+LgWט1qXio[ jjpyZ,8Q-/~|>u^ak5Ol~ ^vѧ(dq>r46#uuu@?`E0_dݐAKP?_Q`fŲ,7o L^N=^G9'vIj y',\.W-QQQp{<Ǽp`o`rcS;nDmG>Ͼ5ٔJt0D@`M$%$`8UXʚZgs]CB&5}"HwG{fjp`N6+ 4M Coll,*q5_omt"֧7O0,V&+R&+Cjp[jjp!p 1mjp`hW{G'Y4M O1L&CLL ~FFK\l0ЯbBoA4I_wR- f3><{ \yL߱)@ܩ|)h#$W(56I2W"|:1t|zaaIש1I 0xP.@o Z72:[7ɺfcl 1<4Pߵ@_н<"!wr aR/^j=g*ƆfIUta Kఏ~yٷ€ϩt RQ0ü_/ A&|+R?2j;UXDjkQ\ZBHg8;pyhq H[d.v)u55WȉοRa˓ ]1ANl"𵡁B&n嫿zݣn |]LS|WЉ.M@ R):!>9E~JCȻ<' (6ǡ.\eAh ]RX]v M6"_jh(  E'$L2"C瑾'&3<|iU<˅#80tsަr_)QuQCc8P'{xF#-b ?8^P)`:/v/Z{EWND &Z"-ʌW'7D~aB98Q#x|xEuKX|1g!L&qL*v!Nw50(T %63 BTD?IH[ӿ+Ўo~aUf''n&(P$-Ygꏜ)d18d72OwiXye|IENDB`unetbootin_14.png0000664000175000017500000000615311730653576012740 0ustar gezagezaPNG  IHDRH- OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-bKGD pHYs B(xtIME սIDAT(υ"ARQ0>aؙ`& bbbb"TA1ݪޮ uTp߹RJJB:F)ePJPJx1VeSԏW@^h OEk3yAc8NRc fLS vq [T*Q.EZ}fBgp8~R>cX,fiK{Á~O&I(j"X,0fC%JbqjhY׸K<rFDFPvR>pzG2|ydOJRI2RIENDB`unetbootin_16.png0000775000175000017500000000621411730653576012743 0ustar gezagezaPNG  IHDRa OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-bKGD pHYs B(xtIME +-)ڷIDAT8ˍPE"lT0 ^@N밴FFEDAzMVw?N3μͶm 0x/ xx< ;QhPFRJ:XQJ}=A\ZiKFD^MaY.RJNXCKs\"|>lh6L'x<2 >}z.#kb fhÁ^,(fZVS~H$ŽgS-lVP>`-B .o5׎͆JtK pwXs}m]?L[?`?(?%(+1:: A2|™tL6:ш Nz7pX-n Oqs}=@ &zجPT0~ @ j4(?17gNӵ#-t(Iun1#'AW(Q<"0tvn)'KH(Rʂ)!-n"h8~ODf4<WWGA34:XAB"p/DH7Ekz^W r 8x(FFF#^QA>Vܾlj%Gf?Ors}7=@ V?9nKn56|`Ye(+|p=1 .#fNl}'0TO@l%_TomC#jyx1 X-fg z]=Wxp+Ȱ!!ewΔHl†5a0=&@RAV`0`0(dXWX+.QY<n̘HïM(_jqAMp8ͅd^db'Ŋ p ccD ^6r:z"0tvn9 c {M˃j 59<:;a sv{P7_i] 6Ѝ 0h4ErVC"p*!r8vx^RE:m"H cB˳=GqPZ<{w)ORq<`XLx}iAZ(O[Gb8)R1Hi@@&nX-氞! Ri܂?FGB+0 \CHG* A0 χ6Z&uMvú0"8ZWjE^K0wp(*ȇKAױgpcE܆^,S#uKJ"l9n7^oĞa4 AE&'ȴ"tvn¿b1֋X?|q+xfAMӠi*f3 fǍ)AZ۰!bZ:z PVrxlx<|Q{H"E7EpjCAZs~ł6nѨ_Z\?p r >/jԏ%=&DH{ >CIAZs7hT#GMϡ$ (z]h  ~_*dEߨ9|>"=b'H (MQ"~f:LP05Y0^tl(Jo5g6l2)x=G| ÌrP^׏D@O"z7h{ߏ$ -Y ҥIQx4,< <N>X-CG(-#=Rr[$z 0a"FXɭt'څ[Kf))B <@ jMS`xl x⑏eY/+)ƣ? *x'<'Xsc> aTl2љvRJ`as}momUrrW2,hT*uZtZX@@SJJj 4چF(Byi }!1+/„,DlOedY'J|р{ ӵ=¶U%4+燦ijhTj9@@|`s-mlM(/-c~4M#++K_y''< *KK`6W{p i̒VujjIcJ܄y, e122~Ja2ǍV5^gN+A 5jXTA^/(NJӒ"YYYXp!4 ζx3Ydؗd?OV#/l{ʋi`T -Ti6l`Z:.KB Pk@ 5j5,&#`DHaVh0Xtvׇ>EA\kO#Yi ȇ0 ƥ:ISa2bHvvy8I `ZIIZo= Zip)@Sj6b2:bm4 4 XS񠿿_?;;[1 $x#Sv5l8y0 `1cK `& 3(f,,f8N<,ˊeYqKfbEۓ#z3-h<~" ~t:'8$=^8]B0 MfM `_xO:`aA4)~لL VnVV` ,9#_̹ x`w:lX6gI.ץ{i^/p#MȴYaϰ!j RR} K"?ȿpBhZmiEC҈ I4#}FXZS-_>UV6ò,p3a ].8C~"(OlٖV70,+>p8vgQ"x{ֶk-P2G@Q5p 5QTrt8b"!9zeHdz000F0+ UUU"uMbGEۣj^3l=#u:ܹb&$vq ,,XZϵQ- ~"u*#|pMC@@tB>HQtM˅K)PvHZE^nLøiya¬M<Dz=R?88A<ӉJ˰/-kS$D23ı/Ul\_˧jzjOPI<(C~n. z]XA xe{\@ ,TVVBٳay1p./e#odś x0n6 h!N0?O\q$ݺeYd#D ,7_`Yv?`Om$8 [U\dA?2 +*DA^^X Bn>dGrs9:˰"?llCeY0 ǃsm n㎢_K5w M7ǡ 0?/l*Odt~׋! w8`h4>'P؞ɂ*D~2Rtcn7os^UQI| ~vFyE(?yy`BSdU'c{ڞ!<ցaT'_#%MWg*'Q5 (BSIvt\_3'K)Za 0 (-b}d_:4و/R\nCCCᯨN3gyIp̈O@5HcM'|~JqW|(xZ .% dFD{ %O2H/ǺOG#.)=/!Om"?22Q"Y:V+ڞ kWeٰO^N*Lt:P' N<@ P?0 JJjVVW$'H< x*A@ff&ʂ\gc*ȟf{ul\0 #\',"`Y ࿋(qݚJ‚ T/ZPɓGN=/yddd<} ڞrlXFjtU O"R?5YLW(C@(j,Z,’ŋPY^.NLur)Lad ~_3" B#?i^71 ?z}})?m:z !ُd2aIu5ܶ%)ظLGLr3::*n.kPZZY۪嶓Z*Y-BV#MZmx䯨3׃c05ll#mCŸa{ɧBtʞE%OHl$X=A1*SD@ ")}==4T*V+T}'Rq7&b{hƱ)i@<"2f{'&NbDܳψюx~)D϶ X"g Q |x٧EU+w9\%E~ KZV,Uڞ1f#0T*X,qK3>l8f{#w%IO쏒! tHG gfxG]Ov`Gx(b@ahh(%3m{H]IOٞصo"?p J3HF'ES:n7/\k+4 rss#푖3$YXX(8lV?R]\=Jgff>V+} I ]l@VdRd/@~?F# ص@_j{G۱y! >M'^OE|SuupҞ@"///n&HӑTg EQ0L(,,`@صwh > J5.ӱog*Jmϑ::z `iy!ELD9\'@'XDۣimEdT*80 Q!tbvxhvHFCSe%RCF#xv+FO<\r=Ns\k5vdp^o9P_L'tj/2]]P?Iu}Ob䗿O<XMz[9jdۃe#ccnSGDV+`*?:#o2D]/ 㸈Pw[DR!++ ڛkȴA4<^[oY(ॗ. )X,6'fyF";v χ x"!O)ۓ o3qXyCEZP2?l0"yyy‗D _q0La_i69Vg:0V 4MCRi /WJQHFO p{/6t e=A, ^\ ;wZOWM$#]ؒJ}:zL_ b̲,<bL @N74\DDLHgx` Iu_4G=dЛ}HOQ(J0 ]ZCi^qؘ@zމR6~ zxwGEU 񙏿(Fh2%SJ0 CGi @R83#'?я5; zy&Fj{( "Mضc%G='b}f4M"v4M, Z1> 60DC&ϔC|\=#93a=Z˲=-$]AJ\RۣhDEԄ-௪g? ~e3U?S0x0V1)=t IDAT8WMENs2`n/gh8/ɘ@Z);`ol;[\( 0A4N:d3mMpZhMM/1<{\xχvc[ofTWU0LB>;Zt=i{H=~р,'(@Ee{H'?L8{?SRaKw8vj7& E KlJ{D#m26"i v/Ÿ >O0RxY#%Gc`-[ǿ(F…>'NȟHDz)1PMsg߁%%F~rk4Wrwki$"dƫPEU炑_R49f{U* "~:TOEQ"'P(hZWg笷?)!;?( mڌ_U+_S=JGbxoׯxQ_ѕlO-( ?T*ePl%į~jyUAYH^NMde9l ioڌ_淢a\W(^3mF#~~.nҨ/}~Dse1om?Jk6/NHWiODldilv,b}ضcg~ JF=T'@/OyJt( 7s͔(|yU*$Żx=3qdAVc`# /Ꜵ?3)1ŶxA3ZژJٞ]{ak ƥ:DWp$-$_m.DJ)HųaJ#u&F) x)xGqĬ*Upc/?cmi2,bמa{邟ǃ\9kfj&^a\quƕ:ٕ4Fbp]{bö+z}Z:%GNW)- }~HlpKpѨ>V3mOqq1XN 6+*J,@?KO[{ZZm7قYD4O%Se{Ŗw! ?z~9ifZi_b4XgD<ĵ[ڞp{m%8>J5>Ɇq%,*%PlE<ϳ4Mم|W)\o6g{JJJ,vV_NW'S%N~޴?z㫔@V_ʗ0 ::D*\%$l={mWUkʡIGtܜgPlB)?ɏp@pХ SZZ*Fn oÂREϯ g2W8/]&Ez17J(3v V.]$' p]O*۞{3lXX^h=VWZN`$Sv:׻kH)g>">OtWc&8ؽom*O"K2 Xt sp 9_x ;r܌뽽8},XznʮؑFAYYX]_X^s"$c n|eX˅@ptF8 ?I͓O`pؑ'qgE`0#0Pb JWU+:Ql-hNѺzt/|ws~i'+>j!>s1LKjmZFYY8!/Oumg*["^m ;Cx}I}ɨYYh>u*hΞŪ+`0Kbms|g ERlT/eYl6tvwHm=&^N%kV?OÞ,'OF/ʕ0o Ҟx+&/jޞ.o/ =d+_f5֭Yk-\} à06bZNHᷚM""L/?gZZn) >9;B{ج_׮ |~Xgf 3gŞPO  1C;VenAff&]"bO7-$f-֯]o?olpX-1̌ 8v>{.L&QQi{ʠRmN~d0a+ |~0 0 ol…u5Pm.~?l6+pQ=qaęs-7+Vl6$}=p<Dž3Q <qPT)?EQlAn߉uOk߭"zW=_"O_j022 `Eز hD_mk֊csp3e{ozm[Vy=/.uv>6jiVEzfE@8=a=^ w_Ғb_BÞU+Wbݸ18#jq]? 왙8 aՊXbO0cy/†Z='}##pff25 aX?.F$khDh .~\_[I/3֋q#NYmj4++_\ ^#zqy,/5O kN@ݱo8sϝ<_>1jiEbO z9)pq[2Op~ f|'a?qݸ!lbkyرk7\-{f&TV`˶w1p>Ͱِfv[8,;zI}*hf{P qxh?v:wN v+;V"}z#>qe9ԋ/(e b34q *J999dF p ~Μh[ xphkĞ` 4Msjz//{i|왧#4& Ǜچ+NwS#?#'Ȱ֎޾`Or%l6xf{؁7)}4Iuƞ}nv }yjuҢ{<ϳlPرk/[O ?s>}&& a1qmmU{'HF p͊ Z;DA"嶧* [ok]g9(qLWUџl ?UYiOt:z-Nb)/Gs>(,(lgx@4~HLDҞ&;V@fF$q3'1"`'f4:iƷqXG> |P2G c"3DP,3͓N9gNInՍ°? ~b4 vًk׮k\hBt Μ.ֶvu窄EQ<፷ .i"i{,X;_Qcc %]q*'ڦ7I2_z:]-i;sr?TgWގVD@ #457cxd/^DCq\4bلYܱrv;<FGG#f{ol¿.+`tlم`"\%kZXV:sM'N>k""!`"bkh4ذ/_N4ceٜ' &V #)BVV{;ޝRe"8ftlr$.( V]{߸E3ɓwSTk{;>jU\ wF+/7&pD3/=<νt⾾~fTan#;;N0͠(J SFǘW\(',}N ool&WtL ";p;׿"m=CQԺ7nFܜq9W.QP^ZUQr'ZfCk[;>,Pm @|1j}'aceع{WX\g9;~XO–w8ζwͷpIV,]*>/rd Jv``==$O6kO+0'D.?@eyj5( +!It8++ 4M`z:]M(ɑ@2{p@\K+ZZ[͜=ׂ%x^,Y v+9tmuu+ߘkDp@se,&$@ p JBff&_@~zO [J  ,b]h8.TǴz:]9);.\Ģ DoWTp8Pkƍ @.?tW:Oس]E=q5y, 8v|hP]McdW u_U(B,$;,*_lqJPJ'm шGx0 -#f#}dIc׮]ΟeKo:0+nG}Sy/O6c5Sމ>V-F]ά4M;cq" 'm ^(>ߟt7?-{oy03џ|L`uweڻy I l{uAyͩoJN"bTW47`W@\j˰;ZhyjhxnE0@?˲BgW7^ !xhhNßlP 'tl,=|SKHooۆچF@ 馆oPM])쵞v-e',^ paVd2`0ChmkηC0 H-E{^m7-W9{ bu+j/~ߟoYV=qB,>+MK{bi8գCCCtk{;n_& EnCR76cph-}׮>-^aLGP~`RK]x ߶8x[[X~Ξ8] d"DGt=AXDg/=T}׮]UjÃCC6,]r,lt:'n{!K~=?L4?tj"%ljyl~g <s'OH?9bEDN$CG# P^.5"hŲolM0 h4x!Z`yx/$ɧd'RQ}}WMF[G]t Ko:ElJId08znvIDAT:{ @q7]*ڥV ҇CgW7߄Z~}2|#-dgd=]J5Q/_KEGGF;'ܬ&My"4Dzh"db"~˲:b߯vuv @<_ٍ+h"a*OlNvh$B 8:p]69g~!~H"X^XG"ޔ):E |iV7gޯRkA\/zܣ|z71m;#d @+_:Ԓ^@+![yTF,,Z ?iOTB`"PMLy) =`{VNhQh]P1D$^bdҭJ!(Lrɿhsd R2IItQN(?B?=OR Dq.ǚPrUB dsLR!XITTEK<9h'N?]֝S1hם>閒H gQ>f¿[[dNBIENDB`unetbootin_22.png0000775000175000017500000000661011730653576012740 0ustar gezagezaPNG  IHDRĴl; OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-bKGD pHYs B(xtIME ( aIDAT8˵ձKZQ .cD|r]<#DQRAD2 ŶGOyIENDB`unetbootin_24.png0000775000175000017500000000637011730653576012745 0ustar gezagezaPNG  IHDRw= OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-bKGD pHYs B(xtIME )PW*IDATH핻A[Yjln%(Z@"XB"( l!euǤqGbnHuLÞf>?;/Z lI+`z XQ3fRl6PJ -~L''_Iom6g^nRhMz-ЗOD"\.Bh4nRȲl6 =+& Ps{n ^R@Q+9A1 $ Fbp`8Vpu{zV EEv̪*rP7s8r̊";J1O`ݾr:+_|ȼ~_Q\Zڮ;IENDB`unetbootin_256.png0000775000175000017500000005731011730653576013034 0ustar gezagezaPNG  IHDR\rfsRGBbKGD pHYs }%tIME+m IDATxw|y+  )I eɒ,B\nX-Yvq$Ubo*%E ; X˕}^pq2V~`[;o775N}$6w_9<8{}$. ]Sm6H . \g`y%fͿ>>E_SYEX"p|2r@H4*̺dz "\8)c{QA]*+4}>"ZD@}hVUW]|>JV 5W]| +Qtʄ Cݖe9D@+Y^+y8<ѱ] Y8OFwo:{0<2 Qa1^YW蕀HdkqWAe۲, 4NHo4hxF8O柞05"gc>lk\axd=Ď 'PK76uL„?ۯ?#=x bAUe 8{xt!?7F! {xBx#a5۔Hnx݀("%%HIId,z rS}|p{ |a2 '' (y (HNNLMMj 7'ݧz"p4rC@^N6FF[tGB{ @{g078k > V+F#`Z4r5D.fgc8E@}$u55 p ??-~550Efg1P fgadt,.E@}#?k"wvˍ7(,ZZZ F kdg`0=VF16_tG<4nν;L #?}iجVd+E@XX\.ko7utb}J~<x<" "Ǎ>3, Rp`dt4n~]-nZZ?fb~`ffFXI dgoVB ăkdգ;읅?3tc?kOo+lA""_ ,~mxi ,*wG$y+===ͬ~pvk78`$M$'ˁѱe]7_uannz?LlVVVP?/z:zqz`Y̐{p`rYD@}up >!xin4[A x<"pf,23ˆcX@qw]D?L𧦦F ,pݘa9k  Պ,p"00x0"qLL.?ށwVt1VfnwD7?:'`Cpd]"tdf`l|iE@},%qd[{X~>/r`drC̘uK-c)ῗ^PWp&`6? Ԕ5U *!85ۋBĒ.Xr7xa.VH1nA@GFQ@BZ231>>ɩE] y=)YH mmx~ [>)))a7PT_5ax'A'09x" >~ yE pͰmaO9֮?T/^u*tu@VJ!3cE@}׮߼%5#EȸIÑcށ4-mx~N $pjcU &2l6U"pv2"##A"01rև>8[ 7vl2d:PnEUe-mx!w8WgxΞރv0ذIYq/\s+@K>6mdp µ  #Oe(AD20932srb ,ṗ[o1ɇ?x<,7_H[ Y R;lhnj@K#7Gd(\].n2`DHYm!0̸n`0&;Z _ 若^L1k` !3n7;eME6lH }>@n`Q?FeA$x%%[lflFӉ_f9,y-0Әwb}-[S$ ҧwU}-e8r>"_Br1HMNBfZ*R0 \^X,Igrr26n Qq_6,ies2D7:p~x^ 0p9.S^Z>PbFI[O6 Z(.^OJJƍa2`0t૯@23p͚_ ǣX[ H}|>A@#۶ {=7 #}Nƿ{>sn,xZsRՊ$l6p}>F#f3F#k533Q *,%\ Ʉ~ ^3+Bíj@8$''t%/j! `@MU%́VgMG;[ڜ8{Pn˖+ P>{ nCJR6?AM&f3+z bhDK wv+,f ~b|>LMM-^p"x If'ڱB!$;[@}Fb2n '"R A Y bahRZ|b:996mb^u^UZ~ !QGz,l w`ME9I1=! @.t`"72n&@2`0 =%i)Hق&( y L^/vcll CCCLxۂ,$Z'z:Ѩ)';: &ϦIU6H#[4-;f iHMf 0XMduyy?>>K}6mb:C!A{,!|hJZ:RtX -9"7Șنk6HKjliM!:ʊ~kspWfI3uo!]J1뮹 w38ٍ$UV{uk)2lÑtV@O0I`4a2 U pnȄ׊➥t1b'GJl 2! aL \jJ223H;ZyIUPjD||ϟgAJJ +˳dgᮆ;kVe_Y:D_ dÖ-,722 #- Ydef(D2 0 04WϟWX`_ IIIA@h\f8p0 v8pMx퍠]$ڸ뮻+5vBEYBVfDQ $I;pGΝc𧤤`Æ l 0M/M>1x DQDEY)zNpIZ`_G 7v @V9`@nvrP($ $e\Z .(|(& N' b[ ?tbdS bsn[000ٿ].ѿdr&rstc4NZ~l_~=Ki;TX~p13ꉐH{^HɄ\twO- r@d3٬(E~n.R& Q3Z~W ?b~'ho|ۯ~? J[ƋE)@??W!zcӦMn p{@ZKMIFa~> rQCfɳ~.~~/?u)寯gU}el|YZ~ϡ?bX|<2 n˖2.83=E(CR ~rИ*-)333`٘_V6Z$R̿X9"n#9Q]*߼y!b|r,c& V%,szc~~s$~Z9Ï`iy]6": ú, .J *e9^墤E0\gywnwOJJ ?',?̰Pb9Kt]vFFFGKl_s_,g @0g./d7?22uuu,ߏ}f-nNׂ5s@3A`6n7w`dOIK}Vdj=d2%%˃$,9_Ȳ]~>?11Q_n, f3NaDGf9~}yWS̿?=#=Ƈg.u&Y&UcZQ^V* o|k ?Q|a ? d©>=x(~jCDH[OZpNd+Wu/O<[L21k%RQY^2dG:znz-?P7𬫫c1>9]Դ614wW}=MWl<4s;djh(GUE9,7ɻXfZ??{.Z~F i|u_yoz'+ZmT. ^})d9/7@ɳ|Lw1yVVFCw- c!1rXx ta/UMsS.ܨty!d?c!(.,ĚJTUVh~t lT~5"I?Þ-?bKe38AW!?й_r![ QQ^Zըd/jfr_Xg@%pcm~=q`z/YľC mۤ#WAner;aa4PUQ5kPUQFSk X롎CYq_SSzwjo~0z=NעŸPPQQa]Odq~lVȐA s, jQ[eeMW.uQN,ퟘPXkײuSg6ۯnc˽\_s!ӶmN.2q/yOyf7A]ϛu5ke%%Ak对|hn?==LMMa||<& ݧz?,:v*~.|1~f Ln%0~ bgn]-kkQTXФ]eb>== n}yX~Wg;V~,?=2})X>4YCu 6{rX~ ?vڻ @Qo ZV_bio)_V A6Av{bC}=Swt.W埚_f6<|wj4͘!}x@f[6˿,Puz+7;ocA@ey9694455yzLiՐ;W=v}v_ضmt~|j!O zɄuشq#j6ϠB1Rk ?o@g_O|Ú_=i7g!Z޾~>pplfNp~lwϰlظa=6_r լUUEh:99&RT#~t寮=ة?oyw9 w.; -[ʈL~[صΣOMMMy%X[] A^E*Q~9P{৓ns ;e9<|0ï<֞H1ng|Nam6#LE}V[7o͛PY^Y3>> ˺py%4QxS;v/O-jj*[SOpiSB!HJJRq?kغynތ x^c||-^,g"zVwm6wtwc.<|ꞏjZpzZȢY>{ y @֭X_\?=(,bXD c)4SRR*++g-w~>TO?7>}b~}q@(jkGhU:S[x'`>y_YYj;{Ү ?{nD㱾~ Za0 ˲}2j;o ;::9WK=f>O+z᧖?\l?/2 \xȴǃ`%[~jib?wŝ<>HY,͉/GF}%IAJJ gsoœ4 H1+D/cx IQi~E|l6MA㭾>vlz]/KL^uK]] kY~pc%M ?55ۇ{i?8\?O }N  0ͬ'ѓwKD)b¯;O|_=gff4[qZSۇ `ള7; [0 (X,XA񚼋}, ~ƫ /5 , L+6~}b~%عg/߷?ៗ@% IDATYIA,_~xEE[~ gw^رSǃ,(E"KYin?!=ر;{ rs BDXh8j" cH///g n<Ҏ m˯??# @ZEbS N>$V5'H/埚b>6 X,X,h l!b~5r1?SxiA@Epjeх_* kՖ-?~v^hὒcp+@-wÿ`@"\wfk6 X,Zhij/BH|S &4kO$?&VFTWUBEl6ũ4[R/--jbA[GJl6t1?tZLB R._ ~ł2o_ (/drjPgddd21_\!T"/PJr+2r{^B,?-i3/O1j?|VW1RX xOԖV [Y [[z1֤{H*Ʋ臖Ss /?DQ`.")HV^j ~B¯%;_+W'VKИ?33z[sSQ$녣ݎј+ ff~"(,O-??Uïoꉮ/JeYv}/` q1_<L&TW/1(Y~ut^/tؘ_=}Z"]b(x6X,(..fnk{G}Ӛk7|ֱim_4?$Aȗ\NY%|!~I?/MNNf3}~/!YYY  Vӳ][/` q)lVpipx Ԃ_}B mikϩ~6.iI/-c~ ?!x~,]5J|k`a"T($iARWs[z}> C۟{S*]v]X<<ٳK APWqax>m.OEɄRCm̯O BfOasu<9OKKGw9?!]xn٘_QI0:>6lnj܎4zc-hf"PIŠRd#o6QXX,Kkk0 l6A`Gt$BACtFs~p9[uXdͨJ a#eFQ?f?,k)-*-!cA@VVwtu㹗vpnGj2&?w p9=,'`6bAai?uzYVޫ?saiO}`3SS If3A8'&K=G!2'yIII.Ŵ>5l ӥh&IW$U]xVmR!"$I` 8wՕtXՁ /N V/2L&+X,g O=,v;tI$h?Mt(ۯ( h4B$x}>/3sZ%Ϸ ba̒fo6f'Z[WѸ*]Mz f;/) "fqї+!TU=i@ 1XYQX ?-d2ddBAAچVc~Z2\^G1S˯ '<3C|? uXq'Xs~kb0Zq~j???d+|YS˯?Ҥ O#rss9vFpbi? @bAeE9 "B+BOqɄ<-h&? Aԇx~yMBrss9߉ ( |B^-I.a675'V[ O 8DkV+d2)bV<OVf+V[\_dz ?Il0PO+!Z FbLՊ-j?,?Xs#511%3۟SŸԌA(00E.\XCLzVz *eсH&F#l[NO6MQm,;n?+7Edm lii.q&֪ʧ"`6QQVUbp.Zb,b'SIeFI=&?W{Z? s33!Iʘ_당#pam575p{B"=Mڭz'}Y9gqqqȸ;oӊ2łc--xI mJVTk+:A9 ~A_$ o4VNbF@4S?rRIG3z"/PV+O=,sծ?S;rp9tH8hbAyil߼S ~@4bDQ ngnhTZ-O*Xe?׉λ1?-A!dTL&U%?{d" )&1?VǎЄn៫O}__mj$)n82ª=Z@\I -*hbl6$󘘘`eġǏ+/-.ƗzPz?%?Y|iy-BgՄS!)8 vS87wM/"`(.nȲ?1xD  9٘ R$(4+|qqbvxq_C^ŢH:/NYQ-'[0MFrYO-˯IA^+n !kz5kxV8 ,b~Ot}!4* <ՙ~|bg @cm `XBڵ \w{a`p %GrCMt>#=v)EG`oSV90 뿣qz -ނ?Y`n%7wߍ$X,>ҌO*G{֒OC_U?!یIv WH+{x?߽z0L$I'e_M?RVREqAV%rbnĀweYƉxbFZյ|yKXCJpŀ? m,l"`@~JK𵇿*n|/ژM~ b58'}ߞ1]nŃߧLr&cI~+nH=T_վÏA$_}O?{|?A;oUfZ46|_K}~jK 5PZɿi ey @g {g/-׾EVqFw5aPK~V똟.˲ !z~p !}N'xNoCܯW}z{Ͼ]/+-׿08-vLpK~Q "ꤟWBۧ 'qk{?O'#toǮM=4/**bb{ol2@GZ >u D 3+_f]\W Vb[c'N౧띅0d̯G|GZt}hnjt?t2vP&V^!%ռÏbӓfEE{/6R#Odo`0m=}HPy|  l]{/ţ_2,H[AGj z}K~+u|)~* E>~5-x^;C Of(ڻ? "jSDK (,-K2U|: ϬHinj ?ܜ<+?Š|Y ^oTqJiM;r~JK~b~-1E%zz<ձO0`tt,$Sk^4ѣqջՎ'1PǴ7p1x_mckYB:{t?=*?Ei XjGYS0FnEk_N*w_x.^d$}:#o@Vrcj'9z,5e0r ? >~Zn|b~z/575ȫ5^@6_X,x/?l~4;W?1 b}I_|~?!DމTO6?cqR  |&">>^ԭyρ x}X);u+vnSvVnZay2nH\[ 1eGo'M*ܳИ/K 8x+-)P 2&t'yj1cmef.ӯ.Uǻ"}9ٚAR8k5S[w_SU87Ri:LJn]uOLN3#*>#l X&f%KX1=pK}ZZ懺n;xAG=17N)&\\h=#O1YYl6f76XO7`P}x?\8*mNA{g`މA]wqqnj'"ʘ߂*}=e>PkZmB}>jgf:Hhhnj SSh>v\;Qj?ǣ޻Xy<ÿ%j-ij?0oKsS%z &''&|1"1? T`wW|>x=w CCoj:cc~U죵?1??x}J`W_ÁC/Ml( ~BHHFC>_ňw>˯nnj?d J_kM*f?PW뱫A {_2ޚZxO| CwW_G'o^n.@?/qWZ}'X#Zno~k*#.Yb@|>}J-{h0~s333x.++a W_;l6Bpӳ7ZOx'` ښ1v+\sUO J,wů7 jAڵ0 ,>*ND<"g4YvOx@ `p}9YA?YsTwUD~__?a,>Zbÿv~ٌ/Axuhimgۇ#3#%lBj[-;O{>.~s[YP7jC]o,c~4H~'>.Q9Ѓ(+$IشaZNjv&_*DkY u>٧ ۿ>K$!-- 6\Oӧfܥ 0ŇPQV&`چ0"7H1XH_YY,o7rZ>5t_+ۿuxv/'1rNЂ&_QQ^T#I.Ymm O #=%iy˯u5iVܯUU1??a0:so4<߱gw\8-kW૿$ Vp (JayY.uVo 4F+~^˩ kWʊ}3h` "`4 ^bwc~Vƺu,r7X h:.zfwmonj|RG:N Z-f3WQY^u$X_m"@=Mc~'K`҈#Y-Ocl6v;!عw/Y -:q(s[_*+*vC'IբSKJr X~b$'YH5C5Xꘟ/cC$\Nt ~Q6>{gPVZ2/!D֡#Ќ8`E՜[APϿfin gչyp@s8Ǚh|k7Ee_==h>v /܅TY$Iºtvu@Iq1;Lbrr2w~o6~=IV "*٧GjT1?޷}٬G5 oo?{DZ>6EFz: HttucZ1Hdj?1 ~/AeMLfd2GIIIA"Zxiii0L{p9tDj௿(8rv'`x(2337_'f-:1::R'OAP]]{/~<336BYe#nhdKJJҴy,g `ff&A}MQЎo ?=$*~C|CwGӅ@w‘9 pf-:1:,f9(Xj ᷏edEn*ccHMNBCf=;[V$''=…?p9QuU0ηgp}]^6*NF[{;,C",Z@EԮ]ddd4 Xd\c~j|IƳpnptZF>^. =5V^ p@P{#篥l6cjj IF@_?w`Nۨd~tl O=?73g6+eeH'P]="LLL,[̯_L>A"X|s:['`m:c9>?DQ'p$ZsSǁd `ԧP@i0{>L`xx騭+100 UWg^K(ft:)ـ,e̯e׿?C3C#+36mT駎))) `C8;t>_\7tY7o5wD-*[-ۿ.*5A>=#=-MSJl9LLL`tl ۮQܖEBOjE~BȜg"0pLfVn"wS8sv9Ym6x<h9v/\aX,ho_J>qW0 ~?Omz\Gg.\<+wlx%f .@B2==cI$)oּđG|^5Qh76axd$arr!K@Ű?FG:ey懺l6_^~gCc|UG8>Jw??{iF©>&(…xd/>p?(4Dk*ۋqMcccOi`VnNB]Tź5eY 4^BXBԳݞ0rLJ ZEZl`.0%6`ܬ465aϾ}fbj 58$%E,iFE 1?B:fkzqYۥ%p8$ mhz01 $ qy T [$iAnĀ'N! 1_l\y @Oo rZS F#AW_:y@7~aE?񏰦jVyغi3a4qχ?{>|wP$ k*().f ?ۿ1r SS Е$O?67ʀyZ7~  ,6HغySLs݆/݊91V"0v̿S(χ6+$-ka=Mэ/x@ގزiӜX]]c_BWws`Y~"R!q15k`ۙ_j']==(,ȇfSL-G`4w_{ }\:q$.R:0<<͛.{;w۟|>_7,#Uv;$Ihģǃb?t0vNԻB RRR鉧a `:q$!E###|%nv`={wd+RuCٳAHMMDȎv]Qo~|D`t JE`)}Nz5~G @8%6,ۿc?}p!- _~5)',/Z0 ,\~%G\n0XʓDQDVV!xtlTB@k[&"K=p?ga6pjɶv  _ןYB8< ŋèY Iƕ,8)ʕ7nN;P\X$$Bbbb>;.gm @hh6_z Ê v"ЀI'B{@wOh| HKK 02:_/N!Ybdffd2vOӧc2Qv>-[W]4"с˶l(inj yOPc8ʫhz0:cO5YW6{^wI*b rrr 7 MudDBک,/+)C/ I553Ҡ ?MOd_mawty:9NCMqRh@k{;JKfE@"0 99s#"T EX__7o-"GF``e3nl޸a~#yP[t圌牡%'QZ\YP$_G@s;]gg@T_W)Ć׮] /r/;>'pUW"'{psy/W:,DA"d[;JY_A^B A7YcSu1X?X_4o?W@! u-wzOͷ؄_Οx]d&/=po)<?m~d=!'tsD~~>!{NѷD_dkZrz'`X^4[,huu1I֮]Qs@k[h4~t xpd+KK8k@| fbs3c#ßxL>H2|<"wvbbr;_cwEc2E; GG?vp9rv D$*ʔ"JvFcS8A?ǎ.[!PBl.Qd&bpMU^Nfe9p?qw?ƷgJ<1>:FW1xuΑr'-'QQV$v̜g_|Νx;{t3?*@3Y3>:ɗRҊ!+^^VmW^4| `4tw?&%.z <b92x5SY8т2$''`0@D#X,cOmWFU_<.?d$ّYHYNLNb] {ف}g'Nurh`$<,(-[8{ GNA`x<8v*ʑ Q1==u> 77(xclm-[a 2|LG!!:"PW[n?;,? |b-.p9K*G@UERSR")ZHOO4&0GC s{\khpBrjnx;Q]YdL"@Azz:, ǟ`9gN`bllR~=ӟ'@ ^鎬A@g,t={FtcLMNa׊;#C(1aoPտk(Eu F6*GCue%RR" IN@-999E6eX>xO{C_F@q Dc"ܗw%qgU/dpı8@A Kn9%$0b#َ8+ H$ &QHZ<\fz^*Pr=8B7t}}{UK[V9Mq&!;>[ \&oe$ܙ-|ow"LəYAX[ zzOAH;sRZ?- PsF[Vg3pΑ,;x2SJGK? $ߙ)""*q宺71owu1n16z @~ QOg<ÇZ])m@]-_Vn ?Oc̓"wfʿL2QxLg+#]Bh'`w8[W{N1oc|t)h-"ԩSp] ,ђ$YY[)+_p"lkʭS  L* K~/GGޕř'oUYPE vU)Fج(8z_ |:=}9 R^ZYU`1/(ZV>:ywX)/Z{{\):MS©iu俊T_Upѐyd> $v !=Q㓩iLT*" _nn[FܔGk[wgA M9%mT8b}oZ408K0 1>:%\Z-9I$"1NCd~Y9~v[Ԓ8P*`"|<5#p]wJ$kM/㕕{KɟYo |Z_N=q# _޽bѸvwn  J`6qP_֮HX }/jq}T("[?x--,wM}oZm> 8 R[tf $5jv``}4 >OɥߥiJ!r$"99}>y‘*^߉O+Q4sLo;Gp吀4j\oH`fn3sY߼;?{~HI$NШ.?m\!4fLL[1zF]Da/J)mnl''G-Xo `eKw;ӻX 0BzzǾq#ߺ;?lvHYDH`Gz&ϗ)zkTƠXHdp hWwR$ۻ*rd{LB`/KiI$@$Jf"<` (9A@3pU~tQkN; %kD1J ;nVtH [x"ryt_\X][3zB$ THj[ k:rj ɥ`9v]Lg1xo 22]`bo Ġ5,}Eck@ {}Vd] xm=f)Q??4E@߄&Pf+H7zɰiqSK$~Hv*1']AvQyƟNv6>W%ى@ 6:E߃`V@Ga 7ȱ #d]OSH?4$a ~ Ke:KA<PEBaL9ڄ,9xtRy)u:rnH.!MQT~yJ.@դ&"`3+*Pn\~`!%vF%:77쐐U^8K6HG"U7]9&S9ȦSht IH MMgMlγxBKSEF$A;28퐱 Q. %@5l zi'=(Ɯ$["̘Xw0Ȃ:JE@O?Np?KuIsb:3b"IvJF\pC;ƞx-;Aj[,!Gu3ayF̂kL2RoRKUoǒ6|2,o6K9X6t%~Ͷ9g6l6^^IENDB`unetbootin_32.png0000775000175000017500000001054211730653576012740 0ustar gezagezaPNG  IHDR szz pHYs B(x OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FIDATxė[hS[;2WSjJ8/q=2[uPb.0ڔ䡴D_ mDs,}qmFA/Ԇi(Cms$MvΞL/9 XkBeM9::Y&v:RՁBrh9ǎߦRNgZctǏx<#lww7N<ҟ/,,,Kgpĉ6 2P^^Qŗ+E0?"/^8pmmmeYl6 0󅕕ǣZZZ AFL&R7obvv6833 Y8ήj<ٌX,x< L&H$0 _QV~T`qmJiӦM ɄX,D"QR J)ҞR @ @#qGJފ m۶-[(x^?V+L&L&E$ATv# Ek yqU*Ձ2h֭tWi> tb@P t󡶶!ӟ$vUC) BOf2BCCfffJ7Vv:u˧O1LHR!k7J)Z-\.^/v܉ 6ɩT/$Nn6 f}-j$v N@ aCyIJJJLuuuJٌT*Qu |޽(..ķ9#Lӊ*u&??x<طoJJJP( ^/#\0_Bgz}nիW$i]AKK *++h0 ~?XBfr=Νtttncii d r0>>ɔ, eɓ Zg0<3#ѣؾ};!Je>88gϞ-y{'qKI&WBeFÁW}}}xy`0oܸq\c 766,@R=\(Gy>}vp8 jR[4 yBqppH,˂~J})Jyo˻}EmEEzzzǏ/$/Du:ݯIVx/5XSSK(VBr천& Aϡ`j$ȩ\_%dZX,v(iFyϝziIENDB`unetbootin_48.png0000775000175000017500000001242111730653576012745 0ustar gezagezaPNG  IHDR00W pHYs B(x OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_F BzQ3n$aƍ4˲!KZQ>+//inn$nݺ/%%%t||UBȲN!eY|棏>BYYPWWՊ+W`͚540B,LKK QRRA4֯_+Wvf5_tifcn݊uAeLNN" ..ŰZv h]L@~ٲeY69t^{5]$AaD"D"T*jv#//i]~%VۓnuȲ^xpU,^iW@a4CؓUfرc "BЌSNJ+  Pl4Moh4kL&'ԦAӡ ;wnG02wpx< 'T!$@>0[(dR?3O? ^IzqTTTnC9G"@$bA__B0LVh24K,}Yz@8(gΜ]`fl#ZSnơ ٜ.YDe0 I2$IB '|7xcA$Z-N'n߾-K!d)Mӥ:8677WkXTF˲dK$~>}wf(sT4 ӉIN=BLZvMRSSիWSVU ߯d9SOu$AE:uJςjaى Y?BGQԿ^yMaal6"  ;5ׁ@ǏGeeU^$, Ӊ[nydYN ~HPx饗T* ~V3 ";yӇNܹscs.x$I5۶m NlBj5DQ;C.>!!':xjo |jp!TWWHB?s|,c >и\.GTJJFQqAݻv]Y DQ̘ =Q嘘[QQ!FD(466v]Y 'fzuݵḱ@}PTT@qz}?żrZ<Oo)Sߏ:e`^bz=N'0ؚ07.Z(I]t XzRB:zb((rvwwb:ng544P.]B}}=l6R%y ;w P8fe38p !I? c``+WDbb"(hc%EQ+++cJKKͦ%ǡ7oDnn.RRR1<< F|$3f |}o4qY#??III`Z}}}aw*&i_e-[>j-ֆ~ %%,E~ Rff&dYV{шvܸq6 fE!..PTK[}!k@q܏~!|>"ȼcш6ܸqHMMUZ˲ B#Ν;!œ+D%֭lqJj5^/|>|oLB }uFFvޭwIII8{,_ 6GRRyZ Fׯ#Yedee%dz _GFFhVnB Vd^V#!!a[u:]Znnn^`֭HOOGuu51󭭭-ϟAP2?UDQy1VZ*ѣ[o={eYi&:NONNfk0/\P =}n7DQ<_h4]* ,#33 x_p`bb/"RSSQ[[ 㐖Vz9K?qOp@ DAP \r%,_b.loz+++ho>COOW_s޼yꫯQɔq~_WWW M^D$j$i1|\.wuu=ؿ˨iardANĢAB'$$\ ,gC.^(Lfk$i_(DQ={VQ:-%ȑ#(Zg !BG x}>_~04= \ZoeZSLIENDB`unetbootin_512.png0000664000175000017500000014377111730653576013033 0ustar gezagezaPNG  IHDRxsRGBbKGD pHYsstIME95OW IDATxgp}3sZ[%9Sɲ-*A{v[uݻ:lI0g˶J(J$31t?~Xi{( H$R]ةTGw8  @p+^/MMN,OvЏD"g~z DH$4Oy  H$Reh/OOMNdMD"H?gɉsS'@"H+>Z/; ɉ2$D oY}low7zCKS4MC&6.^ZKccsΗɉ_ D" Ǩ?rMMdzٝ~2D*l6<^8{KөɉB"-~$TøkphPQrd2kD0߇.\\\ӛL#ː H$¿pZ GQd2+ald`\@ @"H=ow7n}yѾmkmAG{;\0x2dH$W}ѾLl֖H=0dLD"U o|>Lh@ >m2dH$}ǝ|%@D"HM;5dH$){q߮ PIzW&`LD"9GL:L Cp 2$DV2n3dH$]'M1Tl2$DtݵuQtLD"Vwb:`2dH$W-W&<2dH$G鶣z'& 2$D,/f}LydH$x DNL@6-j 42$D7iEQL&S2fwL@_L H>n`d2 cu"666*|t]|0=B?Dl30 8sQGSc-MMAwW M|ᅨKkf&'~cH$R]ܰ+}ݘ0$2$TOa^t/,̓Oښk hnnF4ڀh#I[S<6 hnjtC_rzH$< vޗf1ǟyD:b?6456J{mms ǒ-Cp!9xymll=SODQoȫcɓt5mO~jGGp gܴc4D"UNvAݿnعo5u]CgGb;s,-/ckk =]]p=q3ΞH$RU vLUU{k8vE>fE o6, ,-`+@ow#|: Hځ_1 紣h}'1Õ4꺆n\ @"H >v |o 833}NMЀp8P(`0KE Ɔ0榱 Jd8 @"H ./v}7| Fhhh@4Ess3Z[[MӐJN Eu  B< M'IsN& sdH$Rt V&.Y/>W4AXUUa@ulmmd4M X^a.W>]5 @"Ho2]Gwg'fdH$R'`_.&3'@D"w*O1 1MG%;$zQ& a 6x1LD*+.ߋ}6?_𹊢z/86=\&`MCwgdH$R/6c_F s7kvz:ܭ - @"H%a0 k;5@UUlmm9lllHoeu[[[yL2$ Z[o6OZFN󛙉L&-$Ih] 0`a.Fݬ Y&LDrZjß]e!Qß,m$9l6[&=V%Mad H$oz+fcff"Jakk tZTU.@mfm00d2eLDr;o`Gi9k X/fYcQ?kMܛ:bu]dH$Rq,?7Gf5[*NLӶ pe.tbϤ::;b/, @"Hoz+` CJ^&?7fĞUU1lp3L2$d[MNÏ?aU󷂮,%IlmmYA+k:c 07d~MD Vfy<>7{Ń}QrM~^ @$dd H筷nϿO='"H4ye0Ll.9P4tv0X& Dw45sT7^k.:/F|X&鳟]fm0k G@D"-_l?3k040 ]ÿɯl: T9P4t1om'@"Huc_VK~dr t:-d2fbqc]Fgz3dH$ <]-G,qi~O10/$AEQrgLl|f& 0 6#֎ť0dH$mBe3{i/: -:1UU*Rsp p68ކ:0dH$_',ʵ D"Qr/UICUUha&`+@G{#u]GG2$?"1& >7_Ton N, rhq\kks&]֊5dH$,z;gßE" 62 c 7`- hoY@D"27>pȿq?g#[㴉*3b/!Hf0T H x6hc7]w-]?#{cŕ֐FG{#_hhۙ%@D"%?EvAox_kT?#s[c49}k=kh)XT @",/vo6؀?D"%es=mۈ\1WW @"V2na𷂟LFfyQvb+-'`ugOr՛2$.?:<yGݚxX3knfeL&Sc2fk/F] ִ0dH$R5K?t-]{rO<~[V4^i. 敚`3ZX& DJ_#م혀 q<=EvAg'g&-)'̋c$vL,.T @" nKRڲV)lkڈe0;gnvzZkZ H 565.3,,.ask h'&l?9o2 ~L&/'K̀ 7^Z[Gb{-ϤkZ[Te& D*bΞO _Ǐ^괕o5'3;]yQ9 H H ~> OQdx] #JoW_9b"v(w:/d2)W@.a?w1kZZ?/ҌRi30A8kD(_y啡d[E7~+x*( n&:4 pav=_ tl֍s~,d,^w0`فc=WїHajr[dH$ ;ƍTEQp# ?gH_`rP' &+.O)Jol6[ ?:6^kf&`LMNFD"եN<Kۡ(wk#,vndp`+./;o`nB[nà `7w2.fYMa^͊#R}fm0kG~ D D 9}_ GE9s7l6 OG0G6e2HRL )( |~V @U9337irgvA'~l_Wstt`c2mW4n éɉFD"լ_u>we.8mV>>܍L13Kun& C4hg.n z1},Oi<[fm03y ɉ2$ftiw)]C|||y hXoމ>h]L\n'ktvv9M)jr5vL@WG Fß}~q Hjzԩwޥwv"Uw Ûe`V>OFggg躎hQ?.V+ L@,AGgz#QLMN\ID"Uw4n7cg"<ߧ# " ӥ7Y"Ǐ=W 2x9$ uyp9?L&=SYAUUW&3֎aLM=ɉWD2?ΟwߏH8p񼲚Q( "TUjϡi=n+_XSϽrݍ4Mí7\gmZm3JI=VNiZr|sr}|lh6,BwcsS7 @"F~:7u|`HP>]/hړ-mi"~?4MC2ɤ%`aqϼܑϿ148X")|,kQnoxEP9p3`9)k Dʟt1Ae1Ad77pePuh~?w[*8vZ[[_Z^3/T* EQgWESdw?6_t]5>G!ϡrDS7(hD CƬ)F@`@ g R2 4m_UU躞S4,y*;&`Ouܺޗ/03ݍbk|n OQd@g{FmM$I'LƩɉl9 Gy3,"R"AcCp>8z BPtth?_B2ʃ [nC#Nd2TS$]i~M]םg `S(dGN :HՌ~khlh@SP<4 BB~ vqo3n_uru¿ pT^kbӍ [XvMd@fZ4mdH$+3K(nF)݁~8dzIQaa.>w )gOg[̞SJ5?dL&]9gز 3b 5C^AD3 whn)E(d,*0 ~^_~~pN^?uK/aiN[ɠpab0K! N\ 2$Rp((Z oFu=ڗEF}X_Q?1/Y\ZƳ/h MŸ vS9s5~W& `duM D/gZ8rsy[E _v- |ڟ 7`tx(g`ʰ#|9/{־'L0 + HzF1ڀ֦&4757A? ңM~N#f,_lۀX.,IWR^ ~7],0<З5&CH$3 CQ\s_UU476y3Q>܌~(*X*,y@ܬI0I_q /7448 ?_-ޯ_LN&`7/Ex=ihmnBks3yXE<ŭxvo77?=ĉ5ekz;::rw(3P=Ś,rRTzF󡭥m--h6H*~b~'M/ m7ހ Ho 0Z+= kc^#>/= K;^:eH3@m-hkiFS4급OU\@i/,GnPcǎm_6/n rZa۟krjw2mdHZ3PVA2f4V v]\\kz_ M1'qg0Jiv] IDATS@H%??m ֆX[+Bei9Ajui57o'\͟zeXZ^3?0$2 <_Cߏ{#iZ d*ejL4?59A匾mmhokEpw9ى6O&ȟ<~K#}ß?N#HTLJ rd TeH"7.Ũ(hmiFG{;btH6'zn"~ m~,">.mnn.N俌M7bĤO[]wFtoq͐{ hD匾hom݁~[kn6IDr}}/d&@172/| {t?;bU,ɤYX^f^ַ1{Z  @"UoF?ol6-ӺsGȎninƿyU zF!Awg;;ld,[n_6g_49rOڄQ cl1[ UK$]kO)yT*5<8◸SD*t3MDwg'"R&=ϗ;!*YoV?zq!jviood2)=+>gv  3z=]]@8r|S/v#Jqi/Z/57vjX'q̯V/oY**8 #CoQD*f8] UUkkGob&>VfO+K0>onn΁\r9SqM4)b dC;[># 30>2bfzH팾z*=Gfz8_f8rHu7adX^gYtUFʕHDaol>m d#8rF󡧫-qWQW?~v#3ʊ>G1_N'Myi&vlƿڣZ=+\)]dH$F_o7:v f"ݱ%y ?_i1ퟃn; pFm9긗͖^?j$яA_Oڹsil_A<^q1M8|pީ~ ?Ÿ+.Qeds- ~c4^F"gQU~%FF|*idW( n#CC#۹'ū%3Ƽ NTwzF}-XcgF_Pϼ+d snC?-wyz T6B^0߇>D"a)@g›-7g_]]͝`_\S,1jm ɦ2ч լWى^ ! |1/ XKk /^$]3 m}ﲴ5FղƕHFMTSzFCͷ,R+8x gj^w뺎E݊sBE:ԧ3{- ,,.},R}߇> ;N7+7%k/^̙Y_L"xY[k<^jO @:y= 18ЏtuSr7Ƥ؆?yS%i_p/ʜ1ztC}*aO)]̬ቀLTzF!A  YJ_0m7]tpi8|pnԏO|>,,,≧ß=w{{QͿڣV:DX<7=. Uoin Fry>{ܫB%-q3~h7 СC}y?36adh,~tDfV:vRJp+}ڿNMN\ @(y=ko FTpS֕ f~6<.Gk<`ßfi_HUU^17oXudHzFCB RJ^󳚿ѨSeY횉Zkm^J?2759&@*uC ~E@eaۯn.NT*_|n]qС<3kf O]ᯪj@/CZxϾMlnm}m9 @ߏ!`hՌ>ؽtKY?tP܆?EQwL.E28mXIgl27 ?Ωɉ$RI~8GFכ7j7GuWb&S//XﻰǟzZ"O6gdW[J _?SoԸoF1>6}#q"!U/f%k;翶T*eX?x`{s9+R˖zD{폎b&'N~[k+b:;b/T rJ-?E""mvjO?3RŚvSr! V/^3/d/MMN^]?3]?>hmi)xYec2_?ۭG5yvSL[-ntLG53qv}@~_ocxA b͟4 7? æ5a NGWVWdP^ }76p8$}mU]k3sLowocD:i-[U[NMNJϐy=?62Ʊol e~,e7Ƥ xy~~bßl_u9Ś[[%?tDEc6ϔL&mA^aW Ŧ?ejt|>*%_?K;d2Rp/;geuO?>Ά^N2%38rC 0lǻlZw9"Y_e'sqɏ9ZZkUU kd\x: 8z0Ō>HwUbib͟(vK~:)3/U< vNtO$`C^744C8vGGj A; d,;⯇𗁟_[L@`Yß}j9j~_^_^S'`"g[q;r#Co62nz<W'#6otO@(UY{8]K ('EJŸ g;;b8~(=^).v *z+ ^?V֖!u]7l<}d7LG%5M3mߟz{~_Nہ~WgG/Uz Wc_93E' ˆ?#sϞ-`QӝJ4Ӛ=_[0N?GձeDr r3v8Nogkk+S\EQiMO7Fomߟ:٫m<놯x=|'cG4^YL&H$H$r7j5J|~t]8h>ۆٜ?o-ը>{ zx=A<~ǎAH R^žhx:{1ٸ_s/#DWb] 3PǏqA~P|e4D>s?#s/ /5%WV5aoFq1\q]5;cN4?5^x=?48SWĩ+N*N trNq /Ÿ_4WkNV[`hԢ_H1>u;\ß[@:5 F5'}_1#jjF8}8uhFm҉lnnbcc#W$XSFË_O?k;Yß|)?cld${/ks )3@KOt.|}p=O(FˎG|?Fniiq<ŊZ P|~'F++x`vbpԕԕ8oLL>_>w9/  ,VR{}~?{폇?+;}sZÿ W:N]a_'Nccc#}:R2{Ou`?::jRۂa?ⷞVW ")Ppؿ@6 qqT*CmNnnb)%?⨟Nireu_Q4uʼn>p8 Exހ~F-Oe)EQj#} r3v&Ÿ@G >&%?+xg b>}8wvm{{;ۙѯF4BlD "egdi>G[ZZȿ6X{ |7cYJO~w,C?J(QNhhK_5h.ڷ 30Xz6S,{s-_hW=z?;hf)ꦟ5Egj,ohh(8؇2_Vd~ZZ2Fdw$lnkcc+++HkfPR Y<R_.o /]08]K cM,/-1? 8,{X///{ D)g}b/YRu?ڹ9hnn6cMe5?c,vj2}&كPHMQwj<_Xm#dwΟ_|1?IځcvVjԺW~tot]/6xjmmm&Z h4܇ȟc7YgӶ?%eyi;K{LVu|f uW!!ô?kstOmn`" K+0={=>}33hlbtda#G dqU/Ś89o~C76 UU]1;k9jmh'Wf)HF421:Rx_%꘯-#d|0cxxX  +S{d qaΟ5wsE:j,hii17pp?o%CA[ HBQ7!/&7Gq),܀z;n6 k[T%{b3"'#ő=}>ccK~oF*LgӨk*g6ɉ"W ڻPMFќ? |{m_Uռ7?/~_=Fռ~^aOFL@ EQMMl:7^hMn}R_Ś?_#ks ~ճ)3 V)5o`…ekm@ {}N; lvQ?7wWQk%ϸ5?EP @ IDATȟoޓ_" IHg硇ƾ1[w}g2$=]5g(]:'וk~=74:X}Fl$6ɉ&T׸pdřy!7:7@Qv "Hވ#n 9jb_b/;؇O&M5˽hvkB89YϏr[kztx|5{O~LŸyG҃}_ف~#?n\;o.;ڷ}MYoU&v.7+~e[U<0'ہU_Ѿ{j!u;,Ǟ0NMN[/=5tZj֕"o-3=s1}nfoӝ9}733_2k?7?Ait+~W駙~/ XLzzq;?759DŽ^2e5 &`kkYY 7ek`G d2)=ݯR-n_vW3zT 0 ={cLvm?^(|}O>5ڿϘ9?i|f, @LnL@CCsfAnl67j'ïGӶoV/NcNF41W9ert>,2,T9F15Ic_|QbndE&ZnԯðǜxKdOOkGVgoGX`` o;ym[/l6o^W-^ ]]C|f]25ibE;89voc|̸ᏇQxOR"Z~(߃V|!>3&`ltԖ X۟&7]c?`?tVb_5q@NMNQb"T#;5$'|4`mc\2umh@qW/spbFFZ&ꁰa7cum]ML' dȖdw_O061@y}}>jۿ9#R6q(&cC+֐=BS ܒJ(JnYLP\GO GڗEok `u ~@b! Gl:"EQʥKKt|fv= 1>6ijq?W7/nzws_ӴQ?08 ajN=vSE<5lɷ~sjr˄Z2Ue~r `{maO9/[çaK}zzz ~mcc+_M8" ߡ /qR<>3}8=X6@SE&^ ߬_nUUO1}d/f-;՝%H^EMQ47FNbi3IjTfϟwd_zL@%/3v"b*E4"z߯s-GlY検 ~KKo69-\\[džOS0[RRujGT~{/Hى:`|/ŸX_g/Lf2\+=3`]ץ?j p0PUUqi}%R2cy/6"X>:(ف?8qԏj|ß?{ƽHL|n/"TAW-־/_ۅ?L0lLaԌ 79;!URGl\lTB o?o .?:ss][ vܯY.# E={^Zú059_,-~ep7WWf:)*?73' |d /n>_=$>^/69 Pf2v_Z vcG")PMF^}=pp8m/~cJ–m:ԇu~a<T:¢S|1>3@D!P&`J؍`Ϲ? l1Eto/f)afKkXg~659I*_T0r^?g5ot?~]]]>w_7kYI&TϦ_ב?EQpipLQc`=oVfȟ4y vot)e(jm^}}++xU&L|詾@!P&`  LV(Ųn*G>2_^ y)0 gzZ)3:?UUqqmdOğ9CT\9 >ݏgwr[+~Ŵ?~ylϝW6_وiba}voTϦ%Hn[ڸ:zbocbyjt@j&k𱬒A&'?A82,d2`߫ȿ`?ՅP(rsK~xOyJ]5ghxԯ[g~a>=  gf873k>K P{&`ܪ 0X*P,93n6w3iQ3{uc@Gi~/I1>ϛggA|f@%@&`̤1YMN1Zck` pG| ^ bZI ϧy  gHȞީɉ'#p{gn{Qс֊NʟO3r/FX&O9j ~ya?*h3?P\?e(`/ sVM=Vg |?1?h4*}v6ق'd Yx{MsM F5zme?> ?1Z_`μ?ΞY?el/Etܯ$mYrYD#SKT(RvQ C)*a:I >gUU-{y_G2i ~?>n^}N`AlZdDv/Fb_,<5Mâ?eH3&*8/վ<ȟ5MCGGBPysm _vr_&6Em&#+b fiß?~?13}$OgOk{Ψz x`v9M?G/.1eY)Mi~/4?m_Q\🗦&'LwJ~oi1=倽?466jp?<9׾*42'/A/=_=<(ul??d%)OL.wg~W 06:R|)VϿG<5MC,˛gFsa?@u#|NS W-I?FFcIx{zF%3>^=R&  JG0,666l*r _2aΟIO~Ǥ؁1`/Ћk2Oi#1Dr\Êt^Q SEQ:ʷyFcŃ}:::r.ݶ/ۅ`` njN ?` EbΛ>O4/.}iJSY&L_`bG疢P "ܪo{_d6eS$/u_%7Vkf_^7|L|?sk |m/*<4@+s<><6u@>_k~~;\??7o4ɉ?zuJer?g_xQ.ߨȟDr7RC}NPQTKvRF?ed!>`t T*FG PX,?[*_mJ<5@V7|~ُ0Bt=f {m?6^/. R_\ܜk,?ڍPĚ|쐟j S?cߏ>)}؂wq?Y/ L|ΨթɉHwP<;J]Ÿ?؇~gϺQFV M/),(3P_Iv{_EQj`na$.]; E란 Bd2X___'?Ꮟsg><fr thg߰&#Fdh^ \Zwēt 2=zϽE)UϺ_UUM瑿XoŤB@CE7_ fQQ=wV`dhR5g!wCmmmhiiŚ?T?#xM}ՒXmtOi߰¿K?'kz?9W [tW-Q e^pR) nB ӴNw?iG~e>~Zt?*Zk/>&˸K^(ć&';2eH xcxŗf4559dFi7|_ђP(d8_J0ճ)3P5Yf ňټl4}<ƍ.dHh؍/}lѯhT  |۟_;+S` 27-ϖ"~?'b_UU-,5r݅kOT"qݐYdgAכ'I躞+;V 0~o|FAqMXkLϏ{_54U_Q}.o`Yɩɉ{LgΧeM3=^wdT hll̃OӴŃ}~?x-_4I#=6UK$]>7Kwmb_<(pr)OTRT&u .ߘv@Np8?/%ihmme/!~?~ﳟ} kv1dj[9?cvnwۀT?Qn?gOUUDBv[omJAUekm}%lϽq+, mkmm/~3طrOf {H~ب` +afx#md},L_5oMMNm B4vP$<;Ggҷmd>{UU":WBZ; @w.DS`yb8?=ctٔ'@ 7‘ B@2wH&񼨟[ZZ v}5bبro%$kk f3|*`V0'd&F,`]8J|W] tɈ;?9;# IDATRN;ZGi khA``]zQɴo=s(/Bbf}/b܌a?NMNѝvEMUci;O]X{{9S_8g~,=_xY ߷Oz` t3h(m764eѹc ࿖EQp~z)_=Uuyׯ*>Oc~3/ OO#J7w|[/;؇^C1/"ƆhD3 `;~~^@Q\Z[O_5>@*b0ݿ.|3iki}k bwn`u/8Qo+S1`(f%H@҃}fs7 MhefhU9Gf"u;g79596݁*4Wj>;C4G=BG$Ƨ>qtAm _g /[921(g/;;cyK~"~~FAv  )OTUg/ks5{_Y4:b/::b೟zL/x,D{rk+3F`v?Ϫo ,-/cQ@Fp5ŗ~PU5wG  c? _']7_W/;G&5|źïR2fه,  F 5CP 7:YW&'o׾h Jo줻e,Eс-475Fu #⨟xVZf3,/_Wn2ۙ;'_  Uї hA4tb{ufA! H)TlY%K'lI//nzsecqvNq,*Ԩ^YA`z0Ν<|Lsy}K\@m RGï?7DJZgfeOz*9"?࿬f?gUU3g$,"z)i.i DȲ cX\dÇqongA+E[ې0 , Kf+pSFko~cgVc=7.??Pĵ4wӈL,8XE~obA֦nH'WU-Ht9_>z:,`Z\_Qtvu _촚ڳ U3+ӎ}LFrdD O,ݗ_=M0}}܊Ǜ5 ߗ_9hL{yZ\lsX9|sd= pjccM_H] 4O,_pAVı#֤X,p/n80/W|)^灿Ai0ɞS.{>?owEYo?>z#I'j>vL,_9.w+j z-8POTU}M7 <3Íڗ &'ϲd!'/\U?yNfsz 3foLk=z_kmo=7Ue) =דp~py<χ+%kh`zhtڼ?5='9//)o|~3_[nVkއ~H$`'DȲ7mAc?zW~Kq&A?.WF._O~~>UgE61IC7c?uu!.s4B "yu<~S˞N,`%Oz]5x\;'٢|'X?+P_@hQY ޳?O׿eu L%X-s/2̃W,==ȏYK^V_3 ƹEQӃɩ)ep=Fgz&ௗY lV_HY>ze+?hQYeT=Z9gjU’ XR|6)x( Brz.T+ҿcO mZ"dY7nؽyX/W<h:oyix"{\Y%6xFn"dɃd_DvcO%ح+^+)[ic\&H,7z2_i 4M,yw ;svN| mzhl]usuuuPW~ҸJ~fv",.2"|nU]}$9صtW~Mj)`0#V9Q/WpR'  Y ,VyN+ll}DȈȮaÂG?ȵ[^lh4H5Y~oWWTGDxi~>25e*߳[ڸ@1Ɉ ?ֺcҥR~N?kp0SŘN~!2}y~l7/[OQ`5!@BEƅ^ȇ3N N jTw@磮IbC]](/-6<bd;=)z $zzH]\xŨ@ ڍZ/Rrz4g1],!ڟ,1Ag_.+LND( %7^(H x傍N~2_xv?#;,dDbڕ+8ZY?CWee -j*P[Yd~#"o_fi9 dD< xmyɀ(y"P`PU|>Z9'S()+:Lݴ?}qS|kSQ@cee ߼Jm`{vy ,mk 6y[`X h_2od?[O].\Q0$Dnwسx u3s.xS--ݷ7#4lp`tLjgSOofRL <ǻ`Պ7腛eS@vUUEH'#j`dt\I4p._/CEYYE5E/"=X`.Y vvƔqOѐMf4pXm %sT폔l#[g,O4oį޳O&_`e((((H =7'i&#Q[ïdLW=\I`@P˒oy~fS+ϟ)ۺ\qcvS\@?L*v&j q>;甋ף냡N?,fg>+͏\<2ӃI xk2"iR[MV-/|V3?>5O/ 7< `'[xz)8B5t(ccW_m죵LG',.@k`&W ZM=10Ku3ןWYX?QdDҥs.K?g9 H[ @?),/3{xoyҿU_3}v޾~ӏPMF m -y*V?_K[L@sʥi~cPwX٠?^Lg?^ ESƌ{/7{i&#&`dtL6HG'AGo>OyExy"_4`7Od3ha@Y7>F5t_LS_(#^YR ͼ{z;~XiddFlZSqT=}T: 8 ?se/G^ا#jdV\~Vg?Q]Q?K )eV|>sEO/7Ə2RҠ ˅i?=tX,D{sz9A/J3UM!A7kcw^_v"6LF @jmlO~t֙D,D`;RSԇ,_YeuE>{Hu3+fi_Gdd^Y7Lv PxB&ehNU׮_nrM*3Sf_&_7bb."dDU;xh^E: 8I&"Լ?o5"HXz5OG0{)7+c,cֺW/}2ۆ%ji=㧚{ih&#A~j~=scGI58I&|D@_g"y{RXAY,<~ x)ޡ(@^z)IW9QSQ 5U'd~*٘Zƒ =$4E9!; ,Oؔl$'ZŸ,<7njÓeY}[xF:F24k//+WH?Z$p8*kRc͚5> ~[3.k}  0S Fc'֦@ce2"1f!bfy,72/ ^ɓ{{S1BC2&>~Zl<Q|V}^cR Xƹ~N5񱳟/SUF@ p122|s+!!e qYAA֬Yiį4}Xm4wV0LcdZُ%u1(XhD&#~;Z>' h4B,hs_o׮^*Eysf/+/""lY2Yo 4NPLF vp޽\0T?uFee GK2 gY`@5s| S'H'#!cxy[z&X,6/.Wl)[:nΟovyNz2fg?Oxa2"$$Б#R jD8f\:jk=ϟ7 w6%/H>[!RX1LSqa2"@c'Y{)iNh%FϦ6 zDg1_o6ϒ].i_9D Ye \.W@4O? X wڅ r?ZLka W_9w^Mܾe?,)_Uބ9F/}Y+/%tdWUUPN)ȉp_"o}jTVT0=:2go$sf࿡a<=~mEM!>Ge:%+cI'# 0i4_$$(i0b.WVI篽7+ÚZVym޾m%Lk \4i_*сnS ofV?O淓?i%# ̔V/r@@UULOO'Hm3q=?QQ 7oO铑E51_ }SxOF 77% Aj=-_@Дl#[)vFg߬K)kwBDȈ"_n0$@, t dzD>1 IDATT:^E>?V"ϟby/knsI x)иFa2"Y ֮+2y}<Y~X~zٰX,FHF/++ |\ٟg~?VbϾ}FU>A x NTH#+95_Ͷ%uI\8t_ 5 ;Qh7+c$&_ye,hk`}/4 "K-)M_I_PoLZYt@II U!e@2%~yo\'("t2RqyQ3jkIy%"3䤰k׮m6 1g1<_ ƒ+0G Ȉo&_ɚb1žH4UCkoߴa=TU1A@ cgh7+ώk wًVh ,(իߊ/cW3)t 72J0:yv=WWU&Y>2׼џ +ό,_OzH'#`!5W\癿uطߚ( 303ȓE0z`J) 2 xIIIܺbW+F06VX{f^?ԯ>X[o\sej ut ˨-)M_΂w:ώiPQ^ڕ+tt6i)SSS18dҏ<̠(a%;UWS`%x1(7<ǎM4YJx4ZEy9jWbCFR$@3 3_SRSw=<I/.-F"D"8y- 3u/MX.WYY(g{ >MDFA//zy7Doxh h ~9mڏ~iTvOkC&2"z&'kmqӯnCG0qDQLOO9;9'kf@𠰕0+o:ȉ(ڿUw„4;YsxTY@=ȉy%e\߯d#Gpa Ȉd{b{~'|Y! W^;tNTvJ?$G'\,}S0Jݣ(( uA7.3 ^6zz㉻OϽzY_,[Djo!u^p/#8 f)//C8p萐ԯYjj$`bb"k<@G4o%a'J Д*c=}^_^f^q?33} ;ݡ`3,m wHok:z0KVC܊o I~: d (Ͽ7ULD05= H$e~/*ch'[hJKKmO`|;Y-onǎSI$33$-o;+WM M<^c h4)w\<095Ғ<.+a:@~32 EQ-?}UUUo@Q+a}6$0~:wށO|ȇ>Q#<3wrJ(/qa& PU4&`||<` IHSqWD.)&y$(**f=}c'?VV˻Sg!{y^UUlݾHCcIdDk wg<\ <.2. W!V AyYVX @<^c t r50ILSF4'ZV/]P41 X ^f%%% SؽUBw(%H"#`Wfzmw:6#'O{) Εiy9f 43׷w`K`p!!{M?19KHI~|[sH@uuuJ<\'onmō| >fdt `I 0S7TCr*`'ܻ󾶧cEdD_k=u|>z/ppI/G@ζ+W_?1[$4N v "hYt $ b1i Jzi^_j@uK?xK/Y,+c6'` 7H@¶GMhAlV9zd AYi)V,_CG2+Y Hs)PY[Z_jn 4>jӖOFQ\.$55=Q^S;1&@_,Hkm绘Pg'^zu뫊\w(8 22"Vtكu F۽g/EQXL <W̗Ya\y7ʎ.W7݈uk&#nS+V_>Q逦RJ /j,tfMƈB`_bXB>0ʗ52*,,L_-AdlVqy~~>pooY/b1|E۔X;džQҚFC,z'ӣLCYi)V,[CGJl(|zI,jTֶlnRe=k)  cŲqy. " X}e/+**BIII޾>< (H7&\_āU/'>ho~ /*'dyyy)dɏ~XͿLPN;-`B_+-L;TM ൝扝l5xcFh 4ȈpiP @CG|#撀xWotcpnru xeee$ `ez7= P\b1ߏWhD,KH#Nb'˸e@e> /؁" g~Z.:|$ax~Z֮ 2ԯYUAiI V,_GIOh^~~~t67P,ۨ(m&&&?8˗UԾh4q1(--~hx=4o/vAdD G%D.KBɏ~# ׮'<<͒%-^i1'ccc9ȋWZZ[sӘ4ώ @jWH(eWQQww\a&hhDig0gRo犾H ||皫;I`n[ZZKȱR$@?(lo꣥>]@|4^ƒjsP2"rWIsV3K\8fL"UtYi$ n: -_@bs$`IB c u?χ}ev޳yuw#-rp:?p hh@~~>K}΃ ` jejn 7ߒo [D$`l|h1׆x7 N X kCdDX2Z)Ogl nȈ'oP#]]ݸ -[G=~]jkr099%mlY Hh@ I@sk\`l"Ў{ ?B|>ix|E{Gڳm> {簷iԶ<( \.PYY UU1===.R***P__/f IDATJ`. l 4>i% $ ۍby߃[055ź]?ԐHVmށ-Tݗ?9|s(zqeBp㔀T+o$W5ϷNCQQ|>^/\.򐟟~騫Ò%KS%]Xnw< пj%s}ۃA NԐH  }ftM7/|̧ynS{f? @޸~?jWr|cɒ%FUU~? :zgIB]]X[& `\ͶB^^^ujnaݢwү@&Hdϳ'/u$ML 1wx y$ {"6 vɓ2I@'5Ie=tvdɒ-[1>1:̍ݡN% #NyNlm/ 'Wsz=$_hj.{Ghnmz ku؁[s #k$ k0IB(**B\Mm]OO/x#Y~EdD2Bݍ.@ڛtfO-\|RǕ!{96%=`uߛ) 3ϿiYZ^{}>FolQ˶*++kכ_ԒI@m% ݙOd_,]mq/ ^|=v @[{N:c'Nŗ_=?{xG H@;Hh>}$#†k$rq4izqևy=!2")"ˑ t:Lϣ~%uvڽ'ar)g hw(fGTX *[SPp49nP ;wƁ6@t^\pHt ԭ\<瑀Imq/oMXRw 7]o:Ck. q%VpI(TSP n\.DѬ d{};|<؂m:"a0ַ˟\ȼ}_M<nOp;)L"RO?#7]ρ6X {h 4ӣg />fG?80TLGm/??s7NMM[?τzsf_/5q_#3n7nOw\.|K_@Qa!3"?iDV,?#q$@h46q'EAc`˺v& s Ӌ ;e03v%^fűX,gkVUAs 'N =xrv#$z*IxRu瞣?Z9W<'4%@F \RⓀvsk] ǃ'$f4OA睳N1;OOftqvH&v_v|TUUŭw?3{AUlEd@Pl Pz:g*/$m瞓v/ 8q3^x%w wcO=MO6ށ 2 TAܵuImN\5=5〾dDy&}8s,5qgU]-<7;y3sǞ$'slPCXqI<Y"p3HA8K~555 mxi:;Y}ͧzX dDlD 9S|޾>wfz5vf7 OcOS{-ZPXqIæ$K^o HG<Œ%KEU^2D~u^+nS6Oqw©S/8w&G|J 5,ye/'e$gm(: EEEqr1]F;ZT9O? 6z~ȈHtGJI)% uذn->0]yy>UulI'p3⁆Cgż޼  Ak[:s#W Nׯ%K$*>shkOlSmN>,yE^93-zd}|K$IRXIq1K3QR\Bi>;6Obߘ wipA)@>k#CpqI hD5x<X,s3&!23sC_w1Vl1HAaуK͔s7oHA+,(@ʕظajW@~~>w?aOOM$W4bd㣣h$GچMg)ERQ qEN:^zuP[SѹtG+d2"<@54?RPX( ǹy'rbydA)B&#[@ީ}Mee P. hik&xz˒+ˋ[ /5a{UUi;uAl2EG<@ d`dh0v]( 8Hu޷Oc#?y0 DEI4țԶzńP^ n7jjjr=aRyo>lA,7:2q\[ /Qes)nG=n;QKZrM% 02t߽b􈧧&cS* l䒀6}֛$@g6`'(q[sϱN1 DD@;(PFG"Ŷ^,"8M)+,`a^vc[U.U]AXL@/ N)FPtMOMabll{yee 0g)2/2}f/2NJ,km'OkYYeǐ-j  P.h4}O::?0͛6 2ِ'?v ?5| 2 q;$x$dS zEm=o]86rJ$!7=lKeu]33a=%g0I0;$@F())I;O2PGS 1lQY_$=51zBspVF|ވ#bמݡGC1 mvO*r)TN[X.Yf^(exp1U> BKK+tV ˃%_oUUU|q^~u?k=yoFAR e22"+_?=5xEQsI Ζ "Ύvu^QRA ɀn*~۩ ,=g+`hq5l`][$ //oxu,`dd$a 0|xw?ZɈ_>'Hܑudx.kl:L랼U?lپ <#CC2oӡ 8ev6bW$^R%ϕ$ 2zv.t晎x<h6v oˉRN Ȗ>dCTLz239HZt@s39{^/W ߏu]h:p~ #J;ҰSRv$z;wd$@D̀_ b >ﯮu \%T3|v |*555p‡y}}}M<Џq@L@bIdd9O !ˤx.E#啕g\x$``pgmX =]ht#_x*V@2AfΩuf,[Ǝrdp]O.ЛNbkUJ[@I(|LLLo?|.z8166h7eHBsJWW4 4K5$/۰sn8uȕsUTG2%N+ݹ?>i^KW,Sz_Zv$`p'Ny7Ƒn N({^f UUZ[w,'DEJ fh46<0j [LڸѲן8y7&'&!ߟ,?@+`,{mU[4[͖Q$=d7_ )}/WTVpkx$f9 $^(**J˶G {u$c JbdD/7p* x_v/ᒀ! ևɣ;5[ Jbe%k}; [ MVڷBJkՊʪn{5Yĉp9HFAA4;ۘ@o_GG$@_弶 ȼ?nu^\Y`X[ ?>y& m7Zi%@"N+vd+^ǽ%=;*$  C,;a""dD!v\ej4x_'y$#~4=55mC7B}29NJ<SNOHgD$#X]WOoø'F;j2@%@F9, `.5  4 nZD< C&?3s?3s0=Hv%vٔ"; Rg5 k=G7KOf^ JQTXEQ*Zc#~=ǏF#UT"@Sd\$Vyf) Rͫ߰*o^]|>⾇1KN98c`1\% b1Y-bY7Eb,re@D.ݰ̫}p׋r "~A#Cn9qq7E#se^e*O{ U$#[ J֬ZF JƆz]TBa>& ɂ$ADdBVζc7^Jl2" fM_v{8$PH'i&9 pıdI2ZpG$P|l|F* '=gvi#CCCTx<^i5`&|}WcgLU#G$=?M -j`eбSLjth``O߿TZ9Y@5\dflPՁHɢs*ɀ(@FՀ ʂ{,L~JI)RǣHs8KgFa]W!lKFs^l1_^&%y W/Jz%'N9tL8<"Hb&yp:߉h Qgªbb5JkaنRj9=EEťe&ƺFGMjkE@DƉ -zONAhN %p_bznʞ/9`]I%3`thGɰw-L0/c&G%]_@F@2j"e<%͑aLe D-Kک|Av) h*I!Ec8 jBˢ̼  #[RYKT#q9% ́sX*&5!ɬv]0CSfFLD YKԆ](_f(Q`o'##`"Oߛ 1UU#CooVbGZOgfgˊv6DAsJ+`BJF2oĪBNηC T _ D! ,%PY(ZoV L1 1(2NsY7NrpQ$ZtQI{>ͦ1IDAT5:FZO!VTmR,'l`˖(PHE_iΛz+`2 ^iRA?!$k'p']'xD,#f4}LȐN~EE d_"V qITm d:2l$)! gYn`o)0dc E?ق'fD QT`BM  )U*"'~;s5?h;v<0ٹs A2(ώ, RTOi%Yi+"Vx*#>٢&svIOF * W̉fI̟lUlc9rl}y%E 6"'#!` ,3;d6%pP>#%1S;ݠJ7FOFA+Spf.efgOO]Ig%<7$#F`ܩdfȀUl(i̍CIL*Ig2"i&eT!9/-TxJɒc}2"i6ٺ*'[ԣd!Sr7&Vd>UH>hѠcH~O##ehxwZJ삾 ~48==:''މcjh!'E0w"WOd4ГGםx'3o{Nd4$S2t)@C.d22222"YL钻dddddDR|21@OFFFFF`7}22222" ^ؓXLV3#rIENDB`unetbootin_64.png0000664000175000017500000001137711730653576012751 0ustar gezagezaPNG  IHDR@@iqsRGBbKGD pHYs}.tIMEaxIDATxݛ{tƟf$͌.|G|7_s1@M)mwl^6{m{9 $m4I/ 1$$m0+.[$˒Gif#U28Fi~~|(<###CcOwa^E3F(?yn\߃zMy9Y9+ W)#gbLk#}G>XZ /i()CJ{AEEĤƲ CCP9+Ԕay 77r бF 'pr745R>?42~c+JK r9ǃAQA>֭Yl$,!HOM|>_D)|bC(/.FEy T*L&%$ &'Q~?ht]E"ЏDڛWp Y,ːe C#lF ټ}#E+9AQQZrh4Ȳ A "dYZFٌ?M0'&P~/uhԲPtҢ"N4e,/Z$Ix&x?ɲcYhN t\իP^Z J3k7~ OD O771N蜜5tZ;wc51V6 cV+nDEY |ak}SQdAөS0 k) E$Iy&MHbbT`1ZX,(X^FTWVaLNN >0`mM [Z`ʕFOX?+&dz qTxE,ː$ (fb .\DUM*?p%:4 lo1Tnii9![~sjJ22?Oؒ$7CEBk{'׮AUH Iq*;N7 k#5+eE+x<ncbb˖ ֭E݂799yߴ; M'DAlzoIlyI d^A011q|zw\vlX5U hf ~PkzA?jA l<A4#δ~TVix<|9uB@G{^u[K6EUnâ0ӫ Xx Nn:TUV6>!4>(uwϸ$A0(b%himÆuJ 61" ϨT8p lXm>_(B%Ե4gz=YV|>$'ilܰ0 |>^oEMPQIU'@֛C=IJ56k}^$k(|7s ?t.k.'#}ugrz6l p8P)h:قAEdqxanwשSoƨR]NZf(hu: ^Gy.;w6"ҟ? Z0"?>>Ǜicj*A dfrz>XcYȠCtݿ|քׄ@U*pqlټ ki8=r??Sz4x5pI".@@H^а, 7LQc;ro}lGYi E ;5FjBeohZ˲aq<M^0z?_n|{x~#JJiz#랦i曈5rEQEB>jmmLBQx͛PZ\|OGjBe4?q&tکj  à_qNC ɒ~[6# D_ŇZoo48 z,˂qnzՐ]P|~?4,|rSt4^}wFA] /2dE,+}憝C+~h4 ɄWccao:|0 (n 9h9}|?M'ejjh4 L)*y\yS&'\pCT.\]1x7`N)* Zz<MӠ(*l+?޲<j4jͷ}jDZل߾ܺvOcW^EDDj0 jPAPSʵk^~mX[9_X||b9sK_Ğq_3_T"ĘLjWpM;;D5u?joU.u_ǧv-㋟߉= {104+ ~1d^?3 !H#@df>mZu;}Zt5288q>6[za~&\ecpx'OK0Sr<'[tea_ z{cNol\޾K}XQF#77ZZ ߾*fhB-$I8؈?x7 '+] ]֡኶E7oȇDcޘ=wzwX w.„˅= &@Pεm9a"hZJu8ٙ@z  -[;c0C}}=3]QW5ݾqH?=wG4lH\\#INiOt:F# *1.ڵ럭`X+מg asǝ#V|sܺ0-'&6;\.7}+GfWAa}dxB‡(/Ŕ)B}weIENDB`unetbootin_icons.svg0000775000175000017500000053330211730653576013646 0ustar gezageza image/svg+xml UNetbootin UNetbootin BOOTBOOT 48x48BOOT48x48BOOTBOOT 48x48BOOT48x4832x3222x2216x16BOOTBOOTBOOT 256x256 256x256logoUNetbootin ;logo / icon design v1unetbootin.desktop0000664000175000017500000000044411730653576013316 0ustar gezageza[Desktop Entry] Version=1.0 Name=UNetbootin Comment=Tool for creating Live USB drives Categories=Application;System; Exec=/usr/bin/unetbootin Terminal=false Type=Application Name[en_US]=UNetbootin GenericName[en_US]=UNetbootin Comment[en_US]=Tool for creating Live USB drives Icon=unetbootin build-nostatic0000775000175000017500000000062411730653576012404 0ustar gezageza#!/bin/sh rvern="$(./vcs-revno)" if [ "$(uname -m)" = "x86_64" ] then archname="amd64" else archname="i386" fi make clean rm Makefile* rm release/* cp unetbootin.pro unetbootin-pro.bak sed -i '/^RESOURCES/d' unetbootin.pro lrelease-qt4 unetbootin.pro qmake-qt4 -config release "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" make mv unetbootin-pro.bak unetbootin.pro strip --strip-all unetbootin vcs-revno0000775000175000017500000000115711730653576011407 0ustar gezageza#!/bin/bash vcsname="$(./vcs-name)" if [ "$vcsname" == "git" ] then git log --first-parent --pretty=oneline | wc -l | tr -d ' ' exit 0 fi if [ "$vcsname" == "hg" ] then hg log --follow-first --template='{node}\n' | wc -l | tr -d ' ' exit 0 fi if [ "$vcsname" == "bzr" ] then bzr revno | tr -d ' ' exit 0 fi if [ "$(pwd | grep unetbootin-source-[0-9])" != "" ] then pwd | tr '/' '\n' | grep 'unetbootin-source-' | sed "s/unetbootin-source-//" | tr -d ' ' exit 0 fi if [ "$(pwd | grep unetbootin-[0-9])" != "" ] then pwd | tr '/' '\n' | grep 'unetbootin-' | sed "s/unetbootin-//" | tr -d ' ' exit 0 fi date "+%Y%m%d" vcs-name0000775000175000017500000000030311730653576011166 0ustar gezageza#!/bin/bash for x in . .. ../.. do if [ -d "$x/.git" ] then echo "git" exit 0 fi if [ -d "$x/.hg" ] then echo "hg" exit 0 fi if [ -d "$x/.bzr" ] then echo "bzr" exit 0 fi done echo "none" INSTALL0000775000175000017500000000055011730653576010567 0ustar gezageza#!/bin/sh # you will need "qmake" and "libqt4-dev" to build this # details at http://sourceforge.net/apps/trac/unetbootin/wiki/compile cp unetbootin.pro unetbootin-pro.bak sed -i '/^RESOURCES/d' unetbootin.pro lupdate unetbootin.pro lrelease unetbootin.pro qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" make mv unetbootin-pro.bak unetbootin.pro README.TXT0000664000175000017500000000142712164750556011073 0ustar gezagezaUNetbootin Source Revision 585 Copyright Geza Kovacs Homepage at http://unetbootin.sourceforge.net Licensed under the GNU GPL v2 and above, components from other projects are licensed under their respective licenses Build generated on 2013年 7月 3日 水曜日 03:23:26 EDT Download using git: git clone git://unetbootin.git.sourceforge.net/gitroot/unetbootin cd unetbootin git checkout 7f39ef3f700d6f2fe8e904dcdfe8d9c7f6f83d9b Download using bzr: bzr branch http://bazaar.launchpad.net/~vcs-imports/unetbootin/trunk -r585 Build instructions at http://sourceforge.net/apps/trac/unetbootin/wiki/compile sed -i '/^RESOURCES/d' unetbootin.pro lupdate-qt4 unetbootin.pro lrelease-qt4 unetbootin.pro qmake-qt4 "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" make