Set personality when running a 32-bit container on a 64-bit host

This commit is contained in:
Eelco Dolstra 2014-04-19 13:02:13 +02:00
parent 9f1c9404da
commit b03a2f9e90
2 changed files with 11 additions and 3 deletions

View file

@ -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