1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 22:14:38 +03:00
openwrt-xburst/target/linux/x86/base-files/lib/preinit/15_essential_fs_x86

9 lines
143 B
Plaintext
Raw Normal View History

#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
do_mount_procfs() {
mount -t proc none /proc
}