CutefishOS Installer.
 
 
 
 
 
 
Go to file
Adriaan de Groot 78ef69af02 i18n: update source translations
.tx Python-i18n: tx pull and push improvements
CMakeModules Python-i18n: clean up filename handling a little (thanks Kevin)
ci Python-i18n: pygettext is deprecated
data Create example distro squashfs (from build host)
hacking Notes on bumping version numbers
lang i18n: update source translations
man Manual: move to section 8, minor polishing
src i18n: update source translations
thirdparty Clang: improve usefullness of clang-warnings
.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 Update submodule back to upstream.
.travis.yml CI: also install the build
AUTHORS AUTHORS file.
CMakeLists.txt Create example distro squashfs (from build host)
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
HACKING.md Python-style: note that pycodestyle is used as style-guide
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.