diff --git a/distrolst.cpp b/distrolst.cpp index 29d88f7..4b87b04 100644 --- a/distrolst.cpp +++ b/distrolst.cpp @@ -55,6 +55,20 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY #endif #ifdef AUTOSUPERGRUBDISK +if (nameDistro == "AlbatrOS") +{ + if (isarch64) +{ + cpuarch = "x86_64"; + } + else + { + cpuarch = "x86"; + } + downloadfile(QString("http://jukebox.linuxconsole.org/official/albatros/%1/dibab-%2.iso").arg(relname,cpuarch), isotmpf); + extractiso(isotmpf); +} + if (nameDistro == "Auto Super Grub Disk") { @@ -570,8 +584,22 @@ if (nameDistro == "Gujin") if (nameDistro == "LinuxConsole") { - downloadfile(QString("http://jukebox.linuxconsole.org/official/linuxconsole%1.iso").arg(QString(relname)), isotmpf); - extractiso(isotmpf); + if(relname == "2.0") + downloadfile(QString("http://jukebox.linuxconsole.org/official/linuxconsole.2.0-x86.iso"), isotmpf); + else + { + if (isarch64) + { + //cpuarch = "x86_64"; + downloadfile(QString("http://jukebox.linuxconsole.org/official/linuxconsole-2.3-beta3/linuxconsole.2014-11-13-x86_64.iso"), isotmpf); + } + else + { + //cpuarch = "x86"; + downloadfile(QString("http://jukebox.linuxconsole.org/official/linuxconsole-2.3-beta3/linuxconsole.2014-11-13-x86.iso").arg(relname), isotmpf); + } + } + extractiso(isotmpf); } if (nameDistro == "Linux Mint") @@ -771,6 +799,12 @@ if (nameDistro == "Ophcrack") extractiso(isotmpf); } +if (nameDistro == "Papyrus") +{ + downloadfile(QString("http://jukebox.linuxconsole.org/official/papyrus.%1-x86.iso").arg(relname), isotmpf); + extractiso(isotmpf); +} + if (nameDistro == "Parted Magic") { if (relname == "2.1") diff --git a/distrover.cpp b/distrover.cpp index 75af092..4e8e68a 100644 --- a/distrover.cpp +++ b/distrover.cpp @@ -22,6 +22,11 @@ unetbootin::tr("Welcome to UNetbo "
  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("AlbatrOS", (QStringList() << "2.2" << +unetbootin::tr("Homepage:
http://albatros.linuxconsole.org
" + "Description: AlbatrOS is a linux based live CD, developped by the team of the LinuxConsole Project, which is primarly designed to turn old and semi-old computers into game console center.
" + "Install Notes: Install the 'fix' package, then run install on disk") << + "2.2" )); 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.
" @@ -131,11 +136,11 @@ unetbootin::tr("Homepage: http://www. "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" << + distroselect->addItem("LinuxConsole", (QStringList() << "2.3" << 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")); + "Install Notes: You can install it with The windows installer") << + "2.3" << "2.0")); distroselect->addItem("Linux Mint", (QStringList() << "17_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.
" @@ -186,6 +191,11 @@ unetbootin::tr("Homepage: ht "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("Papyrus", (QStringList() << "2014-06-24" << +unetbootin::tr("Homepage:
http://albatros.linuxconsole.org/papyrus-2-2/
" + "Description: Papyrus is a linux based live CD, developped by the team of the LinuxConsole Project, Papyrus has libroffice and other software (gimp, scribus) inside a squashfs image, you can use it without downloading other software..
" + "Install Notes: You can install it with The windows installer") << + "2014-06-24" )); 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.
"