diff options
Diffstat (limited to 'isolinux')
-rw-r--r-- | isolinux/live.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/isolinux/live.cfg b/isolinux/live.cfg index d8161a9..698d681 100644 --- a/isolinux/live.cfg +++ b/isolinux/live.cfg | |||
@@ -1,12 +1,12 @@ | |||
1 | label live-amd64 | 1 | label live-amd64 |
2 | menu label ^Live (amd64) | 2 | menu label ^Samizdat (amd64) |
3 | menu default | 3 | menu default |
4 | linux /live/vmlinuz | 4 | linux /live/vmlinuz |
5 | initrd /live/initrd.img | 5 | initrd /live/initrd.img |
6 | append boot=live components quiet splash | 6 | append components quiet splash |
7 | 7 | ||
8 | label live-amd64-failsafe | 8 | label live-amd64-failsafe |
9 | menu label ^Live (amd64 failsafe) | 9 | menu label ^Samizdat (amd64 failsafe) |
10 | linux /live/vmlinuz | 10 | linux /live/vmlinuz |
11 | initrd /live/initrd.img | 11 | initrd /live/initrd.img |
12 | append boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal | 12 | append components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal |