18
0
Fork 0

documentation syspatch

This commit is contained in:
gcolpart 2018-02-03 15:15:31 +01:00
parent b35bc2a450
commit caf09f1e22
1 changed files with 38 additions and 0 deletions

View File

@ -21,6 +21,44 @@ ukc> quit
Saving modified kernel.
~~~
## syspatch
syspatch permet de maintenir son noyau/système up-to-date (fonctionne uniquement en 6.2) :
~~~
root:1# syspatch -c
004_libssl
005_ahopts
006_prevhdr
007_etherip
root:2# syspatch
Get/Verify syspatch62-004_libssl.tgz 100% |*************| 2515 KB 00:02
Installing patch 004_libssl
Get/Verify syspatch62-005_ahopts.tgz 100% |********************************************************| 703 KB 00:01
Installing patch 005_ahopts
Get/Verify syspatch62-006_prevhdr... 100% |********************************************************| 783 KB 00:01
Installing patch 006_prevhdr
Get/Verify syspatch62-007_etherip... 100% |********************************************************| 1030 KB 00:01
Installing patch 007_etherip
Relinking to create unique kernel... done.
root:4# syspatch -l
001_tcb_invalid
002_fktrace
003_mpls
004_libssl
005_ahopts
006_prevhdr
007_etherip
~~~
rollback :
~~~
# syspatch -r
~~~
## FAQ