Comment 23 for bug 854837

Revision history for this message
Erick Brunzell (lbsolost) wrote :

Colin I've been removing the "--" along with the quiet splash, so I turn this:

file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --

Into this:

file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz debug=

Should it be:

file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz debug= --

Or should I just be leaving the quiet splash alone and adding it like this:

file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash debug= --

Thanks in advance.