Kirill Ponomarew <krion(at)thepentagon.com> wrote:
> echo "vesa_load="YES"" >> /boot/loader.conf
Da gehen leider die "inneren" Anführungszeichen verloren
(die äußeren sind ohnehin überflüssig). Entweder:
echo vesa_load=\"YES\" >> /boot/loader.conf
oder
echo 'vesa_load="YES"' >> /boot/loader.conf
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 09 Jul 2001 - 12:49:48 CEST