Sung-Kuang (Max) Chung
1a90e3c514
Added community support email opennetworklinux@googlegroups.com,
...
as support@bigswitch.com "is a support line for commercial Big Switch
products for customer with paid licenses."
2016-12-07 21:56:03 -08:00
Jeffrey Townsend
eca7a60349
Recover default boot-config into /mnt/onl/boot.
2016-11-09 21:45:37 +00:00
Carl D. Roth
19d19ef51c
Fix swiget for if SWI is missing
2016-11-07 13:12:54 -08:00
Jeffrey Townsend
820cc3d973
- DHCP Timeout support in the Loader environment
...
When $NETAUTO=dhcp the transaction will now timeout after $NETRETRIES attempts.
If the system has a local install or SWI then booting can continue.
For systems which require DHCP to be functional before booting can continue
(for example SWIs downloaded via URL rather than locally) then NETRETRIES=infinite should be set in the boot-config.
NETRETRIES can be set to any number of attempts, or infinite. The default value is 5 attempts.
- Wait for ma1 linkup in the loader
A short wait has been introduced to allow ma1 to linkup prior to continuing.
2016-10-26 12:39:26 -07:00
Jeffrey Townsend
43c30cf187
The onl-pki script has moved.
2016-10-26 12:35:12 -07:00
Shengzhou Liu
479247cf7c
Add arm64 support for initrds and buildroot
2016-08-17 00:57:17 +08:00
Jeffrey Townsend
f7bb2a4e50
Deprecated.
2016-07-29 15:30:10 -07:00
Jeffrey Townsend
d23e8e1ace
Full path must be used.
2016-07-29 15:29:47 -07:00
Carl D. Roth
50f43798e9
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
...
Conflicts:
builds/any/installer/grub/builds/Makefile
builds/any/installer/uboot/builds/Makefile
packages/base/all/initrds/loader-initrd-files/src/lib/boot1
packages/base/all/vendor-config-onl/PKG.yml
packages/base/all/vendor-config-onl/src/python/onl/mounts/__init__.py
2016-07-21 12:39:10 -07:00
Jeffrey Townsend
5ac829e85f
Don't copy the local sysconfig directory.
2016-06-08 11:36:09 -07:00
Jeffrey Townsend
e6e16a5f48
Now provided by sysconfig.
2016-06-08 17:40:04 +00:00
Carl D. Roth
05561cd482
Record SWI data before switchroot
...
- also update version location(s)
2016-06-01 18:49:20 -07:00
Carl D. Roth
6bd030c898
Record SWI data before booting
2016-06-01 18:48:52 -07:00
Carl D. Roth
dbc63575e7
Update swiprep version locations, add --record option
2016-06-01 18:48:35 -07:00
Carl D. Roth
35db5ffb43
Better implementation of 'latest'
...
- swi file timestamp is unreliable if clock is not set correctly
- extract build timestamp from manifest if available
- extract timestamp-ish string from 'version' file or from swi filename
2016-05-27 13:06:14 -07:00
Carl D. Roth
b21007c70a
Install manifest.json if available
...
- Hurr, fix unzip arguments
- put manifest and/or version at root level too
2016-05-27 13:02:53 -07:00
Jeffrey Townsend
09d6ba8cae
- initmounts -> onl-mounts
...
- pki -> onl-pki
2016-05-27 19:38:48 +00:00
Carl D. Roth
9194aff9da
Don't install an empty version file
2016-05-27 11:36:44 -07:00
Carl D. Roth
c4669a6dc0
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
...
Conflicts:
builds/amd64/installer/legacy/builds/Makefile
builds/any/installer/grub/builds/Makefile
builds/any/installer/legacy/fit/builds/Makefile
builds/any/installer/uboot/builds/Makefile
packages/base/all/initrds/loader-initrd-files/PKG.yml
packages/platforms-closed
2016-05-26 14:42:37 -07:00
Carl D. Roth
e17ea293e2
Refactor boot, boot1, implement directory-based installs
2016-05-26 14:06:00 -07:00
Carl D. Roth
c2e6da45a4
Factored out swi unpack/mount/overlay stuffs
2016-05-26 14:03:50 -07:00
Carl D. Roth
8041b7bf7c
Deprecate initnetdev
...
- moved to onl-vendor-config-onl
- onl-loader-initscripts is now deprecated
2016-05-25 11:48:34 -07:00
Carl D. Roth
dbb2989314
Refactor to use swiget and swimount
...
- working (almost) support for persistent installs
2016-05-25 11:13:46 -07:00
Carl D. Roth
168495e04b
Move 'latest' SWI calculation into swiget
2016-05-25 11:13:46 -07:00
Carl D. Roth
6a17f71234
Factor out the SWI retrieval and directory mounting
2016-05-25 11:13:45 -07:00
Carl D. Roth
f9b67ae99c
Added 'installed' bootmode with inspiration from @sonoble
...
- refactor to leverage /bootmodes/swi
- splice in some of the /etc muckery from /bin/boot
- added consistency checks
- put some temp files on the flash
2016-05-25 11:13:45 -07:00
Carl D. Roth
87ae54e79c
loader init files depend on onl-vendor-config-onl
2016-05-25 11:13:45 -07:00
Jeffrey Townsend
b78a912292
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
2016-05-20 14:55:25 +00:00
Jeffrey Townsend
9057eb80e2
Version files moved.
2016-05-20 01:25:36 +00:00
Jeffrey Townsend
dd4ebb7904
Support possible dynamic generation of the boot-config if not present.
2016-05-20 00:09:24 +00:00
Jeffrey Townsend
95997e7983
Use the system boot-config from /mnt/onl/boot/boot-config if present.
...
If not, use system default /etc/onl/boot-config-default if present.
2016-05-20 00:08:16 +00:00
Jeffrey Townsend
647e9d3bef
Mount ONL-BOOT read-write by default.
2016-05-20 00:07:26 +00:00
Carl D. Roth
8d27402a3d
loader init files depend on onl-vendor-config-onl
2016-05-19 11:30:20 -07: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
Carl D. Roth
27c18755db
Deprecated /etc/onl/mounts, /etc/onl/net
...
- also make the platform boot hooks optional
2016-05-18 12:52:17 -07:00
Carl D. Roth
ea201e8729
Deprecated in favor of onl-vendor-config-onl versions
2016-05-18 12:51:46 -07:00
Carl D. Roth
4946198b5e
Include initnetdev and initubootenv in loader init
2016-05-17 19:21:47 -07: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
19a8e75036
Optionally mount tmpfs within the loader
...
- XXX DANGER @jnealtowns be advised
2016-05-11 13:57:22 -07:00
Carl D. Roth
9127a94cf5
Add python compatibility path for debian-derived installs
2016-05-06 11:05:37 -07:00
Jeffrey Townsend
2640aec6d8
ONL-CONFIG datastore and PKI infrastructure.
2016-04-21 01:00:04 +00:00
Jeffrey Townsend
16284d277f
Run pki --init
2016-04-21 00:58:55 +00:00
Jeffrey Townsend
889d8d7282
The ONL-CONFIG partition should not be mounted.
2016-04-21 00:58:05 +00:00
Jeffrey Townsend
c9ba39388d
Updates for new partition layout and mount management.
2016-04-13 18:37:24 -07:00
Jeffrey Townsend
a920b9ae63
Loader mount policies.
2016-04-13 18:36:54 -07:00
Jeffrey Townsend
686624abab
- Clean up architecture handling.
...
- Add ARM support.
2016-04-03 15:43:33 -07:00
Steven Noble
9fb5989b90
Updated boot1 to support overlay and overlayfs
2016-01-05 21:57:57 +00:00
Jeffrey Townsend
9c17de57b3
Remove confusing message.
2015-12-18 13:46:24 -08:00
Jeffrey Townsend
0588bce5b0
Include bootmodes.
2015-12-11 21:32:05 +00:00
Jeffrey Townsend
45dee0c608
Initial.
2015-11-19 22:45:38 +00:00