Skip to content

yjc2021/calamares

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calamares: Distribution-Independent Installer Framework


Current issue GitHub release GitHub Build Status GitHub license

Calamares is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. Calamares is designed to be customizable by distribution maintainers without need for cumbersome patching, thanks to third party branding and external modules support.


calamares-Kiyung

This calamares-kiyung exstension support advanced modules for better user experience that autofill existing user name on the "users" module and do backup important file to usb on the "partition" module


Advanced module


Demonstration video

The following video demonstrates shortly how this extension would work.
Click here to view the demonstration.


Quickly Getting Started

Don't EVER run deploycala.py on a non-live system. Please read Wiki.

1. Set up Envrionment
$ curl -LO https://calamares.io/deploycala.py
$ python3 deploycala.py
2. Make build directory
$ git clone https://github.com/yonghanJu/calamares-Kiyung.git
$ mkdir calamares-Kiyung/build
$ cd calamares-Kiyung/build
$ cp ../settings.conf .
3. Build
$ cmake -DCMAKE_BUILD_TYPE=Debug ..
$ make
4. Run
$ sudo calamares -d

Contributer

Team Kiyung

name: Ju yong han
email: ju990828@konkuk.ac.kr
site: https://yonghanju.github.io/


name: Choi yong jae
email: yongjae.choi20@gmail.com

About

Distribution-independent installer framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.1%
  • Python 8.4%
  • CMake 5.9%
  • QML 4.8%
  • Shell 1.3%
  • C 0.5%