1
0
mirror of https://github.com/rancher/os.git synced 2025-07-15 15:51:36 +00:00

Use consistent device names

This commit is contained in:
Darren Shepherd 2015-04-07 20:06:23 -07:00
parent 43e3d380f4
commit 402cbbdf6f

View File

@ -1,6 +1,5 @@
FROM scratch
ADD assets/rootfs.tar /
RUN ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
# Cleanup Buildroot
RUN rm /sbin/poweroff /sbin/reboot /sbin/halt && \
sed -i '/^root/s!/bin/sh!/bin/bash!' /etc/passwd && \