Skip to content

Commit fa9141e

Browse files
committed
Deprecate autorc
1 parent 7357ea6 commit fa9141e

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ HOOKS := conf/hooks/10-cgroups.sh \
4141
conf/hooks/10-devices.sh \
4242
conf/hooks/10-home.sh \
4343
conf/hooks/10-shadow.sh \
44-
conf/hooks/20-autorc.sh \
4544
conf/hooks/98-nvidia.sh \
4645
conf/hooks/99-mellanox.sh \
4746

conf/hooks/20-autorc.sh

-30
This file was deleted.

doc/standard-hooks.md

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ Additionally, create home and mail directories as defined by `/etc/login.defs` a
3737

3838
This hook is always enabled.
3939

40-
### 20-autorc.sh
41-
42-
Search the current directory for a file named `enroot.rc` or `<container_prefix>.rc` (where prefix matches `[A-Za-z0-9_]+`), and use it as the command script (or entrypoint) for the container.
43-
Refer to [Image format (/etc/rc)](image-format.md) for more information.
44-
45-
This hook is always enabled.
46-
4740
### 98-nvidia.sh
4841
Provide GPU support to the container using [libnvidia-container](https://github.com/NVIDIA/libnvidia-container).
4942
Refer to [nvidia-container-runtime (Environment variables)](https://github.com/NVIDIA/nvidia-container-runtime/#environment-variables-oci-spec)

0 commit comments

Comments
 (0)