Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image-creator
Commits
c71133ce
Commit
c71133ce
authored
May 21, 2013
by
Nikos Skalkotos
Browse files
Minor warning message change
parent
9fe161f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
image_creator/image.py
View file @
c71133ce
...
...
@@ -305,7 +305,7 @@ class Image(object):
break
if
not
re
.
match
(
"ext[234]"
,
fstype
):
self
.
out
.
warn
(
"Don't know how to
resize
%s partitions."
%
fstype
)
self
.
out
.
warn
(
"Don't know how to
shrink
%s partitions."
%
fstype
)
return
self
.
size
part_dev
=
"%s%d"
%
(
self
.
guestfs_device
,
last_part
[
'part_num'
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment