Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/modules/tasks/swraid.nix

12 lines
205 B
Nix
Raw Normal View History

* Converted modules that were still using the old (concrete syntax) style of declaring Upstart jobs. While at it, converted them to the current NixOS module style and improved some option descriptions. Hopefully I didn't break too much :-) svn path=/nixos/trunk/; revision=17761
2009-10-12 16:36:19 +00:00
{ config, pkgs, ... }:
Convert "swraid" svn path=/nixos/branches/fix-style/; revision=14400
2009-03-06 12:27:30 +00:00
* Activate software RAID arrays. svn path=/nixos/trunk/; revision=7631
2007-01-11 00:40:28 +00:00
{
* Activate software RAID devices from udev. This makes the swraid Upstart jobs unnecessary. * Support having the root filesystem on swraid. svn path=/nixos/trunk/; revision=21807
2010-05-16 20:40:04 +00:00
environment.systemPackages = [ pkgs.mdadm ];
services.udev.packages = [ pkgs.mdadm ];
Remove loop of new-device messages. Add a shell script to watch new devices. svn path=/nixos/trunk/; revision=19142
2009-12-29 10:04:54 +00:00
* Activate software RAID devices from udev. This makes the swraid Upstart jobs unnecessary. * Support having the root filesystem on swraid. svn path=/nixos/trunk/; revision=21807
2010-05-16 20:40:04 +00:00
boot.initrd.availableKernelModules = [ "md_mod" "raid0" "raid1" "raid456" ];
* Activate software RAID arrays. svn path=/nixos/trunk/; revision=7631
2007-01-11 00:40:28 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 53ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API