Changes for page Armbian OS instruction
Last modified by Edwin Chen on 2025/02/26 08:18
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -328,17 +328,17 @@ 328 328 === 3.2.6 Generate Release file === 329 329 330 330 331 -==== (% style="color:blue" %)Create the generated script:(%%)====331 +==== Create the generated script: ==== 332 332 333 333 334 - (% style="background-color:yellow"%)**cd/var/www/html/debian/release/dists/stable**334 +cd /var/www/html/debian/release/dists/stable 335 335 336 336 337 - (% style="background-color:yellow" %)**wget [[http:~~/~~/repo.dragino.com/release/tool/unimportant/generate-release.sh>>url:http://repo.dragino.com/release/tool/unimportant/generate-release.sh]]**337 +wget [[http:~~/~~/repo.dragino.com/release/tool/unimportant/generate-release.sh>>url:http://repo.dragino.com/release/tool/unimportant/generate-release.sh]] 338 338 339 - (% style="background-color:yellow" %)**chmod + x ./generate-release.sh**339 +chmod + x ./generate-release.sh 340 340 341 - (% style="background-color:yellow" %)**./generate-release.sh > Release**341 +./generate-release.sh > Release 342 342 343 343 344 344 ... ... @@ -345,86 +345,70 @@ 345 345 === 3.2.7 Sign the Release file with gpg and generating Inrelease file === 346 346 347 347 348 +==== Make sure auto-update server has gnupg ==== 348 348 349 - ==== (% style="color:blue" %)Make sure auto-updateserver hasgnupg(%%) ====350 +apt install gnupg 350 350 352 +==== generate gpg key ==== 351 351 352 - (% style="background-color:yellow" %)**aptinstallgnupg**354 +gpg -gen-key 353 353 354 354 355 - 356 -==== (% style="color:blue" %)generate gpg key(%%) ==== 357 - 358 - 359 -(% style="background-color:yellow" %)**gpg -gen-key** 360 - 361 - 362 362 **((% style="color:red" %)Note: Fill in the content as required and remember the name and email address)(%%)** 363 363 364 364 360 +==== Check the gen-key ==== 365 365 366 - ==== (% style="color:blue" %)Check thegen-key(%%) ====362 +gen -list-key 367 367 368 368 369 - (%style="background-color:yellow"%)**gen-list-key**365 +==== Generate the release.gpg ==== 370 370 367 +cd /var/www/html/debian/release/dists/stable 371 371 369 +gpg ~-~-armor ~-~-detach-sign -o Release.gpg Release 372 372 373 -==== (% style="color:blue" %)Generate the release.gpg(%%) ==== 374 374 372 +gpg ~-~-clearsign -o InRelease Release 375 375 376 -(% style="background-color:yellow" %)**cd /var/www/html/debian/release/dists/stable** 377 377 378 -(% style="background-color:yellow" %)**gpg ~-~-armor ~-~-detach-sign -o Release.gpg Release** 379 379 380 380 381 - (%style="background-color:yellow"%)**gpg~-~-clearsign-o InReleaseRelease**377 +==== Generate the public key ==== 382 382 383 383 380 +gpg ~-~-armor ~-~-output <name>.asc ~-~-export <email address> 384 384 385 -==== (% style="color:blue" %)Generate the public key(%%) ==== 386 - 387 - 388 -(% style="background-color:yellow" %)**gpg ~-~-armor ~-~-output <name>.asc ~-~-export <email address>** 389 - 390 - 391 391 **example: gpg ~-~-armor ~-~-output xiao.asc ~-~-export **[[xiaoye@dragino.cc>>mailto:xiaoye@dragino.cc]] 392 392 393 393 394 394 386 + 395 395 === 3.2.8 Add url as apt source in LPS8v2 / MS20 === 396 396 389 +==== Add the public key ==== 397 397 391 +cp xiao.asc /etc/apt/trusted.gpg.d/ 398 398 399 - ====(% style="color:blue" %)Addthe public key(%%)====393 +(% style="color:red" %)Note: First need to transfer the public key from auto-update server to device. 400 400 401 401 402 - (%style="background-color:yellow"%)**cp xiao.asc /etc/apt/trusted.gpg.d/**396 +==== Add the apt source list ==== 403 403 404 -(% style="color:red" %)**Note: First need to transfer the public key from auto-update server to device.** 405 - 406 - 407 - 408 -==== (% style="color:blue" %)Add the apt source list(%%) ==== 409 - 410 - 411 411 Add the apt source list url and name this as test_server.list 412 412 413 - (% style="background-color:yellow" %)**echo "deb http:~/~/<IP_address or hostname>/debian/release stable main" | tee /etc/apt/sources.list.d/test_server.list**400 +echo "deb http:~/~/<IP_address or hostname>/debian/release stable main" | tee /etc/apt/sources.list.d/test_server.list 414 414 415 415 403 +==== Validate the apt repository ==== 416 416 417 -==== (% style="color:blue" %)Validate the apt repository(%%) ==== 418 - 419 - 420 420 Get and install the testing package (download testing-0808.deb and test) 421 421 422 - (% style="background-color:yellow" %)**apt update && apt install testing**407 +apt update && apt install testing 423 423 424 - 425 425 Example output: 426 426 427 -[[image: 1661306420449-569.png]]411 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg]] 428 428 429 429 430 430 ... ... @@ -431,7 +431,7 @@ 431 431 432 432 === 3.2.9 Configure the gateway‘s auto-upgrade rules === 433 433 434 -==== (% style="color:blue" %)Remove dragino apt source(%%)====418 +==== Remove dragino apt source ==== 435 435 436 436 /etc/apt/sources.list 437 437 ... ... @@ -441,7 +441,7 @@ 441 441 442 442 443 443 444 -==== (% style="color:blue" %)Set up automatic updates(%%)====428 +==== Set up automatic updates ==== 445 445 446 446 Path :/usr/lib/dragino/dragino-apt-updates 447 447
- 1661306420449-569.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -237.0 KB - Content
- 1661306460134-112.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -146.8 KB - Content