because you don't need any on vservers
You still get a warning when not setting the value so that you can't
forget it.
svn path=/nixos/branches/fix-style/; revision=14477
initrd instead of a mix of dietlibc, klibc and static-glibc based
binaries. This works by copying what we need from Glibc into the
initrd and using patchelf to set the ELF interpreter and RPATH
correctly. The resulting initrd is about 500 KB smaller, but more
importantly, it's much easier to maintain - all those
dietlibc/klibc/static-glibc builds frequently cause build problems.
svn path=/nixos/branches/fix-style/; revision=14178
initrd instead of a mix of dietlibc, klibc and static-glibc based
binaries. This works by copying what we need from Glibc into the
initrd and using patchelf to set the ELF interpreter and RPATH
correctly. The resulting initrd is about 500 KB smaller, but more
importantly, it's much easier to maintain - all those
dietlibc/klibc/static-glibc builds frequently cause build problems.
svn path=/nixos/trunk/; revision=13984
use /dev/disk/by-{label,id,...} names for the root FS.
* Kill udevd at the end of stage 1. Don't know how it got killed
previously...
svn path=/nixos/trunk/; revision=12560
This makes the initrd a few megabytes smaller.
* Use run-init from klibc to delete everything in the initrd ramfs
prior to switching to the real root FS.
* Removed the stage2Init argument.
svn path=/nixos/trunk/; revision=12544
USB, some SCSI controllers) in the initrd for mounting the CD.
* Add nix-hardware-scan to the system.
* Upstart: don't use the -v flag.
* Include the NixOS version in the ISO image filename.
* Include testdisk and ms-sys in the CD.
* Some bugfixes in the installer.
svn path=/nixos/trunk/; revision=10556
appear writable (though all writes go to a tmpfs). This allows you
to run Nix operations on the Live CD. However, we're not quite
there yet since the CD doesn't have a valid Nix database. So for
instance a garbage collect will cause everything to be deleted,
hanging the system.
svn path=/nixos/trunk/; revision=10276