Skip to content

Commit

Permalink
Shut up a warning from udev
Browse files Browse the repository at this point in the history
Issue #5260.
  • Loading branch information
edolstra committed Dec 19, 2014
1 parent 6e728a4 commit 5ad3a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/system/boot/stage-1-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ echo


# Mount special file systems.
mkdir -p /etc
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/initrd-release
mkdir -p /proc
mount -t proc proc /proc
Expand Down

1 comment on commit 5ad3a02

@pSub
Copy link
Member

@pSub pSub commented on 5ad3a02 Dec 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍻

Please sign in to comment.