Results 1 to 3 of 3

Thread: Installing Mint Linux

  1. #1
    Join Date
    Mar 2007
    Beans
    13

    Installing Mint Linux

    You gave some instruction, but I still need some help.

    First how do I create a alternative ISO. I looked at the meta link files for other alternative ISOs. There appears to be a number hashes that need to be created. Is there software that can generate this file based off a current iso of mint linux?

    Second you told me to modify items in the wubi/src directory. I do not find the directories, so I presume that I need the source of wubi, modify those files and recompile. If this is the case then where can I find the source code? Second what is needed to compile the source code on linux?

    Thanks!

    Chris

  2. #2
    Join Date
    Feb 2005
    Beans
    5,138

    Re: Installing Mint Linux

    Quote Originally Posted by floweringmind View Post
    You gave some instruction, but I still need some help.

    First how do I create a alternative ISO. I looked at the meta link files for other alternative ISOs. There appears to be a number hashes that need to be created. Is there software that can generate this file based off a current iso of mint linux?
    http://hampus.vox.nu/metalink/

    Second you told me to modify items in the wubi/src directory. I do not find the directories, so I presume that I need the source of wubi, modify those files and recompile. If this is the case then where can I find the source code?
    https://code.launchpad.net/~lupin-team/wubi/devel

    to grab the code:

    bzr branch http://bazaar.launchpad.net/~lupin-team/wubi/devel

    note that when compiling you also need to have a (compiled) lupin branch. Lupin must be compiled using the same kernel that will be used in the target ISO.

    bzr branch http://bazaar.launchpad.net/~lupin-team/lupin/devel

    cd ~/src/lupin/devel
    make
    cd ~/src/wubi/devel
    make
    make test

    Second what is needed to compile the source code on linux?
    wine + makensis, but if you run make from within wubi, it will install the for you.

  3. #3
    Join Date
    Aug 2006
    Location
    Pompano Beach, FL, USA
    Beans
    57

    Re: Installing Mint Linux

    I might be wrong, but I don't think LM has an alternate ISO? In that case, having a metalink for the normal ISO wouldn't help.

Bookmarks

Posting Permissions

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