diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-19 07:40:25 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-19 08:04:41 -0400 |
commit | 347c217a3f8c88d0356b9fdd30c04b9d9ce64399 (patch) | |
tree | 0f6ea037f52990c6520a9d361b9177e218773247 /isolinux/live.cfg | |
parent | 864fdaa7ee21712f10b21e4549d20b35b8de5dd0 (diff) |
switch to mkinitramfs-based method
Diffstat (limited to 'isolinux/live.cfg')
-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 |