mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Set personality when running a 32-bit container on a 64-bit host
This commit is contained in:
parent
9f1c9404da
commit
b03a2f9e90
2 changed files with 11 additions and 3 deletions
|
@ -68,6 +68,7 @@ let
|
|||
echo -n "$configurationName" > $out/configuration-name
|
||||
echo -n "systemd ${toString config.systemd.package.interfaceVersion}" > $out/init-interface-version
|
||||
echo -n "$nixosVersion" > $out/nixos-version
|
||||
echo -n "$system" > $out/system
|
||||
|
||||
mkdir $out/fine-tune
|
||||
childCount=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue