CutefishOS Installer.
 
 
 
 
 
 
Go to file
Adriaan de Groot 24f26ee7c8 Licensing: add header to QJsonModel copyright
- mention that this is shipped as part of Calamares
 - SPDX info
.github adding an ISSUE_TEMPLATE for bug reporting
.tx Python-i18n: tx pull and push improvements
CMakeModules Check for crypt(3), also on FreeBSD
LICENSES Licensing: re-import GPLv3 version of QJsonItem
ci i18n: cleanup after txpull
data Create example distro squashfs (from build host)
lang [python] Automatic merge of Transifex translations
man Manual: move to section 8, minor polishing
src Licensing: add header to QJsonModel copyright
.editorconfig Added .editorconfig
.gitattributes Add testmodule.py and globalStorage.yaml to export-ignore for tarballs.
.gitignore Add KDevelop and Visual Studio Code files to .gitignore.
.gitmodules Remove libcrashreporter-qt more thoroughly
.travis.yml PEP8: Just don't do it
AUTHORS Licensing: add self
CMakeLists.txt Licensing: add self
CalamaresBuildTreeSettings.cmake.in CMake skeleton.
CalamaresConfig.cmake.in We have a Python API for jobmodules!
CalamaresConfigVersion.cmake.in CMake skeleton.
Dockerfile Use KDE Neon since it has a newer kpmcore
LICENSE Update LICENSE
README.md Bump required KPMCore to 3.0.3
calamares.desktop [desktop] Automatic merge of Transifex translations
cmake_uninstall.cmake.in CMake skeleton.
com.github.calamares.calamares.policy Rename pkexec policy file to .policy extension.
settings.conf Also disable dummypythonqt in jobs list.

README.md

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.