- as ubuntu is open source type os so i wonder where i can find all the codes of ubuntu os specific of the install code which run while installation of ubuntu os.
- And very helpful if you also tell about the languages used and actual execution process of installation.
- helpful if refer link specified is also linked with answer
- i needed it to work on my idea so needed raw code that can be edited using editors.
Asked
Active
Viewed 267 times
0
Bee
- 13
1 Answers
1
The company behind Ubuntu is Canonical, which is involved in multiple Open Source projects. Canonical uses, as many other open source projects, too, Github as a platform to host project code. The Github repos (currently around 1200) of Canonical can be found here: Link to Canonical's Github.
As you as specifically about the installer: it is called Ubuntu Desktop Provision and the code can be found at Github as well: Link to ubuntu-desktop-provision.
Ubuntu Server uses a different installed named Subiquity, source code is at: Link to Subiquity Github repo.
noisefloor
- 1,769