Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Context Sensitive Group
freedombone
Commits
95fbf0f8
Commit
95fbf0f8
authored
8 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
tox bootstrap order
parent
cd16631c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-image-mesh
+26
-19
26 additions, 19 deletions
src/freedombone-image-mesh
with
26 additions
and
19 deletions
src/freedombone-image-mesh
+
26
−
19
View file @
95fbf0f8
...
...
@@ -592,6 +592,30 @@ function setup_amnesic_data {
echo
"WARNING:
${
tomb_name
}
tomb not found"
>>
$INSTALL_LOG
fi
tomb_name
=
tox-bootstrapd
if
[
-f
/etc/systemd/system/
${
tomb_name
}
.service
]
;
then
systemctl stop
${
tomb_name
}
fi
create_tomb
${
tomb_name
}
$TOMB_TOX_BOOTSTRAP_SIZE_MB
if
[
-d
/media/
${
tomb_name
}
]
;
then
if
[
-d
/var/lib/tox-bootstrapd
]
;
then
if
[
!
-d
/var/lib/tox-bootstrapd_base
]
;
then
mv
/var/lib/tox-bootstrapd /var/lib/tox-bootstrapd_base
fi
fi
if
[
-d
/var/lib/tox-bootstrapd
]
;
then
shred
-zu
/var/lib/tox-bootstrapd/
*
rm
-rf
/var/lib/tox-bootstrapd
fi
ln
-s
/media/
${
tomb_name
}
/var/lib/tox-bootstrapd
if
[
-d
/var/lib/tox-bootstrapd_base
]
;
then
cp
-rp
/var/lib/tox-bootstrapd_base/
*
/media/
${
tomb_name
}
fi
echo
"
${
tomb_name
}
tomb created"
>>
$INSTALL_LOG
else
echo
"WARNING:
${
tomb_name
}
tomb not found"
>>
$INSTALL_LOG
fi
tomb_name
=
tox
create_tomb
${
tomb_name
}
$TOMB_TOX_SIZE_MB
if
[
-d
/media/
${
tomb_name
}
]
;
then
...
...
@@ -615,8 +639,8 @@ function setup_amnesic_data {
if
[
!
-d
/home/
${
MY_USERNAME
}
/.config
]
;
then
mkdir
-p
/home/
${
MY_USERNAME
}
/.config
fi
if
[
-d
/home/
${
MY_USERNAME
}
/.config/
${
tomb_name
}
]
;
then
rm
-rf
/home/
${
MY_USERNAME
}
/.config/
${
tomb_name
}
if
[
-d
/home/
${
MY_USERNAME
}
/.config/
zeronet
]
;
then
rm
-rf
/home/
${
MY_USERNAME
}
/.config/
zeronet
fi
ln
-s
/media/
${
tomb_name
}
/home/
${
MY_USERNAME
}
/.config/zeronet
chown
-R
${
MY_USERNAME
}
:
${
MY_USERNAME
}
/home/
${
MY_USERNAME
}
/.config
...
...
@@ -642,23 +666,6 @@ function setup_amnesic_data {
else
echo
"WARNING:
${
tomb_name
}
tomb not found"
>>
$INSTALL_LOG
fi
tomb_name
=
tox-bootstrapd
create_tomb
${
tomb_name
}
$TOMB_TOX_BOOTSTRAP_SIZE_MB
if
[
-d
/media/
${
tomb_name
}
]
;
then
if
[
-d
/var/lib/tox-bootstrapd
]
;
then
if
[
!
-d
/var/lib/tox-bootstrapd_base
]
;
then
mv
/var/lib/tox-bootstrapd /var/lib/tox-bootstrapd_base
fi
fi
ln
-s
/media/
${
tomb_name
}
/var/lib/tox-bootstrapd
if
[
-d
/var/lib/tox-bootstrapd_base
]
;
then
cp
-rp
/var/lib/tox-bootstrapd_base/
*
/media/
${
tomb_name
}
fi
echo
"
${
tomb_name
}
tomb created"
>>
$INSTALL_LOG
else
echo
"WARNING:
${
tomb_name
}
tomb not found"
>>
$INSTALL_LOG
fi
}
# whether to reset the identity
...
...
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