* aufs2 -> aufs.
svn path=/nixos/trunk/; revision=30323
This commit is contained in:
@@ -71,7 +71,7 @@ with pkgs.lib;
|
||||
boot.initrd.kernelModules = [ "xen-blkfront" "aufs" ];
|
||||
boot.kernelModules = [ "xen-netfront" ];
|
||||
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.aufs2 ];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.aufs ];
|
||||
|
||||
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
|
||||
boot.loader.grub.device = "nodev";
|
||||
|
||||
@@ -78,7 +78,7 @@ with pkgs.lib;
|
||||
|
||||
boot.initrd.kernelModules = [ "aufs" ];
|
||||
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.aufs2 ];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.aufs ];
|
||||
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
|
||||
@@ -244,7 +244,7 @@ in
|
||||
++ optional cfg.writableStore [ "aufs" ];
|
||||
|
||||
boot.extraModulePackages =
|
||||
optional cfg.writableStore config.boot.kernelPackages.aufs2;
|
||||
optional cfg.writableStore config.boot.kernelPackages.aufs;
|
||||
|
||||
boot.initrd.extraUtilsCommands =
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user