As described in the `Implementation' section, mk-sysimage
alters any files listed as a LINK* directive to enable the
image to serve as the root filesystem for as many nodes with
potentially many different functional roles. It will convert the
distribution to be used as a read-only root filesystem. As a
convenience, it will also remove (backup) any configuration files
that try to mount local disk devices or configure network
interfaces, or any other configuration files that would create
problems for client nodes.
On some distributions at may be desirable to manually
alter the network configuration after mk-sysimage has run.
For example, on an Ubuntu system, if network-manager is not disabled it may
attempt to reconfigure your primary boot interface and the root filesystem
could become unaccessible. To prevent this one could either disable
network-manager (preferred) or try to tell network-manager to not touch your
boot interface by adding the following to the /etc/network/interfaces
file:
auto eth0 |
iface eth0 inet manual |