Hi Sascha, On 22-09-16, Sascha Hauer wrote: > So far we only bring up network interfaces when we actually need them. > This means we could be idling in the shell for long and once the user > decides to do networking he has to wait for the link to be established. > We can do better: Before going interactive bring up all known network > interfaces which makes the links established when the user needs them. can we do that conditional e.g. by using a globalvar? Since this can cause regression e.g. if your use-case is to boot as fast as possible. Regards, Marco