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
98c457c2
Commit
98c457c2
authored
Jun 22, 2011
by
Gerardo Exequiel Pozzi
Browse files
[archiso] mark installed packages, after installing it, not before
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
a7a100aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
98c457c2
...
...
@@ -147,7 +147,7 @@ _show_config () {
# Install desired packages to root-image
_pacman
()
{
_msg_info
"Installing packages to '
${
work_dir
}
/root-image/'"
_msg_info
"Installing packages to '
${
work_dir
}
/root-image/'
...
"
if
[[
"
${
quiet
}
"
=
"y"
]]
;
then
mkarchroot
-n
-C
"
${
pacman_conf
}
"
-f
"
${
work_dir
}
/root-image"
$*
&> /dev/null
...
...
@@ -157,6 +157,7 @@ _pacman ()
# Cleanup
find
"
${
work_dir
}
"
-name
"*.pacnew"
-name
"*.pacsave"
-name
"*.pacorig"
-delete
_msg_info
"Packages installed successfully!"
}
# Cleanup root-image
...
...
@@ -374,8 +375,8 @@ command_create () {
_msg_info
"These packages are already installed, skipping."
else
mkdir
-p
"
${
work_dir
}
/root-image/"
:
>
"
${
work_dir
}
/create.
${
_pkg_list_hash
}
"
_pacman
"
${
pkg_list
}
"
:
>
"
${
work_dir
}
/create.
${
_pkg_list_hash
}
"
fi
}
...
...
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