diff options
author | 2014-01-19 04:14:22 +0000 | |
---|---|---|
committer | 2014-01-19 04:14:22 +0000 | |
commit | 74d09653d272db890ca73585927fc98a7e6c05fe (patch) | |
tree | 9c25965fc9fc39853ac1373574add3007b4119b2 /usr.sbin/installboot/installboot.c | |
parent | Use the new installboot when building amd64 media. (diff) | |
download | wireguard-openbsd-74d09653d272db890ca73585927fc98a7e6c05fe.tar.xz wireguard-openbsd-74d09653d272db890ca73585927fc98a7e6c05fe.zip |
Tweak comment re root prefixes.
Diffstat (limited to 'usr.sbin/installboot/installboot.c')
-rw-r--r-- | usr.sbin/installboot/installboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/installboot.c b/usr.sbin/installboot/installboot.c index 2ecf652f47f..a3917e2554a 100644 --- a/usr.sbin/installboot/installboot.c +++ b/usr.sbin/installboot/installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.c,v 1.3 2014/01/19 03:49:31 jsing Exp $ */ +/* $OpenBSD: installboot.c,v 1.4 2014/01/19 04:14:22 jsing Exp $ */ /* * Copyright (c) 2012, 2013 Joel Sing <jsing@openbsd.org> @@ -84,7 +84,7 @@ main(int argc, char **argv) if (argc > 2) stage2 = argv[2]; - /* Prefix stages with root. */ + /* Prefix stages with root, unless they were user supplied. */ if (verbose) fprintf(stderr, "Using %s as root\n", root); if (argc <= 1 && stage1 != NULL) |