feat: rename DATA partition to EPHEMERAL

This changes the data partition name to something more appropriate. We
chose ephemeral to make it very clear that the disk should not be used
for application data.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard
2019-08-15 12:12:22 +00:00
parent 92452ab981
commit a116145c1b
13 changed files with 39 additions and 42 deletions

View File

@@ -141,11 +141,7 @@ install:
force: true
device: /dev/sda
size: 1024000000
root:
force: true
device: /dev/sda
size: 1024000000
data:
ephemeral:
force: true
device: /dev/sda
size: 1024000000