Disk Partitioning

Hallo,
I would install Calculate in a disk with this partitioning:

/dev/sda1 boot 32Mb
/dev/sda2 swap 512Mb
/dev/sda3 root

I have created those partition with fdisk.

Which parameter should I use with command “calculate”?

Many Thanks
Marco

Now calculate not support separated boot partition. You should mount it manually.

For install calculate at /dev/sda3, perform:

calculate -d /dev/sda3

The swap partition detected automatically.