User Tools

Site Tools


doc:appunti:linux:sa:grml

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
doc:appunti:linux:sa:grml [2023/12/12 12:41] – [Customize the environment and save the config.tbz] niccolodoc:appunti:linux:sa:grml [2024/01/26 18:04] (current) – [Customize the environment and save the config.tbz] niccolo
Line 78: Line 78:
 <code> <code>
 mkdir /mnt/grmlcfg mkdir /mnt/grmlcfg
-mount /dev/sdc /mnt/grmlcfg+mount /dev/sdc3 /mnt/grmlcfg
 cp -p config.tbz /mnt/grmlcfg cp -p config.tbz /mnt/grmlcfg
 </code> </code>
Line 84: Line 84:
 If you want to modify the **config.tbz** archive without re-creating it via the ''save-config'' command, you can extract the archive and then re-create it: If you want to modify the **config.tbz** archive without re-creating it via the ''save-config'' command, you can extract the archive and then re-create it:
  
-<code>+<code bash>
 mkdir config mkdir config
 cd config cd config
 tar jxvf ../config.tbz tar jxvf ../config.tbz
 +# Do whatever you need to the extracted files...
 +mv ../config.tbz ../config.bak.tbz
 +tar jcvf ../config.tbz *
 </code> </code>
  
doc/appunti/linux/sa/grml.1702381306.txt.gz · Last modified: 2023/12/12 12:41 by niccolo