bodems

shower thoughts and ideas

User Tools

Site Tools


knowledgebase:bsdrp_pkg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
knowledgebase:bsdrp_pkg [2017/07/12 08:10] bodemsknowledgebase:bsdrp_pkg [2017/07/14 18:52] bodems
Line 1: Line 1:
 ===== Install additional packages in an BSDRP installation ===== ===== Install additional packages in an BSDRP installation =====
-**Status:** maybe not complete, have to review it 
  
 ==== Problem ==== ==== Problem ====
Line 6: Line 5:
  
 ==== Solution ==== ==== Solution ====
 +  * make sure you have extended the data slice
   * mount / as rw: **mount -uw /**   * mount / as rw: **mount -uw /**
-  * enable the FreeBSD repo and disable the local repo in **/usr/local/etc/pkg/repos/FreeBSD.conf** +  * extend /var and /etc via **/conf/base/etc/md_size** and **/conf/base/var/md_size** (122880 for 60MB) 
-  * Extend /var and /etc via **/conf/base/etc/md_size** and **/conf/base/var/md_size** +  * mount / as ro: **mount -ur /** 
-  * pkg update +  * **reboot**: If you are asked to save your config, choose "No" 
-  * pkg install <package>+  * enable the FreeBSD repo and disable the local repo in **/usr/local/etc/pkg/repos/myrepo.conf** 
 +  * **pkg update** 
 +  for installing a package, you have to mount writeable again: **mount -uw /** 
 +  * now you can install your package: **pkg install <package>**
   * done!   * done!
  
-==== Usefull links ====+==== Useful links ====
   * https://bsdrp.net/documentation/technical_docs#how_to_modify_an_existing_image   * https://bsdrp.net/documentation/technical_docs#how_to_modify_an_existing_image
   * https://sourceforge.net/p/bsdrp/mailman/message/34065870/   * https://sourceforge.net/p/bsdrp/mailman/message/34065870/
knowledgebase/bsdrp_pkg.txt · Last modified: 2023/04/30 16:58 by 127.0.0.1