Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 3.11 KB

README.md

File metadata and controls

51 lines (39 loc) · 3.11 KB

Lubuntu WinuniX 18/20.04 LTS

This is a fork from Lubuntu 18/20.04 LTS with themes and appearance of Windows System. Its for users that want migrate to a free and open source OS, but don't have technical skills.

Wallpaper

Generating the disc

  1. Clone this repository.
  2. Download the disc lubuntu_20.04_lts.isoor lubuntu_18.04_lts.iso.
  3. Run the file ./main without superuser.
  4. Select the iso lubuntu_XX.04_lts.iso in run time of compilation.
  5. After the end of process your iso will available in cache folder.

Download the disc

If you don't want to build your own disc, you can download the disc here.

Style guide for development

The project uses this style guide for better maintenance of system.

Scaffolding

lubuntu-winunix/
├── main            <-- Entrypoint of project, use to generate the disc
├── dependencies    <-- Dependencies of project
├── extract-disk    <-- Source code that extract OS from ISO disc
├── deploy-apps     <-- Source code to deploy apps on chroot environment
├── chroot-env      <-- Source code of virtual environment used to customize the ISO disc
├── pack-disk       <-- Responsable for pack the virtual environment into a new disc
├── reset           <-- Remove folders and files that don't are versioned with git
├── modules/        <-- Libraries and apps from project
├── cache/          <-- Temp files (Don't versioned!)
├── disk/           <-- Filesystem from extracted ISO disc (Don't versioned!)
└── libs/           <-- Third-party libraries (Don't versioned!)

Credits