/* distrover.cpp from tuxboot 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. */ distroselect->addItem("clonezilla_live_stable", (QStringList() << "current" << tuxboot::tr("
" "Homepage: http://clonezilla.org/
" "Description: CloneZilla live is a distribution used for disk backup and imaging. The stable branch of Clonezilla live are based on Debian
" "Install Notes: CloneZilla live is booted and run in live mode; no installation is required to use it.
" "Download Path: Clonezilla Live Stable at SourceForge")<< "current")); distroselect->addItem("clonezilla_live_testing",(QStringList() << "current"<< tuxboot::tr("
" "Homepage: http://clonezilla.org/
" "Description: CloneZilla live is a distribution used for disk backup and imaging. The testing branch of Clonezilla live are based on Debian
" "Install Notes: CloneZilla live is booted and run in live mode; no installation is required to use it.
" "Download Path: Clonezilla Live Testing at SourceForge") << "current")); distroselect->addItem("clonezilla_live_alternative",(QStringList() << "current"<< tuxboot::tr("
" "Homepage: http://clonezilla.org/
" "Description: CloneZilla live is a distribution used for disk backup and imaging. The alternative branch of Clonezilla live are based on Ubuntu
" "Install Notes: CloneZilla live is booted and run in live mode; no installation is required to use it.
" "Download Path: Clonezilla Live Alternative at SourceForge") << "current")); distroselect->addItem("clonezilla_live_alternative_testing",(QStringList() << "current"<< tuxboot::tr("
" "Homepage: http://clonezilla.org/
" "Description: CloneZilla live is a distribution used for disk backup and imaging. The alternative branch of Clonezilla live are based on Ubuntu
" "Install Notes: CloneZilla live is booted and run in live mode; no installation is required to use it.
" "Download Path: Clonezilla Live Alternative Testing at SourceForge") << "current")); distroselect->addItem("gparted-live-stable", (QStringList() << "current" << tuxboot::tr("
" "Homepage: http://gparted.sf.net/
" "Description: The GParted application is a graphical partition editor for creating, reorganizing, and deleting disk partitions.
" "Install Notes: GParted live is booted and run in live mode; no installation is required to use it.
" "Download Path: GParted Live Stable at SourceForge") << "current")); distroselect->addItem("gparted-live-testing", (QStringList() << "current" << tuxboot::tr("
" "Homepage: http://gparted.sf.net/
" "Description: The GParted application is a graphical partition editor for creating, reorganizing, and deleting disk partitions.
" "Install Notes: GParted live is booted and run in live mode; no installation is required to use it.
" "Download Path: GParted Live Testing at SourceForge") << "current")); distroselect->addItem("drbl_live_stable", (QStringList() << "current" << tuxboot::tr("
" "Homepage: http://drbl.org/
" "Description: DRBL live is a distribution used for diskless clients and Clonezilla SE (Server Edition).
" "Install Notes: DRBL live is booted and run in live mode; no installation is required to use it.
" "Download Path: DRBL Live Stable at SourceForge") << "current")); distroselect->addItem("drbl_live_testing", (QStringList() << "current" << tuxboot::tr("
" "Homepage: http://drbl.org/
" "Description: DRBL live is a distribution used for diskless clients and Clonezilla SE (Server Edition).
" "Install Notes: DRBL live is booted and run in live mode; no installation is required to use it.
" "Download Path: DRBL Live Testing at SourceForge") << "current")); distroselect->addItem("Cloudboot", (QStringList() << "current" << tuxboot::tr("
" "Homepage: http://cloudboot.org/
" "Description:
" "Install Notes: Cloudboot is booted and run in live mode; no installation is required to use it.
" "Download Path: Cloudboot iso at SourceForge")<< "current")); distroselect->addItem("Tux2Live", (QStringList() << "custom" << tuxboot::tr("
" "Homepage: http://tux2live.org/
" "Description: Tux2live is toolkit to build your Linux live environment from what you installed in hard disk and it's easy to customize and configure.
" "Install Notes: Please click \"ok\" to select the iso file that you created via tux2live in file browser.
") << "custom"));