Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vbox-scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto LIVIO BECCARIA
vbox-scripts
Commits
a87a43fe
Commit
a87a43fe
authored
8 years ago
by
ulisse
Browse files
Options
Downloads
Patches
Plain Diff
minor changes
parent
2cd74fd9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
settings/common
+3
-0
3 additions, 0 deletions
settings/common
settings/settings
+0
-3
0 additions, 3 deletions
settings/settings
vm-start
+1
-1
1 addition, 1 deletion
vm-start
with
4 additions
and
4 deletions
settings/common
+
3
−
0
View file @
a87a43fe
...
...
@@ -6,6 +6,9 @@
# Common functions
#############################################
# the user executing these scripts
USER
=
`
whoami
`
# templates folder
TEMPLATE_DIR
=
"
${
SRC_DIR
}
/templates"
...
...
This diff is collapsed.
Click to expand it.
settings/settings
+
0
−
3
View file @
a87a43fe
...
...
@@ -8,9 +8,6 @@ IMG_HOME="/opt/vm-images"
# media folder (USB mounting point)
MEDIA_DIR="${HOME}/vbox_media"
# the user executing this script
USER=`whoami`
# machines folder
MACHINES_DIR="${HOME}/VirtualBox VMs"
...
...
This diff is collapsed.
Click to expand it.
vm-start
+
1
−
1
View file @
a87a43fe
...
...
@@ -3,7 +3,7 @@
# VirtualBox VM Scripts v0.9
# by ulisse aka A. Livio Beccaria
#
#
S
tarts a VM
#
vm-start: s
tarts a VM
#############################################
DEBUG
=
0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment