Recently I bought low cost (1$/m, 256 MiB) VPS based on OpenVZ virtualization. There are pre-built guest Debian 7.0.
I like stay with more recent Debian stable release - 8.0.
Is it safe to:
sed -i 's/wheezy/stable/g' /etc/apt/sources.list
apt-get update
apt-get upgrade # actually I do that
# as package list has only userland soft
apt-get dist-upgrade # <== but afraid this
taking in mind that we under OpenVZ container?
What packages is not allowed to replace in OpenVZ container? libc
? linux-image
?
UPDATE My /etc/inittab
and /boot/*
empty. Seems that I also restricted in config file modifications...