[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: saving cheatcodes



Hi,

Denis prost wrote:
> I'll try this as soon as possible,

You need to verify the partition limits of EFI and ReiserFS before you
run the example. Each KNOPPIX ISO version will have its own numbers around
8 million.
Inquire Start and End of the partitions by

  /sbin/fdisk -l "$orig_iso"

Instead of the "--interval" pseudo paths you may as well copy the partition
content by dd and give the disk paths of the copies as argument to options
  -append_partition 2 0xef ...efi_fat_image_path... \
  -append_partition 3 0x83 ...reiserfs_image_path... \

The "--interval" argument of option -isohybrid-mbr is supposed not to
change in the near future. (Actually it would suffice to cut out the first
432 bytes of the ISO and submit the path of the resulting little data file.)


Have a nice day :)

Thomas


Reply to: