rootfsinstall: silence removal of packages so that it does not seem an error if they are not present
This commit is contained in:
parent
8a0563b019
commit
c62ab88a37
@ -376,7 +376,7 @@ if [ "$INSTALLPACKAGES" -a "$LOCALONLY" != "1" ]; then
|
||||
fi
|
||||
|
||||
if [ "$REMOVEPACKAGES" ]; then
|
||||
chroot $ROOTMP smart remove -y $REMOVEPACKAGES || true
|
||||
chroot $ROOTMP smart remove -y $REMOVEPACKAGES 2>/dev/null || true
|
||||
fi
|
||||
|
||||
KERNELDEST=`echo $KERNELDEST | sed "s|@BOOT@|$BOOTMP|g"`
|
||||
|
Loading…
Reference in New Issue
Block a user