TIVI-536: crazy root dir recursion; general re-org and cleanup of post scripts
[profile/ivi/image-configurations.git] / custom / scripts / misc-hacks.post
1 # misc-hacks.post
2 # hacks to get usbnet, udev, ssh, and other stuff
3 cat > /etc/rc.d/rc3.d/S01debug << EOF
4
5 # udev
6 /sbin/udevd --daemon
7 /sbin/udevadm trigger
8
9 EOF
10
11 chmod +x /etc/rc.d/rc3.d/S01debug
12