mirror of
https://github.com/lingble/talos.git
synced 2025-12-10 01:25:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user