mirror of
https://github.com/rancher/os.git
synced 2025-09-06 17:22:34 +00:00
/media and /mnt mounted as shared for console
This commit is contained in:
@@ -17,6 +17,11 @@ if version is None or version == '' or suffix is None:
|
||||
raise RuntimeError("Could not get VERSION or SUFFIX from environment")
|
||||
|
||||
|
||||
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