3
0
Fork 0
forked from mirrors/nixpkgs

Shut up a warning from udev

Issue #5260.

(cherry picked from commit 3d834a464ad63c8a4a4aa869fb1869fef1734702)
This commit is contained in:
Eelco Dolstra 2014-12-18 17:41:36 +01:00
parent 28c95385dd
commit 2f11c9a189

View file

@ -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