summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-19 14:38:33 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-19 14:38:33 +0100
commit80a85541d557df23a01f578aaf31e9777a894add (patch)
tree163f6f2a67d70e3115cd9d88f6356df010133a34
parent5ad3a02938c1a56ddc72a5d67186a96814d9d519 (diff)
Typo
-rw-r--r--nixos/modules/system/boot/stage-1-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-1-init.sh b/nixos/modules/system/boot/stage-1-init.sh
index 4e77c54747eb..0b7d4de6d205 100644
--- a/nixos/modules/system/boot/stage-1-init.sh
+++ b/nixos/modules/system/boot/stage-1-init.sh
@@ -59,7 +59,7 @@ echo
mkdir -p /etc/udev
touch /etc/fstab # to shut up mount
touch /etc/mtab # to shut up mke2fs
-touch /etc/udev/hwdb.bin # to shut up udeev
+touch /etc/udev/hwdb.bin # to shut up udev
touch /etc/initrd-release
mkdir -p /proc
mount -t proc proc /proc