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
52a00da6
Commit
52a00da6
authored
Mar 01, 2017
by
Gerardo Exequiel Pozzi
Browse files
[configs/releng] Oops, rename -dual.iso -> -x86_64.iso
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@gmail.com
>
parent
cea2f7d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/releng/build.sh
View file @
52a00da6
...
...
@@ -213,7 +213,7 @@ make_prepare() {
# Build ISO
make_iso
()
{
mkarchiso
${
verbose
}
-w
"
${
work_dir
}
"
-D
"
${
install_dir
}
"
-L
"
${
iso_label
}
"
-o
"
${
out_dir
}
"
iso
"
${
iso_name
}
-
${
iso_version
}
-
dual
.iso"
mkarchiso
${
verbose
}
-w
"
${
work_dir
}
"
-D
"
${
install_dir
}
"
-L
"
${
iso_label
}
"
-o
"
${
out_dir
}
"
iso
"
${
iso_name
}
-
${
iso_version
}
-
x86_64
.iso"
}
if
[[
${
EUID
}
-ne
0
]]
;
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