Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
0d895a22
Commit
0d895a22
authored
Jun 23, 2011
by
Gerardo Exequiel Pozzi
Browse files
[archiso] Ensure that there is no .fs before create it
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
98c457c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
0d895a22
...
...
@@ -250,6 +250,7 @@ _mkfs () {
fi
_msg_info
"Creating
${
_fs_type
}
image of
${
_fs_size
}
MiB"
rm
-f
"
${
_fs_img
}
"
dd
of
=
"
${
_fs_img
}
"
count
=
0
bs
=
1M
seek
=
${
_fs_size
}
&> /dev/null
local
_qflag
=
""
if
[[
${
quiet
}
==
"y"
]]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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