19 lines
464 B
Markdown
19 lines
464 B
Markdown
# packages_minimal.json File
|
|
|
|
The `packages_minimal.json` file contains the install profile that you require.
|
|
|
|
The contents of the file are as follows:
|
|
|
|
```
|
|
{
|
|
"packages": [
|
|
"minimal",
|
|
"linux",
|
|
"initramfs"
|
|
]
|
|
}
|
|
```
|
|
|
|
'minimal` is a meta package contains a number of default packages.
|
|
|
|
For more imformation, see [minimal.spec](https://github.com/vmware/photon/blob/3.0/SPECS/minimal/minimal.spec) |