diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-31 08:11:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-31 08:11:48 +0200 |
commit | f9580fb6883e701dbdb4c077036a1169fb066bb8 (patch) | |
tree | bcdfea76106b5a25b830a3df582f1c11bb92a2f8 /init | |
parent | f17af5f196ff39f5e9ffadaf05d5d640f14949fc (diff) |
Use volume called 'default' for single-disk machine storage
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -266,7 +266,7 @@ while read l || [ -n "$l" ]; do l="$(sed -re 's/.*LABEL=\"([^\"]*)\".*/\1/' <<<"$l")" # Strip the buildos prefix from the label. If the result is empty then this - # disk/patition hasn't been labeled for use by buildos. + # disk/patition hasn't been labeled for use by us. # l="$(sed -n -re 's/^buildos\.([^ ]+)$/\1/p' <<<"$l")" @@ -322,7 +322,7 @@ while read l || [ -n "$l" ]; do error "multiple disks labeled with buildos.machines/machines.*" fi - m=/build/machines + m=/build/machines/default machines="single" else # Multiple mounts. |