Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tom Yan
archiso
Commits
0a58431d
Verified
Commit
0a58431d
authored
Aug 15, 2021
by
nl6720
Browse files
mkarchiso: put version files in netboot artifacts
Fixes #147.
parent
a560de4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
0a58431d
...
...
@@ -1137,7 +1137,7 @@ _make_version() {
rm
-f
--
"
${
pacstrap_dir
}
/version"
printf
'%s\n'
"
${
iso_version
}
"
>
"
${
pacstrap_dir
}
/version"
if
[[
"
${
buildmode
}
"
==
"iso"
]]
;
then
if
[[
"
${
buildmode
}
"
==
@
(
"iso"
|
"netboot"
)
]]
;
then
install
-d
-m
0755
--
"
${
isofs_dir
}
/
${
install_dir
}
"
# Write version file to ISO 9660
printf
'%s\n'
"
${
iso_version
}
"
>
"
${
isofs_dir
}
/
${
install_dir
}
/version"
...
...
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