diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-27 03:22:12 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-27 03:56:56 -0400 |
commit | 5c2065ea789df2a0c1b98b2412e5f14711c9a49b (patch) | |
tree | 844cc2b4263d483cf056c205a90965888e342405 /isolinux/live.cfg | |
parent | c2e350df992079b5d9f7fef6064c1af604282d95 (diff) |
get rid of unused isolinux files; change iso cdrom paths
Diffstat (limited to 'isolinux/live.cfg')
-rw-r--r-- | isolinux/live.cfg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/isolinux/live.cfg b/isolinux/live.cfg deleted file mode 100644 index 23f4b76..0000000 --- a/isolinux/live.cfg +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | label live-amd64 | ||
2 | menu label ^Samizdat (amd64) | ||
3 | menu default | ||
4 | linux /live/vmlinuz | ||
5 | initrd /live/initrd.img | ||
6 | append boot=samizdat components quiet splash | ||
7 | |||
8 | label live-amd64-failsafe | ||
9 | menu label ^Samizdat (amd64 failsafe) | ||
10 | linux /live/vmlinuz | ||
11 | initrd /live/initrd.img | ||
12 | append boot=samizdat components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal | ||