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
0e2ef25f
Commit
0e2ef25f
authored
Aug 13, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: bring it up to speed, discourage mount/umount usage
(cherry picked from commit
7985db12
)
parent
7dfcd3e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
27 deletions
+12
-27
README.md
README.md
+12
-27
No files found.
README.md
View file @
0e2ef25f
...
@@ -56,7 +56,7 @@ this target. It may require several packages to be installed. The
...
@@ -56,7 +56,7 @@ this target. It may require several packages to be installed. The
target will try to assist in case of failure, e.g. when a missing file
target will try to assist in case of failure, e.g. when a missing file
needs to be fetched from an external location.
needs to be fetched from an external location.
Several OPTIONS exist to customise the package:
Several OPTIONS exist to customise the package
, e.g.
:
*
CORE_DEPENDS: a list of required dependencies for the package
*
CORE_DEPENDS: a list of required dependencies for the package
*
CORE_ORIGIN: sets a FreeBSD compatible package/ports origin
*
CORE_ORIGIN: sets a FreeBSD compatible package/ports origin
...
@@ -75,36 +75,21 @@ make upgrade
...
@@ -75,36 +75,21 @@ make upgrade
Upgrade will run the package build and attempt to replace the currently
Upgrade will run the package build and attempt to replace the currently
installed package in the system. Safety measures may prevent the target
installed package in the system. Safety measures may prevent the target
from succeeding. The following rules apply:
from succeeding. Instructions on how to proceed in case of failures are
given inline.
In order to install from the master branch of this repository, the
make lint
opnsense-devel package must be installed:
---------
# pkg install opnsense-devel
In order to install from the stable branches of this repository, the
opnsense-stable package must be installed:
# pkg install opnsense-stable
Run serveral syntax checks on the repository. This is recommended
before issuing a pull request on GitHub.
make
mount
make
style
----------
----------
Live-mount the package into the current system. This will overlay
Run the CodeSniffer PSR2 style checks on the MVC code base.
the repository over /usr/local and will instantly change the GUI
accordingly. In this mode changes can be quickly tested.
Note that live-mount will not be persistent after reboot and causes
trouble when used while upgrading firmware as packages get installed
into the repository as oppsed to the system. Use with care.
make umount
make sweep
-----------
----------
Disable the live-mount feature.
make lint
---------
Run serveral syntax checks on the repository. This is recommended
Run Linux Kernel cleanfile witespace sanitiser on all files.
before issuing a pull request on GitHub.
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