Eelco Dolstra
c56d3a8ce4
* Actually put the manifest on the CD.
...
svn path=/nixos/trunk/; revision=7780
2007-01-23 16:48:27 +00:00
Mart Kolthof
f201344599
Fixed typo.
...
svn path=/nixpkgs/trunk/; revision=7778
2007-01-23 16:03:11 +00:00
Eelco Dolstra
995b749f70
* Put a nix-pull manifest of the Nix store on the CD.
...
svn path=/nixos/trunk/; revision=7777
2007-01-23 15:08:00 +00:00
Eelco Dolstra
d883483a0e
* Use paths-from-graph.pl.
...
svn path=/nixos/trunk/; revision=7776
2007-01-23 15:07:30 +00:00
Eelco Dolstra
2554337f82
* Put the closure of stdenv on the CD to speed up the installation.
...
svn path=/nixos/trunk/; revision=7775
2007-01-23 14:38:15 +00:00
Eelco Dolstra
d197a0f2cc
* Use the Perl version of paths-from-graphs everywhere.
...
svn path=/nixos/trunk/; revision=7774
2007-01-23 14:37:42 +00:00
Eelco Dolstra
903a64c87d
* Some things are best done in Perl.
...
svn path=/nixos/trunk/; revision=7773
2007-01-23 14:34:44 +00:00
Eelco Dolstra
def1bec4cd
* Fix e2fsprogs on dietlibc on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=7772
2007-01-23 13:52:34 +00:00
Eelco Dolstra
668c146e33
* Doh! Make sure that we put *only* splash_helper in the initrd and
...
not all of splashutils, otherwise we get Glibc in the initrd.
svn path=/nixos/trunk/; revision=7771
2007-01-23 13:44:41 +00:00
Mart Kolthof
66706c592e
Altered download location to sourceforge.
...
svn path=/nixpkgs/trunk/; revision=7769
2007-01-23 13:29:11 +00:00
Eelco Dolstra
a7d81141be
* Prettyprint the option defaults and examples.
...
svn path=/nixos/trunk/; revision=7768
2007-01-23 11:39:02 +00:00
Eelco Dolstra
e3c5b9e752
svn path=/nixos/trunk/; revision=7767
2007-01-23 11:18:23 +00:00
Eelco Dolstra
d674ec1223
* Add a top-level book.
...
* Copy the stylesheet from the Nix manual. We should really put this
somewhere central.
svn path=/nixos/trunk/; revision=7766
2007-01-23 11:11:58 +00:00
Eelco Dolstra
8e0f2fd7c6
* Properly render DocBook in option descriptions.
...
svn path=/nixos/trunk/; revision=7765
2007-01-23 11:06:31 +00:00
Eelco Dolstra
3034daabb7
* Generate DocBook documentation on the available options from the Nix
...
expression.
svn path=/nixos/trunk/; revision=7764
2007-01-23 10:52:51 +00:00
Eelco Dolstra
5d883cbb85
* Flush the nscd hosts table after we've acquired an DHCP lease to
...
prevent problems with negative caching (NIXOS-45).
svn path=/nixos/trunk/; revision=7763
2007-01-23 10:22:00 +00:00
Eelco Dolstra
8b2f183a7f
* Build pwdutils with libnscd to keep the cache in sync after adding
...
users etc.
svn path=/nixpkgs/trunk/; revision=7762
2007-01-23 10:01:16 +00:00
Eelco Dolstra
603d051a39
* Use a pure Perl on all Linux platforms.
...
svn path=/nixpkgs/trunk/; revision=7761
2007-01-23 09:55:25 +00:00
Eelco Dolstra
836789a8a6
* pkgs doesn't have a system attribute.
...
svn path=/nixos/trunk/; revision=7760
2007-01-23 09:41:19 +00:00
Eelco Dolstra
c5326d8f00
* Don't use gensplash on x86_64 since it doesn't build and I'm too
...
lazy to fix it right now.
svn path=/nixos/trunk/; revision=7759
2007-01-22 22:22:37 +00:00
Eelco Dolstra
44a1817bef
* Some hackery to get e2fsprogs to build on x86_64 with dietlibc.
...
svn path=/nixpkgs/trunk/; revision=7758
2007-01-22 22:10:14 +00:00
Eelco Dolstra
1c4dd40460
* Grub requires a 32-bit Glibc. So use the i686-linux Grub on
...
x86_64. (This fails to build unless Nix knows an i686-linux machine
or it can get the Grub binary from a channel.) Very nasty.
svn path=/nixpkgs/trunk/; revision=7757
2007-01-22 19:57:12 +00:00
Eelco Dolstra
c219e77af7
* Syslinux updated to 3.31.
...
* Some uber-ugly hacks to get it to build on x86_64 with a non-32-bit
enabled GCC.
svn path=/nixpkgs/trunk/; revision=7756
2007-01-22 19:14:50 +00:00
Eelco Dolstra
cdb98f8418
* Option to disable the splash screen in the initrd.
...
svn path=/nixos/trunk/; revision=7755
2007-01-22 18:58:04 +00:00
Eelco Dolstra
6223d7e219
* Add the Microsoft Core Fonts.
...
svn path=/nixpkgs/trunk/; revision=7754
2007-01-22 17:39:14 +00:00
Eelco Dolstra
340ff5200a
* Add a newline after each <dir>.
...
svn path=/nixos/trunk/; revision=7753
2007-01-22 17:17:53 +00:00
Eelco Dolstra
9c3a069326
* Add .../share/fonts to the font search path.
...
svn path=/nixos/trunk/; revision=7752
2007-01-22 17:17:43 +00:00
Eelco Dolstra
b3b1daf131
* Add Bitstream Vera.
...
svn path=/nixpkgs/trunk/; revision=7751
2007-01-22 17:11:08 +00:00
Eelco Dolstra
327cb83cf2
* Make it possible to turn off the generation of fonts.conf. This is
...
important for the installation CD, where we don't want a dependency
on all those fonts. Of course, it's quite nice that turning off the
generation of a file automatically removes the dependencies on the
files referenced by that file.
svn path=/nixos/trunk/; revision=7750
2007-01-22 16:42:29 +00:00
Eelco Dolstra
6cb01a0b22
* Use a small XSLT script that copies the original fonts.conf from the
...
fontconfig distribution, but replaces all <dir> entries with the
directories specified in the $fontDirectories parameter. This way
we get all the font mapping rules from the original fonts.conf
(e.g., aliases like "serif") and some other nice things.
svn path=/nixos/trunk/; revision=7749
2007-01-22 16:29:05 +00:00
Eelco Dolstra
eddd3a7e11
* Provide a few fonts in a purely functional way, i.e., as part of the
...
system configuration.
svn path=/nixos/trunk/; revision=7748
2007-01-22 16:05:37 +00:00
Eelco Dolstra
e8de94e114
* Kernel patches should declare their .config options so that we don't
...
have to keep them in config-blahblah.
svn path=/nixpkgs/trunk/; revision=7747
2007-01-22 15:18:30 +00:00
Eelco Dolstra
e67a0ca213
* Let JRE provide its Mozilla plugin.
...
svn path=/nixpkgs/trunk/; revision=7746
2007-01-22 15:17:13 +00:00
Eelco Dolstra
a86e3bbf54
* Rebuilt the bootstrap binaries, mostly to fix curl (DNS resolution
...
in dietlibc was broken).
svn path=/nixpkgs/trunk/; revision=7745
2007-01-22 15:08:16 +00:00
Eelco Dolstra
6db2c1814e
* Generate the list of fonts in a Nix expression.
...
svn path=/nixos/trunk/; revision=7744
2007-01-22 15:00:18 +00:00
Eelco Dolstra
f320c2c12e
* DNS resolution in dietlibc failed randomly on 64-bit platforms.
...
Patch backported from dietlibc CVS.
svn path=/nixpkgs/trunk/; revision=7743
2007-01-22 14:38:18 +00:00
Eelco Dolstra
a7878ba0a7
* Doh.
...
svn path=/nixpkgs/trunk/; revision=7741
2007-01-22 13:34:08 +00:00
Eelco Dolstra
b737f2c806
* Forgot to bump the version number.
...
svn path=/nixpkgs/trunk/; revision=7740
2007-01-22 13:33:49 +00:00
Eelco Dolstra
b9fb6e737b
* Kernel configuration for x86_64.
...
svn path=/nixpkgs/trunk/; revision=7739
2007-01-22 11:22:14 +00:00
Eelco Dolstra
39c7944803
* Build an SMP kernel.
...
svn path=/nixpkgs/trunk/; revision=7738
2007-01-22 11:08:30 +00:00
Eelco Dolstra
2fccf41b94
* Put the platform in the config file name.
...
svn path=/nixpkgs/trunk/; revision=7737
2007-01-22 11:05:17 +00:00
Eelco Dolstra
8db4c2d806
* Obsolete.
...
svn path=/nixpkgs/trunk/; revision=7736
2007-01-22 10:01:21 +00:00
Armijn Hemel
1b66497147
update -> 0.4. After 12 years this package has been updated twice in the last few months. Wow.
...
svn path=/nixpkgs/trunk/; revision=7731
2007-01-19 23:00:45 +00:00
Eelco Dolstra
ec3d2510c5
* Quick hack to enable fontconfig to find fonts. We look in the
...
default profile, in the user's profile, and in ~/.fonts.
svn path=/nixos/trunk/; revision=7709
2007-01-17 17:44:57 +00:00
Eelco Dolstra
aa0918867b
* Get some TTF fonts to work. Must merge with the generator.
...
svn path=/nixpkgs/trunk/; revision=7708
2007-01-17 17:18:14 +00:00
Eelco Dolstra
b53d7f2c61
* Create install-source.nix.
...
svn path=/nixos/trunk/; revision=7707
2007-01-17 14:36:24 +00:00
Eelco Dolstra
02d3541a8b
* Allow the time zone to be configured.
...
svn path=/nixos/trunk/; revision=7706
2007-01-17 12:33:23 +00:00
Eelco Dolstra
afd36a88eb
* Assume by default that the NixOS sources are in /etc/nixos.
...
svn path=/nixos/trunk/; revision=7705
2007-01-17 12:06:26 +00:00
Eelco Dolstra
cf9016d816
* Mount devpts.
...
* Set the right permissions on /dev/tty and /dev/ptmx.
svn path=/nixos/trunk/; revision=7703
2007-01-16 22:34:15 +00:00
Eelco Dolstra
55e7f8f5dc
* Use pam_xauth in su to pass the X cookies.
...
svn path=/nixos/trunk/; revision=7702
2007-01-16 22:25:28 +00:00