Sergey Popovich
82ce411571
all-base-packages: Add debconf and dialog
...
First installed as dependency for multiple packages and second is used
by debconf, but not installed as it's dependency. This enables package
configuration during install or dpkg-reconfigure(7) from debconf.
This removes following messages on console during package install:
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog \
based frontend cannot be used. at \
/usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 11.)
debconf: falling back to frontend: Readline
Signed-off-by: Sergey Popovich <sergey.popovich@ordnance.co >
2018-09-26 11:08:15 +03:00
Rob Sherwood
706c08de46
Added doc and support for building behind an HTTP proxy
2017-11-01 10:28:54 +00:00
Jeffrey Townsend
d6c3ebb61f
Add sysstat packge.
2016-12-12 20:18:51 +00:00
Jeffrey Townsend
3799cce3f0
Kexec is no longer used.
2016-12-02 21:31:09 +00:00
Ken Chiang
e588bb6af4
Add tcpdump and strace to base packages.
2016-09-21 16:21:30 -07:00
Jeffrey Townsend
6e4d0eaf65
Allow SCP by default.
2016-09-14 15:04:27 +00:00
Jeffrey Townsend
43183f7c50
Set PermitRootLogin=yes by default.
2016-08-15 19:08:43 +00:00
Jeffrey Townsend
be32b3baa7
Add gdb.
2016-07-19 15:33:34 +00:00
Jeffrey Townsend
760fa4d156
The ONL-CONFIG partition should be mounted RO.
2016-06-22 20:55:50 +00:00
Jeffrey Townsend
a225f5b9bd
Issue and manifest changes.
2016-06-08 11:37:33 -07:00
Jeffrey Townsend
fe2c6026ce
Replaced by sysconfig interface.
2016-06-08 17:14:20 +00:00
Jeffrey Townsend
08267c2cde
Set /etc/issue* to ONL version string.
2016-06-02 01:22:27 +00:00
Jeffrey Townsend
f0f6fd88bb
Upgrade packages only.
2016-06-01 22:24:15 +00:00
Jeffrey Townsend
24cf1f780e
Separate base system packages from ONL RFS specific packages.
...
- This allows the base package files to be shared with superprojects which won't use things like the upgrade packages.
2016-06-01 22:13:44 +00:00
Jeffrey Townsend
8f8109c298
Update mount settings.
2016-05-27 19:48:02 +00:00
Jeffrey Townsend
c5de27cc3a
RFS Manifest updates.
2016-05-27 19:47:53 +00:00
Jeffrey Townsend
cb96ab9a37
Deprecated.
2016-05-27 19:28:48 +00:00
Jeffrey Townsend
b78a912292
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
2016-05-20 14:55:25 +00:00
Jeffrey Townsend
5a9fe10b10
Merge pull request #83 from carlroth/master
...
Latest onl installer rollup
2016-05-20 07:53:46 -07:00
Jeffrey Townsend
9057eb80e2
Version files moved.
2016-05-20 01:25:36 +00:00
Carl D. Roth
ea375379db
Deprecate initnetdev
...
- moved to onl-vendor-config-onl
- onl-loader-initscripts is now deprecated
2016-05-18 18:47:58 -07:00
Jeffrey Townsend
bef2556d61
Use ONLPM_OPTION_REPO as the base local repository.
2016-05-18 18:08:53 +00:00
Jeffrey Townsend
76ed0a772c
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
...
Conflicts:
builds/any/rootfs/jessie/common/common-packages.yml
builds/any/rootfs/wheezy/common/common-packages.yml
2016-05-16 14:18:18 -07:00
Carl D. Roth
0596237d13
Added unzip
2016-05-10 12:01:39 -07:00
Carl D. Roth
bbd3184661
Added bzip2 and xz for unpacking ONIE images
2016-05-09 13:29:09 -07:00
Jeffrey Townsend
429cbf0ad1
Add default CSR configuration.
2016-04-21 01:03:27 +00:00
Jeffrey Townsend
177ea065e7
Add openssl.
2016-04-21 00:57:51 +00:00
Jeffrey Townsend
8491981e35
The ONL-CONFIG partition should not be mounted by default.
2016-04-21 00:56:46 +00:00
Steven Noble
90f0218b57
Update REPO directories to match standard APT names binary-arch
2016-04-19 14:53:58 -07:00
Jeffrey Townsend
4f1f372a0e
- Add snmp tools
...
- Enable snmp systemview with the ONL MIBS
- ONL MIB package
2016-04-15 16:51:36 +00:00
Carl D. Roth
40a6020f27
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
2016-04-14 12:59:43 -07:00
Jeffrey Townsend
ded0768f6b
Mount policies for SWI runtimes.
2016-04-13 18:56:09 -07:00
Carl D. Roth
25fb90d1f8
Added python-yaml and python-parted to base ONL build
2016-04-13 14:17:22 -07:00
Jeffrey Townsend
df7b1f3806
Add upgrade FIT package.
2016-03-29 20:07:33 +00:00
Jeffrey Townsend
64e8c01e57
Add upgrade package to AMD64 builds.
2016-03-29 18:27:42 +00:00
Jeffrey Townsend
0be3bf3708
New boot.d early init sequence.
...
There is a new init sequence that is executed prior to all concurrent
init.d services.
Placing ordered services in /etc/boot.d allows you to interpose upgrade,
verification, and special handling prior to execution of the normal SYSV init.
This system can be accessed by placing ordered scripts directly in
/etc/boot.d from your package.
This infra is used to perform early loader and partition upgrade checks, onie upgrades,
cpld upgrades, and the like.
Normal filesystem mounts are performed at priority 50.
Platform initialization is performated at priority 51.
TODO: Integrate upgrade sequence.
2016-03-29 14:58:35 +00:00
Jeffrey Townsend
e265c9a5b9
Add onlpd
2016-03-02 02:00:38 +00:00
Rob Sherwood
92614d923b
Added oom-shim to list of packages to install by default
2016-02-14 16:32:53 -08:00
Jeffrey Townsend
38f9adb896
Add new onlp-snmpd agent.
2016-01-08 00:47:53 +00:00
Jeffrey Townsend
40b656fe4b
Move to wheezy.
2015-12-15 12:24:19 -08:00
Jeffrey Townsend
c682e90064
Wheezy specific.
2015-12-15 12:10:22 -08:00