| 1 |
<!-- retain these comments for translator revision tracking --> |
<!-- retain these comments for translator revision tracking --> |
| 2 |
<!-- original version: 57261 --> |
<!-- original version: 57651 --> |
| 3 |
|
|
| 4 |
<!-- |
<!-- |
| 5 |
Be careful with the format of this file as it is parsed to generate |
Be careful with the format of this file as it is parsed to generate |
| 1851 |
--># Specificare quali sono i dischi da partizionare. Questi dischi avranno |
--># Specificare quali sono i dischi da partizionare. Questi dischi avranno |
| 1852 |
# tutti la stessa configurazione quindi è necessario che abbiano la stessa |
# tutti la stessa configurazione quindi è necessario che abbiano la stessa |
| 1853 |
# dimensione. |
# dimensione. |
| 1854 |
#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc |
#d-i partman-auto/disk string /dev/sda /dev/sdb |
| 1855 |
|
|
| 1856 |
<!-- |
<!-- |
| 1857 |
# Next you need to specify the physical partitions that will be used. |
# Next you need to specify the physical partitions that will be used. |
| 1885 |
# Sono supportati i livelli di RAID 0, 1, 5, 6 e 10; i dispositivi |
# Sono supportati i livelli di RAID 0, 1, 5, 6 e 10; i dispositivi |
| 1886 |
# devono essere separati usando il carattere "#" |
# devono essere separati usando il carattere "#" |
| 1887 |
#d-i partman-auto-raid/recipe string \ |
#d-i partman-auto-raid/recipe string \ |
| 1888 |
# 1 2 0 ext3 / \ |
# 1 2 0 ext3 / \ |
| 1889 |
# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \ |
# /dev/sda1#/dev/sdb1 \ |
| 1890 |
# . \ |
# . \ |
| 1891 |
# 1 2 0 swap - \ |
# 1 2 0 swap - \ |
| 1892 |
# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \ |
# /dev/sda5#/dev/sdb5 \ |
| 1893 |
# . \ |
# . \ |
| 1894 |
# 0 2 0 ext3 /home \ |
# 0 2 0 ext3 /home \ |
| 1895 |
# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \ |
# /dev/sda6#/dev/sdb6 \ |
| 1896 |
# . |
# . |
| 1897 |
|
|
| 1898 |
<!-- |
<!-- |