Update the official iso with my system
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    cip060
    Posts: 137 from 2010/7/30
    I would like to create an iso / cd / dvd of my system
    That can be self-installing like the original ISO
    How should I move to update and create a bootable iso with ready-made programs and configurations
  • »17.09.22 - 12:57
    Profile
  • ASiegel
    Posts: 1370 from 2003/2/15
    From: Central Europe
    @Papiosaur

    This resulting CD would not be "self-installing" though. (See first post.)
  • »17.09.22 - 16:40
    Profile
  • Moderator
    Kronos
    Posts: 2236 from 2003/2/24
    I would try it the hacky way:

    Take the corresponding MorphOS-ISO and modify it by adding/replacing your stuff.

    No idea if that would still be bootable and I have no plans to try it....
  • »17.09.22 - 21:52
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    cip060
    Posts: 137 from 2010/7/30
    was what I thought too
    if you add the applications and utilities you use it should work
    it is also true that you just need to copy the files
  • »17.09.22 - 22:49
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    You should be able to prepare a bootable ISO with already existing tools - there's mkisofs in MOSSYS:Data/Jalapeno.

    I'd strongly advise you to create a copy of your system somewhere, say Work:BootCD folder instead of creating an iso directly! You'll need additional files there anyway. Assuming you're using a PPC Mac, you should mount the MorphOS ISO corresponding to the OS you have installed and copy the mac_ppc32/64 folders to Work:BootCD. Those folders are hardcoded in the OpenFirmware so don't try to rename them ;) Once you've copied your system partition there, you can generate the ISO. Try this in a shell:

    Code:

    cd Work:
    MOSSYS:Data/Jalapeno/mkisofs -allow-lowercase -sysid MorphOS -V MorphOS -iso-level 3 -R -l -o Work:BootCD.ISO BootCD


    You can now burn the ISO with Jalapeno. Should work :)
  • »17.09.22 - 23:04
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    cip060
    Posts: 137 from 2010/7/30
    I tried the copy of my system is performed but unfortunately it is not seen by the Mac boot manager not even holding the C key to make the cd boot
    Other solutions?
    I tried to update the original ISO with Windows but Morphos ISO is hybrid and does not add anything to me
  • »19.09.22 - 00:39
    Profile