summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-03-28 17:15:41 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-03-28 18:37:29 -0700
commit4868649f037c4fe80034f281212b8ccd2d0ac148 (patch)
treebd56e8aef16495981a03e8c41e300d0ee03bed02 /nixos/modules/installer
parentb1e854d660b03cc3f7f25dce44e673b9e5bcaf32 (diff)
downloadnixlib-4868649f037c4fe80034f281212b8ccd2d0ac148.tar
nixlib-4868649f037c4fe80034f281212b8ccd2d0ac148.tar.gz
nixlib-4868649f037c4fe80034f281212b8ccd2d0ac148.tar.bz2
nixlib-4868649f037c4fe80034f281212b8ccd2d0ac148.tar.lz
nixlib-4868649f037c4fe80034f281212b8ccd2d0ac148.tar.xz
nixlib-4868649f037c4fe80034f281212b8ccd2d0ac148.tar.zst
nixlib-4868649f037c4fe80034f281212b8ccd2d0ac148.zip
nixos/initrd: Generic library copying
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
index 4ce7582c166a..46dc1c705022 100644
--- a/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
+++ b/nixos/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
@@ -98,7 +98,7 @@ in
 
   boot.initrd.extraUtilsCommands =
     ''
-      cp ${pkgs.utillinux}/sbin/hwclock $out/bin
+      copy_bin_and_libs ${pkgs.utillinux}/sbin/hwclock
     '';
 
   boot.initrd.postDeviceCommands =