1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 22:47:16 +00:00

Revert "Use consistent device names"

This reverts commit 402cbbdf6f.
This commit is contained in:
Bill Maxwell 2015-04-14 14:57:43 -07:00
parent ca233bef5d
commit e60db54138

View File

@ -1,5 +1,6 @@
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 && \