Michael Raskin
c0ce72bfc2
Added dmidecode and kqemu
...
svn path=/nixpkgs/trunk/; revision=10098
2008-01-08 00:18:20 +00:00
Michael Raskin
a4ff40b158
Added kqemu 0666 permissions
...
svn path=/nixos/trunk/; revision=10097
2008-01-08 00:16:49 +00:00
Eelco Dolstra
a2c1282ebc
* Get rid of some unnecessary xorg.conf statements.
...
svn path=/nixos/trunk/; revision=10096
2008-01-07 23:12:02 +00:00
Eelco Dolstra
c71e8dc314
* Load the NVIDIA kernel module automatically and some more cleanups.
...
svn path=/nixos/trunk/; revision=10095
2008-01-07 22:56:16 +00:00
Eelco Dolstra
fc345ae130
* NVIDIA driver: updated to 169.07. Cleaned up and purified: it
...
doesn't need symlinks in /usr anymore. nvidia-settings works
properly now.
svn path=/nixpkgs/trunk/; revision=10094
2008-01-07 22:54:30 +00:00
Eelco Dolstra
9da275c388
* nixos-checkout: don't subscribe to the Nixpkgs channel anymore,
...
it's not really needed. (Suggested by Cyril Romain.)
svn path=/nixos/trunk/; revision=10093
2008-01-07 22:24:00 +00:00
Andres Löh
5d4fd5f529
* readline library flag restored; this is required for ghc during linking
...
svn path=/nixpkgs/trunk/; revision=10092
2008-01-07 22:02:44 +00:00
Eelco Dolstra
7f3bd3adcb
* Kernel: disable XEN, the NVIDIA driver doesn't like it.
...
* Remove the paravirt patch on >= 2.6.22, which does exactly the
wrong thing. What was I smoking?
svn path=/nixpkgs/trunk/; revision=10091
2008-01-07 18:40:17 +00:00
Michael Raskin
db4cef85a3
Added configurable Rescue CD expression. Untested. Testing and fixes extremely welcome.
...
svn path=/nixos/trunk/; revision=10090
2008-01-07 18:33:07 +00:00
Michael Raskin
000226696b
Added libtool for ImageMagick
...
svn path=/nixpkgs/trunk/; revision=10089
2008-01-07 14:11:58 +00:00
Armijn Hemel
0966b36824
update
...
svn path=/nixpkgs/trunk/; revision=10088
2008-01-07 13:49:25 +00:00
Eelco Dolstra
fec916552c
* Add $prefix/info, set $INFOPATH.
...
svn path=/nixos/trunk/; revision=10087
2008-01-07 11:46:17 +00:00
Eelco Dolstra
a00f463ffa
* Symlink /man in /var/run/current-system/sw so that for
...
example "man bash" works. Ideally of course all packages
should put their man pages under $out/share/man.
svn path=/nixos/trunk/; revision=10086
2008-01-07 11:24:02 +00:00
Michael Raskin
4bc93bbac6
Now man bash and info bash works.
...
svn path=/nixpkgs/trunk/; revision=10085
2008-01-07 09:34:00 +00:00
Michael Raskin
5a29acf6a0
Added module aggregation, also changed non-root shell prompt colour to green
...
svn path=/nixos/trunk/; revision=10084
2008-01-06 18:45:13 +00:00
Eelco Dolstra
9e00dfe107
* Add a bunch of common SATA modules to the default initrd.
...
svn path=/nixos/trunk/; revision=10083
2008-01-06 00:51:07 +00:00
Eelco Dolstra
e5a14db751
* Boehm GC updated to 7.0. Needed to get w3m to build on x86_64.
...
svn path=/nixpkgs/trunk/; revision=10082
2008-01-06 00:12:25 +00:00
Eelco Dolstra
af75f317a4
* Compatibility hack for building the ISO on Nix <= 0.11.
...
svn path=/nixos/trunk/; revision=10080
2008-01-05 23:27:15 +00:00
Eelco Dolstra
43bb722ed9
* Reviving the bleeding edge.
...
svn path=/nixpkgs/trunk/; revision=10079
2008-01-05 23:23:36 +00:00
Eelco Dolstra
7ea8d224f4
svn path=/nixos/trunk/; revision=10078
2008-01-04 17:26:04 +00:00
Michael Raskin
808f4ad781
LiveDVD synchronized with rescue CD.
...
svn path=/nixos/trunk/; revision=10077
2008-01-04 17:06:14 +00:00
Eelco Dolstra
56107c81b0
* Put some help text in /etc/issue on the CD.
...
svn path=/nixos/trunk/; revision=10076
2008-01-04 17:05:48 +00:00
Michael Raskin
498d47b583
Added module_aggregator. Pass some directories with modules to it, and it will give you a directory to use instead of pkgs.kernel . addSbinPath in builderDefs to use sbin/ in addToEnv . Some catching up in xlaunch.
...
svn path=/nixpkgs/trunk/; revision=10075
2008-01-04 17:02:12 +00:00
Eelco Dolstra
3abf5072ce
* Installation CD: start a web browser showing the NixOS manual on
...
tty7.
* Add w3m to the installation CD's path since it's needed for the
manual anyway.
svn path=/nixos/trunk/; revision=10074
2008-01-04 16:11:12 +00:00
Eelco Dolstra
f499a74998
* Use cdrkit instead of cdrtools.
...
svn path=/nixos/trunk/; revision=10073
2008-01-04 15:17:54 +00:00
Eelco Dolstra
8c615616c7
* New functions: id, any, all, same as in Haskell.
...
* Function `sourceFilesBySuffices' to import all files matching given
extensions in a directory.
svn path=/nixpkgs/trunk/; revision=10072
2008-01-04 15:06:16 +00:00
Eelco Dolstra
f4399a1883
* Option to set the Grub background image. To
...
get the background image to work, you may need
to set NIXOS_INSTALL_GRUB=1 when calling
nixos-rebuild to force Grub to be reinstalled
with splashimage support.
svn path=/nixos/trunk/; revision=10071
2008-01-04 15:02:31 +00:00
Eelco Dolstra
e9a7f80681
* Build the Nix manual in a Nix expression instead of a Makefile so
...
that it becomes easier to include it on the CD.
svn path=/nixos/trunk/; revision=10070
2008-01-04 14:24:42 +00:00
Eelco Dolstra
8f0e88d4e5
* Just pass all of Nixpkgs to xserver.nix.
...
svn path=/nixos/trunk/; revision=10068
2008-01-04 10:54:33 +00:00
Eelco Dolstra
b73424833a
* xserver.nix: remove some unnecessary function arguments.
...
* isClone: changed into a boolean rather than a string "on" or "off".
svn path=/nixos/trunk/; revision=10067
2008-01-04 10:36:14 +00:00
Eelco Dolstra
48142d8135
* Use the '' string syntax, it cleans up xserver.nix a lot.
...
svn path=/nixos/trunk/; revision=10066
2008-01-04 10:28:12 +00:00
Yury G. Kudryashov
e17a21b820
xine-lib: added pkg-config
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10065
2008-01-03 17:13:33 +00:00
Eelco Dolstra
3da504ab6a
* Disable mod_unique_id because it fails when the machine doesn't have
...
an IP address yet.
* Create /var/run/httpd, /var/log/httpd automatically.
svn path=/nixos/trunk/; revision=10064
2008-01-03 17:11:36 +00:00
Eelco Dolstra
fddddb3f35
* Add a Grub splash screen.
...
svn path=/nixos/trunk/; revision=10063
2008-01-03 17:07:28 +00:00
Eelco Dolstra
7a3501953c
* Grub: patch for splashimage support.
...
svn path=/nixpkgs/trunk/; revision=10062
2008-01-03 16:56:03 +00:00
Eelco Dolstra
6ef8fe2a31
* Use unpackFile so that gzipped themes also work.
...
svn path=/nixos/trunk/; revision=10061
2008-01-03 16:03:11 +00:00
Eelco Dolstra
4760aa9d4c
* Add Memtest86+ to the CD - useful.
...
svn path=/nixos/trunk/; revision=10060
2008-01-03 15:24:34 +00:00
Eelco Dolstra
1cc3c2b778
* Added Memtest86+.
...
svn path=/nixpkgs/trunk/; revision=10059
2008-01-03 15:14:37 +00:00
Eelco Dolstra
dc9b332fcd
* Use Grub instead of isolinux on the boot CD.
...
svn path=/nixos/trunk/; revision=10058
2008-01-03 15:06:55 +00:00
Eelco Dolstra
93efa40b58
* Put Subversion on the installation CD so that the user can run
...
"nixos-checkout" to use the latest NixOS/Nixpkgs expressions (rather
than what's on the CD).
svn path=/nixos/trunk/; revision=10057
2008-01-03 13:34:16 +00:00
Marc Weber
028b0d7ff4
broken comment php_unstable when compiling wihtout xdebug/ xdebug supported
...
svn path=/nixpkgs/trunk/; revision=10056
2008-01-03 10:46:18 +00:00
Marc Weber
598848d6af
patches provided by Tobias Hammerschmidt
...
svn path=/nixos/trunk/; revision=10055
2008-01-02 21:16:58 +00:00
Michael Raskin
c6cf1481b0
Duplicated rescue-cd.nix change in live-dvd.nix
...
svn path=/nixos/trunk/; revision=10054
2008-01-02 17:03:10 +00:00
Michael Raskin
2d08dca911
Now xlaunch can launch more than one X session. Use first argument starting with : for that.
...
svn path=/nixpkgs/trunk/; revision=10053
2008-01-02 16:43:36 +00:00
Eelco Dolstra
c00448493b
* Use vim instead of vimDiet on the CD because ncurses on dietlibc is
...
broken on x86_64 (apparently because dietlibc on x86_64 doesn't have
sin() / cos()).
svn path=/nixos/trunk/; revision=10052
2008-01-02 16:09:55 +00:00
Eelco Dolstra
90a0d64bcd
svn path=/nixos/trunk/; revision=10051
2008-01-02 15:31:04 +00:00
Eelco Dolstra
35f5252630
* If building nixFallback fails, use nixUnstable from Nixpkgs as
...
a last-chance fallback.
svn path=/nixos/trunk/; revision=10050
2008-01-02 15:30:31 +00:00
Eelco Dolstra
1a93b968ea
svn path=/nixpkgs/trunk/; revision=10049
2008-01-02 15:03:17 +00:00
Eelco Dolstra
5ec82632f2
* Use Nix 0.11.
...
svn path=/nixos/trunk/; revision=10048
2008-01-02 13:05:24 +00:00
Eelco Dolstra
0cb6f3e5c3
* Missing description.
...
svn path=/nixos/trunk/; revision=10047
2008-01-02 12:50:46 +00:00