# 6. Configuration

![](/files/ddtd78RZ1ZOHvZny98HJ)

## chapter-6

## eggs configuration

### Part1: eggs configuration

You can configure eggs tool automatically using `sudo eggs dad --default`, automatically with your custom values, using `sudo eggs dad --file custom.yaml`, interactive using `sudo eggs dad`.

Of course is possible to configure eggs, editing the two files: `/etc/penguins-eggs.d/eggs.yaml` and `/etc/penguins-eggs.d/tools.yaml`

### Part2: configuration manually

During the installation of the eggs program, three different configuration files are automatically generated. These files can be found in the following directory. The eggs configuration file path is:

```
/etc/penguins-eggs.d
```

After installing eggs, the main configuration file can be found at the above mentioned path. This file allows manual configuration of the eggs program.

The used values from `eggs.yaml` file are the follows:

```
force_installer: false
initrd_img: /boot/initrd.img-6.8.8-1-pve
make_efi: true
make_isohybrid: true
make_md5sum: false
root_passwd: evolution
snapshot_basename: father
snapshot_dir: /home/eggs/
snapshot_excludes: /etc/penguins-eggs.d/exclude.list
snapshot_mnt: /home/eggs/.mnt/
snapshot_prefix: egg-of_debian-bookworm-
user_opt: live
user_opt_passwd: evolution
vmlinuz: /boot/vmlinuz-6.8.8-1-pve
```

### /etc/penguins-eggs.d/exclude.list

This file is build from templates inside `/etc/penguins-eggs.d/exclude.list.d/`

### /etc/penguins-eggs.d/exclude.list.d/

Here we have templates for exclude.list, we have templates for:

* master.list
* homes.list
* usr.list
* var.list

When we produce an eggs, this templates are combinated to for an `/etc/penguins-eggs.d/exclude.list`. If for same reasonm you don't want every time rebuild it, you can use flag `--static`.

### eggs status

`eggs status` give a brief explanation on this values on the screen.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://penguins-eggs.gitbook.io/book/chapter-6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
