Re: Custom ISO with Kickstart and Local Repos

2018-02-22 Thread Arun SAG
Hello, On Thu, Feb 22, 2018 at 1:46 PM, Vinícius Ferrão wrote: > > The small ISO generated by Lorax lacks local repositories and I was unable to > find the appropriate documentation on how to build this scenario. So it > generates a boot only install that must be

Re: Dynamic allocation of swap not working.

2016-01-28 Thread Arun SAG
On Thu, Jan 28, 2016 at 09:14:56PM -0800, Abhijit Das wrote: > I tried every possible way … still same error, > > Here is my command section. > > clearpart --linux > zerombr > > part /boot/efi --fstype=efi --grow --maxsize=200 --size=20 > part /boot --fstype=ext4 --size=500 > part pv.008002

Selectively Include and exclude packages in kickstart

2015-02-09 Thread Arun SAG
Hi, The packages section of my kickstart file look something like below %packages libreoffice-langpack-en -libreoffice-langpack-* I want libreoffice-langpack-en to be included during the installation but other language stuff need to be excluded. Unfortunately the above packages section excludes