/usr/share/doc/dtc-xen/README.Upgrading is in dtc-xen 0.5.17-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | If you are upgrading from a version prior 0.5.x, then you need to fix the path
of the xenXX user console. To do this, simply do the following:
for i in `seq 1 9` ; do
sudo usermod -s /usr/bin/dtc-xen_userconsole xen0${i}
done
for i in `seq 0 9` ; do
sudo usermod -s /usr/bin/dtc-xen_userconsole xen1${i}
sudo usermod -s /usr/bin/dtc-xen_userconsole xen2${i}
done
|