1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 15:08:47 +00:00

Merge pull request #176 from cloudnautique/revert_backto_using_old_network_naming

Revert "Use consistent device names"
This commit is contained in:
Darren Shepherd 2015-04-15 02:42:07 -07:00
commit a0dce3b56e

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 && \