fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.1k stars 110 forks source link

Allow to configure additional packages installed to the minimal junest image #117

Closed RomanSaveljev closed 9 years ago

RomanSaveljev commented 9 years ago

Now you can pass the list of packages (groups) to junest build:

junest -b base-devel 0verkill-git

It should support both official distribution and AUR

fsquillace commented 9 years ago

Thanks for this pull Roman. I was wondering why do we need to include this in the build process? I think it is possible to do something like:

junest -b
junest -f -- pacman -S package1 package2

Also I have just few minor concerns:

RomanSaveljev commented 9 years ago

Hi,

Sorry, I was not clear about the motivation. I am using the junest image as a sandbox for embedded SW development. I would like to create as effortless installation as possible. The cross-dev environment needs kconfig-frontends. Maybe something else later. I am taking care about updates and distribution

I thought about doing it like you said, but is it possible then to easily re-package it and still have it clean?

These minor concerns are totally valid! I will rebase atop dev branch and also squash the commits.

Regards, Roman