Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools
Commits
d3b48060
Commit
d3b48060
authored
Mar 20, 2015
by
Philip Müller
Browse files
Merge branch 'devel' of github.com:manjaro/manjaro-tools into devel
parents
d6898c2d
a88d0806
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/util-iso.sh
View file @
d3b48060
...
...
@@ -231,7 +231,7 @@ make_image_custom() {
[[
-d
${
custom
}
-overlay
]]
&&
copy_overlay_custom
configure_custom_image
"
${
path
}
"
umount_image_handler
rm
-R
${
path
}
/.wh
*
find
${
path
}
-name
'.wh.*'
-delete
&>/dev/null
:
>
${
work_dir
}
/build.
${
FUNCNAME
}
msg
"Done [
${
custom
}
installation] (
${
custom
}
-image)"
fi
...
...
@@ -259,7 +259,7 @@ make_image_livecd() {
# Clean up GnuPG keys?
rm
-rf
"
${
path
}
/etc/pacman.d/gnupg"
umount_image_handler
rm
-R
${
path
}
/.wh
*
find
${
path
}
-name
'.wh.*'
-delete
&>/dev/null
:
>
${
work_dir
}
/build.
${
FUNCNAME
}
msg
"Done [livecd-image]"
fi
...
...
@@ -289,7 +289,7 @@ make_image_xorg() {
make_repo
"
${
path
}
/opt/livecd/pkgs/gfx-pkgs"
"
${
path
}
/opt/livecd/pkgs"
configure_xorg_drivers
"
${
path
}
"
umount_image_handler
rm
-R
${
path
}
/.wh
*
find
${
path
}
-name
'.wh.*'
-delete
&>/dev/null
:
>
${
work_dir
}
/build.
${
FUNCNAME
}
msg
"Done [pkgs-image]"
fi
...
...
@@ -323,7 +323,7 @@ make_image_lng() {
rm
-r
${
path
}
/var
make_repo
${
path
}
/opt/livecd/lng/lng-pkgs
${
path
}
/opt/livecd/lng
umount_image_handler
rm
-R
${
path
}
/.wh
*
find
${
path
}
-name
'.wh.*'
-delete
&>/dev/null
:
>
${
work_dir
}
/build.
${
FUNCNAME
}
msg
"Done [lng-image]"
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