Add missing udev bootscript for stage2
[hvlinux.git] / stage2 / pkg / eudev
index b4deb0d..990f95f 100644 (file)
@@ -9,6 +9,7 @@ hvconfig_pre()
         --libdir=/usr/lib \
         --sysconfdir=/etc \
         --libexecdir=/lib \
+        --with-rootprefix= \
         --with-rootlibdir=/lib  \
         --enable-split-usr      \
         --enable-libkmod        \
@@ -28,4 +29,8 @@ hvbuild_post()
 
     sed -i -e "s/\(SYMLINK+=\"cdrom\)\"/\1 dvd\"/" \
         /lib/udev/rules.d/60-cdrom_id.rules
+
+    install -dv /lib/{firmware,udev/devices/{pts,shm}}
+
+    install -v -m740 ${SCRDIR}/bootscripts/udev /etc/rc.d/init.d
 }