symlinking /modules to '/lib/modules' inside the runtime image is fine, but since we're operating outside the runtime image, the absolute symlink will point to the host's /lib/modules, which can cause us to delete kernel modules. Yikes. Instead: 1) use /lib/modules rather than the symlink, and 2) use a relative symlink, just to be safe. |
||
|---|---|---|
| .. | ||
| config_files | ||
| efi.tmpl | ||
| ppc.tmpl | ||
| runtime-cleanup.tmpl | ||
| runtime-install.tmpl | ||
| runtime-postinstall.tmpl | ||
| s390.tmpl | ||
| sparc.tmpl | ||
| x86.tmpl | ||