Page 1 of 1

Limine installer source

Posted: Wed Sep 21, 2022 9:21 am
by ilobilo

Hello! I was wondering can we get source (on GitHub) of limine-installer project? I see that .pet files are available but I would like to see how it works and use on other distros/oses


Re: Limine installer source

Posted: Wed Sep 21, 2022 9:55 am
by one

Hi @ilobilo,

look here:

https://github.com/limine-bootloader/limine

peace


Re: Limine installer source

Posted: Wed Sep 21, 2022 10:19 am
by ilobilo

I know limine has a GitHub repo
I want one for limine installer


Re: Limine installer source

Posted: Wed Sep 21, 2022 2:28 pm
by BarryK

Limine installer is only a shell script. Or rather scripts, plural.

They reside at /usr/local/limine-installer, that you can find in the latest EasyOS.
For your convenience I have made folder 'limine-installer' into a tarball, attached.

There are some support files, such as /usr/share/applications/limine.desktop, that you can find in the PET.

Have gone away from using github, but might put all my stuff onto github one day.


Re: Limine installer source

Posted: Thu Sep 22, 2022 3:53 pm
by ilobilo

Thank you!