Distribution-independent installer framework
Go to file
AlmAck e7e4a8d783 Enable the correct language in the locale.gen list
the original code does not distinguish the document comments inside the locale.gen file from the real locale list. The language was then enabled from the header comments of the file instead of the correct value in the list.

The new code verify tha the complete locale string is just after the first character of the string, enablig only the correct value of the locale list.
An example:
#  en_US.UTF-8 UTF-8 --> document header, should not be enabled
#en_US.UTF-8 UTF-8 --> correct section to enable

Related to this request:
https://code.chakralinux.org/tools/calamares-chakra/issues/2
2018-03-10 09:59:26 +01:00
.github adding an ISSUE_TEMPLATE for bug reporting 2017-09-11 12:17:44 -04:00
.tx Python-i18n: tx pull and push improvements 2017-08-10 10:42:03 -04:00
ci Document another way to create tarballs 2017-09-25 17:13:33 +02:00
CMakeModules Merge branch '3.1.x-stable' of https://github.com/calamares/calamares into 3.1.x-stable 2018-01-03 03:56:23 -05:00
data [libcalamaresui] Swap breeze icons 2018-01-14 16:10:05 -05:00
lang [python] Automatic merge of Transifex translations 2017-09-25 16:02:44 +02:00
LICENSES [libcalamaresui] Add breeze SVGs under LGPLv3 2018-01-14 16:09:56 -05:00
man Manual: move to section 8, minor polishing 2017-06-07 03:03:29 -04:00
src Enable the correct language in the locale.gen list 2018-03-10 09:59:26 +01:00
.editorconfig Added .editorconfig 2015-06-13 21:56:21 -04:00
.gitattributes Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. 2015-07-20 17:26:53 +02:00
.gitignore adopt upstream changes vor v3.0 2017-01-23 15:52:14 +01:00
.gitmodules Remove libcrashreporter-qt more thoroughly 2017-09-13 08:47:07 -04:00
.travis.yml [Travis] alert #Manjaro instead of upstream chan 2017-10-25 04:02:33 -04:00
AUTHORS Licensing: add self 2017-09-19 15:57:25 +02:00
calamares.desktop [desktop] Automatic merge of Transifex translations 2017-09-25 16:02:43 +02:00
CalamaresBuildTreeSettings.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
CalamaresConfig.cmake.in We have a Python API for jobmodules! 2014-07-17 19:42:16 +02:00
CalamaresConfigVersion.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
cmake_uninstall.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
CMakeLists.txt CMake: bump version number 2018-01-02 15:37:36 +01:00
com.github.calamares.calamares.policy Rename pkexec policy file to .policy extension. 2014-11-05 23:34:03 +01:00
Dockerfile Use KDE Neon since it has a newer kpmcore 2017-06-12 13:03:24 +02:00
LICENSE Update LICENSE 2014-06-03 22:32:42 +02:00
README.md Fix docs links 2017-09-25 16:50:48 +02:00
settings.conf adopt upstream changes vor v3.0 2017-01-23 15:52:14 +01:00

Calamares: Distribution-Independent Installer Framework


GitHub release Build Status Travis Build Status Coverity Scan Build Status GitHub license

Report a Bug Contribute Translate Freenode (IRC): #calamares Wiki

Dependencies

Main:

  • Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
  • CMake >= 3.2
  • Qt >= 5.6
  • yaml-cpp >= 0.5.1
  • Python >= 3.3
  • Boost.Python >= 1.55.0
  • dmidecode

Modules:

  • welcome:
    • NetworkManager
    • UPower
  • partition:
    • extra-cmake-modules
    • KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
    • KPMcore >= 3.0.3
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.