Skip to content

Commit

Permalink
added Ubuntu 11.10 and BackTrack 5R1, fixed PartedMagic download link…
Browse files Browse the repository at this point in the history
…, removed no-longer-working SystemRescueCD download link
  • Loading branch information
gkovacs committed Oct 10, 2011
1 parent c9076f4 commit 4c735c5
Show file tree
Hide file tree
Showing 53 changed files with 2,855 additions and 3,011 deletions.
121 changes: 55 additions & 66 deletions po/unetbootin.pot

Large diffs are not rendered by default.

22 changes: 19 additions & 3 deletions src/unetbootin/distrolst.cpp
Expand Up @@ -18,6 +18,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
#ifndef ubunturelnamereplace
#define ubunturelnamereplace \
relname \
.replace("11.10", "oneiric") \
.replace("11.04", "natty") \
.replace("10.10", "maverick") \
.replace("10.04", "lucid") \
Expand Down Expand Up @@ -213,7 +214,15 @@ if (nameDistro == "Arch Linux")

if (nameDistro == "BackTrack")
{
downloadfile(QString("http://www.backtrack-linux.org/download.php?fname=bt%1").arg(relname), isotmpf);
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);
}

Expand Down Expand Up @@ -784,14 +793,21 @@ if (nameDistro == "Parted Magic")
}
else
{
if (isarch64)
{
cpuarch = "x86_64";
}
else
{
cpuarch = "i686";
}
downloadfile(fileFilterNetDir(QStringList() <<
"http://exo.enarel.eu/mirror/partedmagic/" <<
"ftp://ftp.mirrorservice.org/sites/ftp.sourceforge.net/pub/sourceforge/p/pa/partedmagic/" <<
"http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/p/pa/partedmagic/" <<
"http://fulloffacts.com/get/partedmagic/" <<
"http://www.digitalincursion.net/partedmagic/"
, 10485760, 209715200, QList<QRegExp>() <<
QRegExp("^pmagic", Qt::CaseInsensitive) <<
QRegExp(cpuarch, Qt::CaseInsensitive) <<
QRegExp(".iso.zip$", Qt::CaseInsensitive) <<
QRegExp("\\d.iso.zip$", Qt::CaseInsensitive) <<
QRegExp("^pmagic-\\d", Qt::CaseInsensitive)
Expand Down
17 changes: 9 additions & 8 deletions src/unetbootin/distrover.cpp
Expand Up @@ -17,6 +17,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
"10.04_NetInstall" << "10.04_NetInstall_x64" << "10.04_HdMedia" << "10.04_HdMedia_x64" << "10.04_Live" << "10.04_Live_x64" << \
"10.10_NetInstall" << "10.10_NetInstall_x64" << "10.10_HdMedia" << "10.10_HdMedia_x64" << "10.10_Live" << "10.10_Live_x64" << \
"11.04_NetInstall" << "11.04_NetInstall_x64" << "11.04_HdMedia" << "11.04_HdMedia_x64" << "11.04_Live" << "11.04_Live_x64" << \
"11.10_NetInstall" << "11.10_NetInstall_x64" << "11.10_HdMedia" << "11.10_HdMedia_x64" << "11.10_Live" << "11.10_Live_x64" << \
"Daily_Live" << "Daily_Live_x64"
#endif

Expand All @@ -30,11 +31,11 @@ unetbootin::tr("<b>Homepage:</b> <a href=\"http://www.archlinux.org/\">http://ww
"<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).") <<
"core" << "core_x64" << "netinstall" << "netinstall_x64"));
distroselect->addItem("BackTrack", (QStringList() << "4f" <<
distroselect->addItem("BackTrack", (QStringList() << "5R1-GNOME" <<
unetbootin::tr("<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.") <<
"3" << "4f"));
"5R1-GNOME" << "5R1-GNOME_x64" << "5R1-KDE" << "5R1-KDE_x64"));
distroselect->addItem("CentOS", (QStringList() << "5" <<
unetbootin::tr("<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/>"
Expand Down Expand Up @@ -189,7 +190,7 @@ distroselect->addItem("Parted Magic", (QStringList() << "Latest_Live" <<
unetbootin::tr("<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.") <<
"2.1_Live" << "Latest_Live"));
"2.1_Live" << "Latest_Live" << "Latest_Live_x64"));
distroselect->addItem("PCLinuxOS", (QStringList() << "KDE 2010" <<
unetbootin::tr("<b>Homepage:</b> <a href=\"http://www.pclinuxos.com/\">http://www.pclinuxos.com</a><br/>"
"<b>Description:</b> PCLinuxOS is a user-friendly Mandriva-based distribution.<br/>"
Expand Down Expand Up @@ -230,11 +231,11 @@ unetbootin::tr("<b>Homepage:</b> <a href=\"http://hacktolive.org/wiki/Super_OS\"
"<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.") <<
"Latest_Live"));
distroselect->addItem("SystemRescueCD", (QStringList() << "Latest_Live" <<
unetbootin::tr("<b>Homepage:</b> <a href=\"http://www.sysresccd.org\">http://www.sysresccd.org</a><br/>"
"<b>Description:</b> SystemRescueCD includes various partition management and data recovery and backup tools.<br/>"
"<b>Install Notes:</b> SystemRescueCD is booted and run in live mode; no installation is required to use it.") <<
"Latest_Live"));
//distroselect->addItem("SystemRescueCD", (QStringList() << "Latest_Live" <<
//unetbootin::tr("<b>Homepage:</b> <a href=\"http://www.sysresccd.org\">http://www.sysresccd.org</a><br/>"
// "<b>Description:</b> SystemRescueCD includes various partition management and data recovery and backup tools.<br/>"
// "<b>Install Notes:</b> SystemRescueCD is booted and run in live mode; no installation is required to use it.") <<
//"Latest_Live"));
distroselect->addItem("Ubuntu", (QStringList() << "10.04_Live" <<
unetbootin::tr("<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/>"
Expand Down

0 comments on commit 4c735c5

Please sign in to comment.