ISO-Repack: fixed layout
This commit is contained in:
@@ -7,11 +7,13 @@ mkisofs xorriso isohybrid
|
||||
|
||||
## Editing ISO image
|
||||
|
||||
create workspace
|
||||
Create workspace
|
||||
`mkdir /tmp/custom_iso`
|
||||
Mount image and extract it since it is read only
|
||||
`mount -t iso9660 -o loop ~/original.iso /mnt/`
|
||||
`tar cf - /mnt/. | (cd /tmp/custom_iso; tar xfp -)`
|
||||
```
|
||||
mount -t iso9660 -o loop ~/original.iso /mnt/`
|
||||
tar cf - /mnt/. | (cd /tmp/custom_iso; tar xfp -)
|
||||
```
|
||||
You can now modify the files for editing the bootloader config for example!
|
||||
|
||||
## Back into an iso
|
||||
|
||||
Reference in New Issue
Block a user