mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Containers: Don't warn about not having a boot loader
This commit is contained in:
parent
dd49094a25
commit
f9423208c2
@ -10,6 +10,9 @@ with lib;
|
|||||||
|
|
||||||
networking.useHostResolvConf = true;
|
networking.useHostResolvConf = true;
|
||||||
|
|
||||||
|
# Shut up warnings about not having a boot loader.
|
||||||
|
system.build.installBootLoader = "${pkgs.coreutils}/bin/true";
|
||||||
|
|
||||||
# Provide a login prompt on /var/lib/login.socket. On the host,
|
# Provide a login prompt on /var/lib/login.socket. On the host,
|
||||||
# you can connect to it by running ‘socat
|
# you can connect to it by running ‘socat
|
||||||
# unix:<path-to-container>/var/lib/login.socket -,echo=0,raw’.
|
# unix:<path-to-container>/var/lib/login.socket -,echo=0,raw’.
|
||||||
|
Loading…
Reference in New Issue
Block a user