diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/rootfs/rootfs-stage31/rootfs-stage31.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage31/rootfs-stage31.build b/remote/rootfs/rootfs-stage31/rootfs-stage31.build index 9e4d7663..d547d7a4 100644 --- a/remote/rootfs/rootfs-stage31/rootfs-stage31.build +++ b/remote/rootfs/rootfs-stage31/rootfs-stage31.build @@ -27,6 +27,12 @@ post_copy() { # copy busybox that has been under /opt/openslx back to / cp -r "${TARGET_BUILD_DIR}"/opt/openslx/* "${TARGET_BUILD_DIR}" rm -rf "${TARGET_BUILD_DIR}/opt/openslx" + + # when vmwgfx is loaded via modprobe in stage31, this conf file is read, + # enables fbdev support for vmware so that + # fb doesnt break when switching tty's in minilinux running inside vmware + mkdir -p "${TARGET_BUILD_DIR}"/etc/modprobe.d + echo "options vmwgfx enable_fbdev=1" > "${TARGET_BUILD_DIR}"/etc/modprobe.d/vmwgfx-fbdev.conf } # |
