Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you're going to be frequently changing what viocs start automatically and don't want to keep changing the screeniocs file, you can define $LOCAL_IOCS in your kernel-modules.cmd file to override what's in screeniocs. Examples:

export LOCAL_IOCS=( vioc-abc-123 vioc-456-def vioc-789-ghi )
or to start nothing
export LOCAL_IOCS=(  )

Don't do this with stable production systems. It's there to give you flexibility during development without changing screeniocs all the time.


...