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
Arif Ali
xcat-core
Commits
498afad1
Commit
498afad1
authored
Jul 24, 2014
by
ligc
Browse files
fix for bug 4129: remove duplicate messages in debian.pm
parent
0d78da88
Changes
1
Hide whitespace changes
Inline
Side-by-side
xCAT-server/lib/xcat/plugins/debian.pm
100644 → 100755
View file @
498afad1
...
...
@@ -401,7 +401,6 @@ sub copycd
{
my
$osdistoname
=
$distname
.
"
-
"
.
$arch
;
my
$temppath
=
"
$installroot
/
$distname
/
$arch
";
$callback
->
({
data
=>
"
Media copy operation successful
"});
my
@ret
=
xCAT::
SvrUtils
->
update_osdistro_table
(
$distname
,
$arch
,
$temppath
,
$osdistroname
);
if
(
$ret
[
0
]
!=
0
)
{
$callback
->
({
data
=>
"
Error when updating the osdistro tables:
"
.
$ret
[
1
]});
...
...
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