Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
41e5e457
Commit
41e5e457
authored
Apr 03, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rc: move file wipe to non-install media path
parent
636df2cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
rc
src/etc/rc
+6
-5
No files found.
src/etc/rc
View file @
41e5e457
...
...
@@ -33,6 +33,12 @@ done
if
_tmpdir
=
$(
mktemp
-d
-q
/.diskless.XXXXXX
)
;
then
# only remove the directory
rmdir
${
_tmpdir
}
# cleanup configuration files from previous instance
# (does not work with install media unfortunately)
/bin/rm
-rf
/var/run/
*
/bin/rm
-rf
/var/etc/
*
/bin/rm
-rf
/var/tmp/
*
else
# fake a writeable environment in some subdirs
for
i
in
conf etc home root usr var
;
do
...
...
@@ -146,11 +152,6 @@ fi
# make some directories in /var
/bin/mkdir
-p
/var/run /var/log /var/etc /var/db/entropy /var/at/jobs/ /var/empty 2>/dev/null
/bin/rm
-rf
/var/run/
*
# Cleanup configuration files from previous instance
/bin/rm
-rf
/var/etc/
*
/bin/rm
-rf
/var/tmp/
*
echo
-n
"Creating symlinks..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment