• [^] # Re: CD bootable avec logiciel SIP et pilotes de webcam?

    Posté par . En réponse au journal Enregistrer une session de VoIP. Évalué à 3.


    Quelqu'un connait-il d'autres CDs bootables proposant SIP?


    Je pense que Mandriva propose un outil (mklivecd) pour créer son propre liveCD donc je pense qu'on peux citer Mandriva. L'avantage par rapport à ubuntu est que tu peux y inclure tes pilotes de webcam si ils ne sont pas inclus dans le noyau.


    Usage:
    /usr/sbin/mklivecd [options] <livecd-image>

    General Options:
    --help Display this message
    --version Display version information
    --verbose Be verbose in output
    --noclean Don't remove temporary files on exit. #'
    --workdir Specify a working directory which will not
    be cleaned.
    --debug Display some extra debugging information
    while building the CD. (Usefull for bug
    reports to the developers.)

    Image generation:
    --root Root directory of the live filesystem to use
    as the for the image of the LiveCD.
    (default: /)
    --tmp Name of the directory to be used for
    temporary file storage.
    (default: /tmp)
    --img Name of the saved compressed image. When an
    image by this name is found, it will not be
    re-created or overwritten, rather the
    existing image will be re-used, i.e. the
    compressed image is not re-built.
    --nofile [,][...] Excludes files from the final image. (Also
    see the --nodir option for a full
    description)
    --nodir [,][...] Excludes directories from the final image.
    Patterns passed to this option (as with the
    --nofile option) should be valid in a grep(1)
    search, e.g. --nodir=^/home/jaco,^/root/.mcop
    will exclude both the /home/jaco and
    /root/.mcop directories from the final
    LiveCD.
    --sort Sort the files on the compressed iso image
    according to the mkisofs-style sort specifier
    as detailed in file.
    --kernel Kernel to use as default for the LiveCD
    image. (Output of uname -r)
    (default: 2.6.17-rc5.20mdk)
    --cow Enable experimental cow filesystem.
    Currently this option enables overlay
    filesystem support.

    Compression options:
    --blocksize Compression (if used) blocksize in K
    (default: 32)
    --looptype <clp|sqfs|iso|ziso> Create a cloop, squashfs or iso (non-
    compressed) image or compressed iso image.
    (default: sqfs)

    Boot options:
    --bootopt Specify an additional boot option to pass to
    the kernel command-line.
    --bootmsg Use 'msg' as the isolinux boot message.
    --bootkey <key=msg> Display 'msg' on key 'key' from isolinux.
    --bootimg Use 'img' (LSS format) as the isolinux.
    background display image.
    --mdkboot Use the Mandrake boot image extension to
    display the boot message.
    --timeout Specify the default ISO Linux prompt timeout
    in seconds.
    (default: 150)
    --noprompt Disable ISO Linux prompt (i.e. prompt 0).
    --keyboard Specify a different keyboard layout as
    default for the LiveCD.
    (default: us)
    --resolution Specify the resolution for the framebuffer
    output device. (Either resolution or normal)
    (default: 800x600)
    --splash <silent|verbose|no> Create the LiveCD with bootsplash support if
    available on the root filesystem.
    (default: silent)
    --fstab Override the default options for the fstab on
    the LiveCD. Options are one or more of 'auto'
    and 'rw', for example '--fstab=rw,auto' will
    automatically mount all detected partitions
    rw.

    ISO Image options:
    --isoextrafiles Add the files in 'path' to the root of the
    LiveCD ISO image.
    --application Use the specified iso application ID, as '-A'
    option to mkisofs.
    --volumeid Use the specified iso volume ID, as a '-V'
    option to mkisofs.
    --preparer Use the specified preparer ID, as a '-p'
    option to mkisofs.
    --publisher Use the specified publisher ID, as a '-P'
    option to mkisofs.
    --md5sum Compute and implant the md5sum to verify media.

    Behaviour:
    --usbhome Use USB memory stick devices as a persistent
    home when available/connected on bootup.

    Examples:
    /usr/sbin/mklivecd --nodir ^/usr/src/RPM,^/root/tmp livecd.iso
    /usr/sbin/mklivecd --blocksize 224 --splash=silent livecd.iso



    Je pense que d'autres distributions proposent un tel outil qui simplifie la création de Live CD