diff options
Diffstat (limited to 'templates/syslinux')
-rw-r--r-- | templates/syslinux/f3.txt | 4 | ||||
-rw-r--r-- | templates/syslinux/f4.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/syslinux/f3.txt b/templates/syslinux/f3.txt index 0910282..e987a61 100644 --- a/templates/syslinux/f3.txt +++ b/templates/syslinux/f3.txt @@ -2,7 +2,7 @@ 0fAvailable boot methods:07 -0flinux07 +0flive07 Start the live system -- this is the default CD-ROM mode. 0fmemtest07 Start the memtest86+ RAM tester. @@ -10,7 +10,7 @@ To use one of these boot methods, type it at the prompt, optionally followed by any boot parameters. For example: - boot: linux foo=bar + boot: live foo=bar If unsure, you should use the default boot method, with no special parameters, by simply pressing enter at the boot prompt. diff --git a/templates/syslinux/f4.txt b/templates/syslinux/f4.txt index 24198cb..a8bd4e0 100644 --- a/templates/syslinux/f4.txt +++ b/templates/syslinux/f4.txt @@ -14,7 +14,7 @@ Set initial display mode 0fvga=<mode>07 For example: - boot: linux quiet vga=792 locale=it_IT.UTF-8 + boot: live quiet vga=792 locale=it_IT.UTF-8 |