mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-12 02:29:08 +00:00
Silence output from running-in-container.
This commit is contained in:
parent
e530c3c0c2
commit
1f73a30a3c
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
grub2 (2.00-12) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Silence output from running-in-container.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@debian.org> Tue, 22 Jan 2013 12:05:47 +0000
|
||||||
|
|
||||||
grub2 (2.00-11) experimental; urgency=low
|
grub2 (2.00-11) experimental; urgency=low
|
||||||
|
|
||||||
[ Adam Conrad ]
|
[ Adam Conrad ]
|
||||||
|
2
debian/postinst.in
vendored
2
debian/postinst.in
vendored
@ -442,7 +442,7 @@ case "$1" in
|
|||||||
touch /boot/grub/grub.cfg
|
touch /boot/grub/grub.cfg
|
||||||
fi
|
fi
|
||||||
elif type running-in-container >/dev/null 2>&1 && \
|
elif type running-in-container >/dev/null 2>&1 && \
|
||||||
running-in-container; then
|
running-in-container >/dev/null; then
|
||||||
# Skip grub-install in containers.
|
# Skip grub-install in containers.
|
||||||
:
|
:
|
||||||
elif test -z "$2" || test -e /boot/grub/core.img || \
|
elif test -z "$2" || test -e /boot/grub/core.img || \
|
||||||
|
Loading…
Reference in New Issue
Block a user