Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: customized cheat codes

  1. #11
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297

    Re: Hex editing is possible

    Quote Originally Posted by Harry Kuhman
    Really appreciate your feedback Fabian (as well as your contributions to Knoppix). Thanks.
    Have you seen or tested the new program I did make?

    See one post above your one (the isoinfo one).

    Do you think this would be enough to write some nice dialogs for knoppix-customize.

    cu

    Fabian

  2. #12
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Hex editing is possible

    Quote Originally Posted by Fabianx
    Have you seen or tested the new program I did make?

    See one post above your one (the isoinfo one).

    Do you think this would be enough to write some nice dialogs for knoppix-customize.

    cu

    Fabian
    I saw the post, will follow it up. Still trying to read a lot of other forums I've fallen begind on, but the information was not ignored. The tool to replace ISO parts seems great. I can certainly live with the same size issue. The thought Perhaps I can encourage him to make full featured iso tools, though. would be a fantastic thing to have.

    One more thought, it would be nice if it (or any Live CD) could include the debian package mbr. It looks like an important tool for some things (like USB flash device booting).

    I'm too green to make a judgement yet on if it would be enough to write some nice dialogs for knoppix-customize, but that's certainly an approach to consider. Looks like it should do a lot, but I need to get a lot more hands on before I would make any conclusion. Thanks for pointing me in this direction though.

  3. #13
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297

    Re: Hex editing is possible

    Quote Originally Posted by Harry Kuhman
    [...]
    One more thought, it would be nice if it (or any Live CD) could include the debian package mbr. It looks like an important tool for some things (like USB flash device booting).

    I'm too green to make a judgement yet on if it would be enough to write some nice dialogs for knoppix-customize, but that's certainly an approach to consider. Looks like it should do a lot, but I need to get a lot more hands on before I would make any conclusion. Thanks for pointing me in this direction though.
    To your first question: lilo -M /dev/hda does basically do the same as the mbr package. (Boots the active partition)

    To your second one:

    Well, I'm still thinking about a good GUI how to do it, but I can think of a good thing yet, because the linuxrc format is quite complex.

    Perhaps like:

    Choose which entry you want to choose:

    default
    linux26
    [...]
    expert
    all

    While selecting a single entry gives you the corresponding line and all lets you just add a cheatcode to all lines or remove one from all lines (Yo then have to know which one you want to add or remove though)

    Would this be an idea?

    GUI-startup would be:

    - Select ISO-Image

    Then a menu:

    - Change cheatcodes
    - Show current isolinux.cfg
    - Write back isolinux.cfg
    - Quit

    Any more options needed from a users perspective?

    cu

    Fabian

  4. #14
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Hex editing is possible

    WOW, sounds sweet!

    Quote Originally Posted by Fabianx
    GUI-startup would be:

    - Select ISO-Image

    Then a menu:

    - Change cheatcodes
    - Show current isolinux.cfg
    - Write back isolinux.cfg
    - Quit

    Any more options needed from a users perspective?
    I can see one more option that likely would be handy:
    - restore isolinux.cfg from CDROM defaults

  5. #15
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297

    Re: Hex editing is possible

    Quote Originally Posted by Harry Kuhman
    WOW, sounds sweet!

    I can see one more option that likely would be handy:
    - restore isolinux.cfg from CDROM defaults
    Well there is a problem with that ...

    When you write back your changes, the script can no longer restore the defaults ...

    Well I guess just giving an error message (if nothing has changed) is sufficient ...

    What do you think?

    cu

    Fabian

  6. #16
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Hex editing is possible

    Quote Originally Posted by Fabianx
    Well there is a problem with that ...

    When you write back your changes, the script can no longer restore the defaults ...

    Well I guess just giving an error message (if nothing has changed) is sufficient ...

    What do you think?
    I'm confused, but that seems to be a common state for me lately. I had expected that, as long as the user were running from CD, the original information would still be there on the CD and could be used to recover from any bad isolinux.cfg that the user made. I'm not following why isolinux.cfg can't be restored. I'm not saying that it's a serious problem for me, but my impression was that people like you and Klaus wanted to be sure users would not screw themselves up in ways that would prevent the CD from booting (which I'm told is why home=scan and config=scan are not defaults, although I hope they find their way into the new menu).

  7. #17
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Germany
    Posts
    297

    Re: Hex editing is possible

    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by Fabianx
    Well there is a problem with that ...

    When you write back your changes, the script can no longer restore the defaults ...

    Well I guess just giving an error message (if nothing has changed) is sufficient ...

    What do you think?
    I'm confused, but that seems to be a common state for me lately. I had expected that, as long as the user were running from CD, the original information would still be there on the CD and could be used to recover from any bad isolinux.cfg that the user made.

    I'm not following why isolinux.cfg can't be restored. I'm not saying that it's a serious problem for me, but my impression was that people like you and Klaus wanted to be sure users would not screw themselves up in ways that would prevent the CD from booting (which I'm told is why home=scan and config=scan are not defaults, although I hope they find their way into the new menu).
    Well you could be running the script not only from CD, but also from Windows or from another Linux system, where you do not have a isolinux.cfg. So I thought restoring the image would mean: Just grab the old isolinux.cfg from the ISO-image, when the user has made changes, but does not like his changes. (Instead of having to restart the program)

    home=scan and myconfig=scan are not default, because:

    Think of following szenario:

    Mr. Evil has forgotten his USB-Stick in your computer, which by coincidence has a knoppix.sh, which does do: dd if=/dev/zero of=/dev/hda ...

    And Mr. Evil uses that USB stick sometimes with a special Knoppix to delete machines, but he never imagined that it would delete your machine. He is sooo sorry ...



    Ok, the same applies to unpacking just some config files ...

    This is the reason, but if a user chooses:

    Use knoppix.sh config script its _his_ choice and his
    responsibility.

    If we make it default, its our responsibility.

    I hope you understand now ...

    I'm working on the new menu ...

    cu

    Fabian

Page 2 of 2 FirstFirst 12

Similar Threads

  1. changing the cheat codes
    By usha panwar in forum Customising & Remastering
    Replies: 3
    Last Post: 10-11-2005, 09:44 AM
  2. Permanant cheat codes?
    By darkhand in forum Customising & Remastering
    Replies: 3
    Last Post: 07-25-2005, 06:27 PM
  3. How to combine these cheat codes ?
    By borislaff in forum Hardware & Booting
    Replies: 1
    Last Post: 06-02-2005, 08:18 PM
  4. Cheat codes
    By lbenn in forum Hardware & Booting
    Replies: 5
    Last Post: 06-02-2005, 03:13 PM
  5. knoppix cheat codes
    By kzaty in forum Customising & Remastering
    Replies: 3
    Last Post: 04-29-2003, 08:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Hynix Hma84gr7mfr4n-uh 32gb Ddr4-2400 ECC Reg DIMM Server Memory  LOT OF 10 picture

Hynix Hma84gr7mfr4n-uh 32gb Ddr4-2400 ECC Reg DIMM Server Memory LOT OF 10

$340.00



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory picture

Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory

$15.49



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L picture

A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L

$27.98



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$9.64



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$21.50



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 128GB 4x 32GB 2Rx4 PC4-19200R DDR4 2400 ECC REG RDIMM Server Memory RAM picture

A-Tech 128GB 4x 32GB 2Rx4 PC4-19200R DDR4 2400 ECC REG RDIMM Server Memory RAM

$191.96