1
0
mirror of https://github.com/rancher/os.git synced 2025-09-06 17:22:34 +00:00

Revert "/media and /mnt mounted as shared for console"

This commit is contained in:
Josh Curl
2016-05-07 15:08:39 -07:00
parent bd2971aada
commit 2968bed32e
4 changed files with 0 additions and 31 deletions

View File

@@ -15,11 +15,6 @@ if arch != 'amd64':
suffix = '_' + arch
busybox_image = {'amd64': 'busybox',
'arm': 'armhf/busybox',
'arm64': 'aarch64/busybox'}[arch]
def iter_lines(s):
return it.imap(str.rstrip, iter(s.readline, ''))