mirror of
https://github.com/rancher/os.git
synced 2025-09-08 18:20:32 +00:00
/media and /mnt mounted as shared for console
This commit is contained in:
committed by
Darren Shepherd
parent
3728a328ea
commit
9f0074c398
@@ -15,6 +15,11 @@ 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, ''))
|
||||
|
||||
|
Reference in New Issue
Block a user