chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ca673
)
nspawn: fix whitespace and typo in partition table blurb
author
Jan Synacek
<jsynacek@redhat.com>
Mon, 23 Feb 2015 14:22:40 +0000
(15:22 +0100)
committer
Martin Pitt
<martin.pitt@ubuntu.com>
Mon, 23 Feb 2015 14:26:58 +0000
(15:26 +0100)
src/nspawn/nspawn.c
patch
|
blob
|
history
diff --git
a/src/nspawn/nspawn.c
b/src/nspawn/nspawn.c
index 0d8d199de2d937dd23e72ee05da49fb4e96f91cd..a9b9a3e062f7a6d0abd78660ab5c3e22bd3996b6 100644
(file)
--- a/
src/nspawn/nspawn.c
+++ b/
src/nspawn/nspawn.c
@@
-2754,7
+2754,7
@@
static int setup_image(char **device_path, int *loop_nr) {
#define PARTITION_TABLE_BLURB \
"Note that the disk image needs to either contain only a single MBR partition of\n" \
- "type 0x83 that is marked bootable, or a sin
lge GPT partition of type
" \
+ "type 0x83 that is marked bootable, or a sin
gle GPT partition of type
" \
"0FC63DAF-8483-4772-8E79-3D69D8477DE4 or follow\n" \
" http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/\n" \
"to be bootable with systemd-nspawn."