Hello everybody,
I have these three partitions:
/dev/sda1 /
/dev/sda6 /home
/dev/sda7 /var
And now I need to install Debian and Trisquel in the same machine but I have
a question: can I install two distributions that share partitions? So, each
distro will have its root (/) but the same /home and /var.
So, the result will be like this:
/dev/sda1 / (Trisquel root)
/dev/sda5 / (Debian root)
/dev/sda6 /home (share by Trisquel and Debian)
/dev/sda7 /var (share by Trisquel and Debian)
Is it possible?
Regards.