rootfsinstall: disable devel-kernel channel after enabling and installing kernel

This commit is contained in:
Silvan Calarco 2014-12-08 16:00:48 +01:00
parent 9c5c860761
commit c9b58a8108

View File

@ -318,6 +318,7 @@ if [ "$INSTALLPACKAGES" ]; then
echo "ERROR: error running chroot command 'smart install $INSTALLPACKAGES'; aborting."
exit 1
}
chroot $ROOTMP smart channel --disable devel-kernel
mv $ROOTMP/etc/resolv.conf.rootfsinstall $ROOTMP/etc/resolv.conf
fi