rootfsinstall: disable devel-kernel channel after enabling and installing kernel
This commit is contained in:
parent
9c5c860761
commit
c9b58a8108
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user