doc:appunti:linux:sa:grml
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:sa:grml [2023/12/12 12:41] – [Customize the environment and save the config.tbz] niccolo | doc:appunti:linux:sa:grml [2024/12/16 15:50] (current) – [Create a new partition into the USB stick] niccolo | ||
---|---|---|---|
Line 38: | Line 38: | ||
The option **%%--wipe never%%** is required because the device contains an **iso9660 signature** that otherwise will be removed by the write command. | The option **%%--wipe never%%** is required because the device contains an **iso9660 signature** that otherwise will be removed by the write command. | ||
- | Using the **n** key to **add a new partition** it is possible to create the ''/ | + | Using the **n** key to **add a new partition** it is possible to create the ''/ |
+ | |||
+ | < | ||
+ | Command (m for help): n | ||
+ | Partition type | ||
+ | Select (default p): p | ||
+ | Partition number (3,4, default 3): | ||
+ | First sector (1751040-122879999, | ||
+ | Last sector, +/-sectors or +/ | ||
+ | </ | ||
+ | |||
+ | Select **p** (//print the partition table//) and **w** (//write table to disk and exit//) to finalize the partitioning, | ||
< | < | ||
Line 78: | Line 89: | ||
< | < | ||
mkdir / | mkdir / | ||
- | mount /dev/sdc / | + | mount /dev/sdc3 / |
cp -p config.tbz / | cp -p config.tbz / | ||
</ | </ | ||
Line 84: | Line 95: | ||
If you want to modify the **config.tbz** archive without re-creating it via the '' | If you want to modify the **config.tbz** archive without re-creating it via the '' | ||
- | < | + | < |
mkdir config | mkdir config | ||
cd config | cd config | ||
tar jxvf ../ | tar jxvf ../ | ||
+ | # Do whatever you need to the extracted files... | ||
+ | mv ../ | ||
+ | tar jcvf ../ | ||
</ | </ | ||
doc/appunti/linux/sa/grml.1702381306.txt.gz · Last modified: 2023/12/12 12:41 by niccolo