diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/examples/bare-bones.tmpl | 4 | ||||
| -rw-r--r-- | gnu/system/examples/desktop.tmpl | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gnu/system/examples/bare-bones.tmpl b/gnu/system/examples/bare-bones.tmpl index dc5cfc81a43..87e8d1e93c1 100644 --- a/gnu/system/examples/bare-bones.tmpl +++ b/gnu/system/examples/bare-bones.tmpl | |||
| @@ -10,11 +10,11 @@ | |||
| 10 | (timezone "Europe/Berlin") | 10 | (timezone "Europe/Berlin") |
| 11 | (locale "en_US.UTF-8") | 11 | (locale "en_US.UTF-8") |
| 12 | 12 | ||
| 13 | ;; Assuming /dev/sdX is the target hard disk, and "root" is | 13 | ;; Assuming /dev/sdX is the target hard disk, and "my-root" is |
| 14 | ;; the label of the target root file system. | 14 | ;; the label of the target root file system. |
| 15 | (bootloader (grub-configuration (device "/dev/sdX"))) | 15 | (bootloader (grub-configuration (device "/dev/sdX"))) |
| 16 | (file-systems (cons (file-system | 16 | (file-systems (cons (file-system |
| 17 | (device "root") | 17 | (device "my-root") |
| 18 | (title 'label) | 18 | (title 'label) |
| 19 | (mount-point "/") | 19 | (mount-point "/") |
| 20 | (type "ext4")) | 20 | (type "ext4")) |
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index ee660e05893..07183a533ba 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl | |||
| @@ -10,11 +10,11 @@ | |||
| 10 | (timezone "Europe/Paris") | 10 | (timezone "Europe/Paris") |
| 11 | (locale "en_US.UTF-8") | 11 | (locale "en_US.UTF-8") |
| 12 | 12 | ||
| 13 | ;; Assuming /dev/sdX is the target hard disk, and "root" is | 13 | ;; Assuming /dev/sdX is the target hard disk, and "my-root" |
| 14 | ;; the label of the target root file system. | 14 | ;; is the label of the target root file system. |
| 15 | (bootloader (grub-configuration (device "/dev/sdX"))) | 15 | (bootloader (grub-configuration (device "/dev/sdX"))) |
| 16 | (file-systems (cons (file-system | 16 | (file-systems (cons (file-system |
| 17 | (device "root") | 17 | (device "my-root") |
| 18 | (title 'label) | 18 | (title 'label) |
| 19 | (mount-point "/") | 19 | (mount-point "/") |
| 20 | (type "ext4")) | 20 | (type "ext4")) |
