mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-updater: quiet down
This commit is contained in:
parent
f94209d2b7
commit
a5f8cae0bd
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ main_upgrades() {
|
|||
|
||||
mount_boot() {
|
||||
#so since portage is no longer allowed to mount /boot, we need to do it
|
||||
if grep '/boot' /etc/fstab && ! mountpoint /boot ; then
|
||||
if grep -q '/boot' /etc/fstab && ! mountpoint /boot > /dev/null 2>&1 ; then
|
||||
#pretty much going to trust fstab and ignore failures here
|
||||
mount /boot
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue