From ca1910e4b015684e4581e139b6b05f389b3ab0dc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 28 May 2010 09:35:24 +0000 Subject: [PATCH] * Seems that we don't need the aufs2 mount helper. svn path=/nixos/trunk/; revision=22038 --- modules/installer/cd-dvd/iso-image.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/installer/cd-dvd/iso-image.nix b/modules/installer/cd-dvd/iso-image.nix index bcee17bfdba..e5f438ab5ab 100644 --- a/modules/installer/cd-dvd/iso-image.nix +++ b/modules/installer/cd-dvd/iso-image.nix @@ -148,17 +148,6 @@ in mount -t aufs -o dirs=/mnt-store-tmpfs=rw:/mnt-root/nix/store=ro none /mnt-root-union/nix/store ''; - # AUFS 2 support (currently unused). - /* - boot.initrd.extraUtilsCommands = - '' - cp ${config.boot.kernelPackages.aufs2Utils}/sbin/mount.aufs $out/bin - cp ${config.boot.kernelPackages.aufs2Utils}/sbin/umount.aufs $out/bin - mkdir -p $out/var/run/current-system/sw - ln -s /bin "$out/var/run/current-system/sw/sbin" - ''; - */ - # Closures to be copied to the Nix store on the CD, namely the init # script and the top-level system configuration directory. isoImage.storeContents =