git: 9front

Download patch

ref: c56f9491d373bd57fc0fee0b5955d62a368273ad
parent: 8703ae9ad66010f39295e03c87eda17c214d8df2
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Thu Dec 6 02:09:16 EST 2012

inst: add a linebreak before install boot record description

--- a/rc/bin/inst/bootplan9
+++ b/rc/bin/inst/bootplan9
@@ -7,6 +7,7 @@
 	exit bad
 }
 
+echo
 echo 'If you use the Windows NT/2000/XP master boot record'
 echo 'or a master boot record from a Unix clone (e.g., LILO or'
 echo 'FreeBSD bootmgr), it is probably safe to continue using'
--