Changes between Version 46 and Version 47 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
11/04/25 07:52:32 (9 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DevVMTechnical

    v46 v47  
    270270This will recreate the symbolic links in **/opt/arm64include** and **/opt/arm64lib**
    271271
     272== MySQL Scripts ==
     273The directory /usr/sbin/util is added and some helper scripts are placed there
     274{{{
     275$ cat /usr/sbin/util/createdb
     276#!/bin/sh
     277if [ $# -ne 1 ]; then
     278  echo "Usage: createdb database"
     279else
     280  mysql -e "CREATE DATABASE $1";
     281fi
     282}}}
     283
    272284== Sudoers ==
    273285Files are added to the VM /etc/sudoers.d directory