Skip to content

Commit

Permalink
amazon-image.nix: Overwrite busybox swapon
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Aug 1, 2014
1 parent 7fec575 commit fb565f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/amazon-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ in
boot.initrd.extraUtilsCommands =
''
# We need swapon in the initrd.
cp ${pkgs.utillinux}/sbin/swapon $out/bin
cp --remove-destination ${pkgs.utillinux}/sbin/swapon $out/bin
'';

# Don't put old configurations in the GRUB menu. The user has no
Expand Down

0 comments on commit fb565f1

Please sign in to comment.