hi there,
i have 2 harddisks in the server and want to use /dev/sda => / and /dev/sdb => /home.
after reading the docs it seems that i have to mount to /mnt first, is that right?
would be nice if someone can post the config how to do it.
i would like to do a setup via cloud-config.yml directly without some shell hacking …
my config looks currently like this for the mounts:
mounts:
- ["/dev/sdb", "/mnt/sdb", "ext4", ""]
rancher:
state:
autoformat:
- /dev/sda
dev: LABEL=RANCHER_STATE
cheers maik