If there any guide / howto yo Bulls a vernos live cd?
Hi list, sorry about my autocomplete. I asked about any documentation on build a centos livecd with my custome utities and applications.
On Saturday, October 17, 2020, Leonardo Cuyar Morales leo.cuyar@gmail.com wrote:
If there any guide / howto yo Bulls a vernos live cd?
-- Imagination is more important than knowledge
On 10/23/20 4:50 PM, Leonardo Cuyar Morales wrote:
Hi list, sorry about my autocomplete. I asked about any documentation on build a centos livecd with my custome utities and applications.
On Saturday, October 17, 2020, Leonardo Cuyar Morales leo.cuyar@gmail.com wrote:
If there any guide / howto yo Bulls a vernos live cd?
-- Imagination is more important than knowledge
If you do a git checkout of this repo:
https://git.centos.org/centos/livemedia
The go to the kickstarts directory .. there are example kickstarts I use to create live isos
You need to modify a kickstart to install the packages you want .. then run this command to create the iso:
sudo livecd-creator --config=<full-config-file-pathname> --fslabel=<iso name>
You need the livecd-creator from epel.
(For CentOS 7 or 6)