diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 07:09:16 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 07:09:16 +0100 |
commit | a81a6f2ff46e468af8577d1048e8421750b83bb4 (patch) | |
tree | 7ca731e6d5fba7bf9097e71a13d07b1f93fbb5e2 /rc | |
parent | b929f24b929f1c2452d12d9a6987d5485c4a4ed0 (diff) | |
download | plan9front-a81a6f2ff46e468af8577d1048e8421750b83bb4.tar.xz |
inst: add a linebreak before install boot record description
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/inst/bootplan9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/bin/inst/bootplan9 b/rc/bin/inst/bootplan9 index 3f4820f6b..553028bb4 100755 --- a/rc/bin/inst/bootplan9 +++ b/rc/bin/inst/bootplan9 @@ -7,6 +7,7 @@ if(! ~ $#p9offset 1) { 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' |