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
* Remove /etc/mtab on startup. This fixes the warning on
startup when catting /proc/mount to /etc/mtab.
svn path=/nixos/branches/fix-style/; revision=14179
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
that the file system driver will replay the journal at
mount-time in case of an unclean shutdown. For ext3 at least
this is *much* faster.
svn path=/nixos/branches/fix-style/; revision=14175
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
that the file system driver will replay the journal at
mount-time in case of an unclean shutdown. For ext3 at least
this is *much* faster.
svn path=/nixos/trunk/; revision=13932
on my system when booting Linux 2.6.27, ide-generic fails with
"Cannot allocate memory" (maybe because ata_piix already claimed the
IDE devices?).
svn path=/nixos/trunk/; revision=13147
by an option (which should default to off, IMHO). I was rather
surprised when I rebooted my system and it started deleting all
of /tmp (which, for instance, contained some test DB/repos for
the Subversion server)...
svn path=/nixos/trunk/; revision=13145
the device to mount appears. This wasn't previously possible
because of root devices specified by label (mounted via "mount
LABEL=foo ..."), but now we use /dev/disk/by-label so we can easily
test whether the device already exists.
svn path=/nixos/trunk/; revision=12562
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