mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
Disable rc swap script
We now do our own swap management in automount. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
ac484232f7
commit
2f0211b1e8
@ -12,7 +12,6 @@ COPY . .
|
|||||||
RUN rm Dockerfile
|
RUN rm Dockerfile
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
rc-update add swap boot && \
|
|
||||||
rc-update add sysctl boot && \
|
rc-update add sysctl boot && \
|
||||||
rc-update add bootmisc boot && \
|
rc-update add bootmisc boot && \
|
||||||
rc-update add urandom boot && \
|
rc-update add urandom boot && \
|
||||||
|
Loading…
Reference in New Issue
Block a user