1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
William A. Kennington III ab29b6527f nixos-iso: Use a simpler disk label
When formatting a nixos usb using my windows machine I noticed that the
disk labeling using periods was not compatible with my linux kernel /
udev recognition. When labeling a volume NIXOS_14.10 under Windows, it would
show up as NIXOS_14_10 on NixOS. This meant that /dev/root would never come
up at boot time, preventing the livecd from starting.

This patch works around this issue by eliminating any special characters
other than underscores. The previous versioning didn't seem all that
useful, especially when consdering there are many different version of
the year.month named iso.
2014-06-08 15:53:45 -05:00
..
doc Manual: Note about using a local branch 2014-05-28 14:38:07 +02:00
gui
lib
maintainers
modules nixos-iso: Use a simpler disk label 2014-06-08 15:53:45 -05:00
tests nixos.tests.installer: Attempt to fix race condition 2014-05-30 21:26:24 +02:00
COPYING
default.nix
README
release-combined.nix
release.nix nixos: add influxdb module 2014-05-27 22:56:36 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.