remove not required information
This commit is contained in:
parent
0f395dd64b
commit
59840b928f
1 changed files with 24 additions and 24 deletions
48
README.md
48
README.md
|
|
@ -16,30 +16,30 @@
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
❯ la 4 -I .git
|
❯ la 4 -I .git
|
||||||
Permissions Size User Group Date Modified Git Name
|
Name
|
||||||
drwxr-xr-x@ - phg staff 23 Jan 22:36 -M ./
|
./
|
||||||
drwxr-xr-x@ - phg staff 22 Jan 18:19 -- ├── debian/ Debian template definitions and assets (Packer templates, cloud-init/KS files, provisioning files).
|
├── debian/ Debian template definitions and assets (Packer templates, cloud-init/KS files, provisioning files).
|
||||||
drwxr-xr-x@ - phg staff 24 Jan 00:25 -- │ └── 13-trixie/ Template definition and assets for the Trixie template.
|
│ └── 13-trixie/ Template definition and assets for the Trixie template.
|
||||||
drwxr-xr-x@ - phg staff 24 Jan 00:26 -- │ ├── files/ Files used for the file provisioner.
|
│ ├── files/ Files used for the file provisioner.
|
||||||
.rw-r--r--@ 39 phg staff 24 Jan 00:26 -- │ │ ├── 99-pve.cfg Configures the data sources for cloud-init.
|
│ │ ├── 99-pve.cfg Configures the data sources for cloud-init.
|
||||||
.rw-r--r--@ 539 phg staff 24 Jan 00:26 -- │ │ └── debian.sources Debian package sources.
|
│ │ └── debian.sources Debian package sources.
|
||||||
drwxr-xr-x@ - phg staff 23 Jan 23:07 -- │ ├── http/ Files that Packer provides during build via http.
|
│ ├── http/ Files that Packer provides during build via http.
|
||||||
.rw-r--r--@ 2.4k phg staff 23 Jan 23:09 -- │ │ ├── ks.cfg Kickstart configuration.
|
│ │ ├── ks.cfg Kickstart configuration.
|
||||||
.rw-r--r--@ 0 phg staff 23 Jan 22:51 -- │ │ ├── meta-data cloud-init configuration.
|
│ │ ├── meta-data cloud-init configuration.
|
||||||
.rw-r--r--@ 596 phg staff 23 Jan 23:08 -- │ │ └── user-data cloud-init configuration.
|
│ │ └── user-data cloud-init configuration.
|
||||||
lrwxr-xr-x - phg staff 23 Jan 14:47 -I │ ├── credentials.auto.pkrvars.hcl -> ../../credentials.auto.pkrvars.hcl Local secrets for Packer (API token, endpoints) used at build time.
|
│ ├── credentials.auto.pkrvars.hcl -> ../../credentials.auto.pkrvars.hcl Local secrets for Packer (API token, endpoints) used at build time.
|
||||||
.rw-r--r--@ 3.7k phg staff 24 Jan 00:53 -- │ ├── debian-trixie.pkr.hcl The build template.
|
│ ├── debian-trixie.pkr.hcl The build template.
|
||||||
lrwxr-xr-x - phg staff 23 Jan 16:03 -- │ ├── variables-common.pkr.hcl -> ../../variables-common.pkr.hcl Shared Packer variables used by templates.
|
│ ├── variables-common.pkr.hcl -> ../../variables-common.pkr.hcl Shared Packer variables used by templates.
|
||||||
.rw-r--r--@ 1.9k phg staff 23 Jan 23:00 -- │ └── variables.pkr.hcl Packer variables only used for this template
|
│ └── variables.pkr.hcl Packer variables only used for this template
|
||||||
drwxr-xr-x@ - phg staff 23 Jan 21:41 -I ├── downloaded_iso_path/ Packer ISO cache directory (downloaded ISOs and lock files).
|
├── downloaded_iso_path/ Packer ISO cache directory (downloaded ISOs and lock files).
|
||||||
.rw-r--r--@ 791M phg staff 23 Jan 21:38 -I │ ├── dfbf02854ab0b0b828230f78a14eab621dcc09a8.iso
|
│ ├── dfbf02854ab0b0b828230f78a14eab621dcc09a8.iso
|
||||||
.rw-------@ 0 phg staff 23 Jan 21:41 -I │ └── dfbf02854ab0b0b828230f78a14eab621dcc09a8.iso.lock
|
│ └── dfbf02854ab0b0b828230f78a14eab621dcc09a8.iso.lock
|
||||||
.rw-r--r--@ 1.7k phg staff 23 Jan 21:44 -- ├── .gitignore
|
├── .gitignore
|
||||||
.rw-r--r--@ 111 phg staff 23 Jan 15:56 -I ├── credentials.auto.pkrvars.hcl Local secrets for Packer (API token, endpoints) used at build time.
|
├── credentials.auto.pkrvars.hcl Local secrets for Packer (API token, endpoints) used at build time.
|
||||||
.rw-r--r--@ 1.3k phg staff 23 Jan 22:48 -- ├── mise.toml Task runner definitions for init/build/setup.
|
├── mise.toml Task runner definitions for init/build/setup.
|
||||||
.rw-r--r--@ 1.8k phg staff 24 Jan 09:24 -M ├── README.md
|
├── README.md
|
||||||
.rw-r--r--@ 60 phg staff 23 Jan 16:01 -- ├── template-credentials.pkrvars.hcl Template to create `credentials.auto.pkrvars.hcl`.
|
├── template-credentials.pkrvars.hcl Template to create `credentials.auto.pkrvars.hcl`.
|
||||||
.rw-r--r--@ 303 phg staff 23 Jan 16:58 -- └── variables-common.pkr.hcl Shared Packer variables used by templates.
|
└── variables-common.pkr.hcl Shared Packer variables used by templates.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Initial Setup
|
## Initial Setup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue