diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-19 08:00:52 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-19 08:04:42 -0400 |
commit | e0c078a8273111f15958713b5bd00fbe5a88085a (patch) | |
tree | 8581a2c88cf0fb3d3605843217505d342df1348b /isolinux/live.cfg | |
parent | 347c217a3f8c88d0356b9fdd30c04b9d9ce64399 (diff) |
Set boot=samizdat parameter in isolinux config
Setting BOOT=samizdat using the conf/param.conf hook doesn't seem to
work
Diffstat (limited to 'isolinux/live.cfg')
-rw-r--r-- | isolinux/live.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isolinux/live.cfg b/isolinux/live.cfg index 698d681..23f4b76 100644 --- a/isolinux/live.cfg +++ b/isolinux/live.cfg | |||
@@ -3,10 +3,10 @@ label live-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 components quiet splash | 6 | append boot=samizdat components quiet splash |
7 | 7 | ||
8 | label live-amd64-failsafe | 8 | label live-amd64-failsafe |
9 | menu label ^Samizdat (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 components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal | 12 | append boot=samizdat components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal |