Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 2.46 KB

README.md

File metadata and controls

90 lines (58 loc) · 2.46 KB

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: [email protected]
site: https://yonghanju.github.io/


name: Choi yong jae
email: [email protected]