Modify "live" cd from existing .iso

Many posts direct interest in making "live" devices with personal preferences in Arch packages.
One possible method to utilize existing "live" CD/DVD .iso's is to uitilize the isomaster program to modify them as desired.EDIT:(non-hybrid output)
This program permits extracting and/or adding packages to an existing .iso and permits saving the result in a new .iso.  These are CD/DVD compatible.
This approach allows the user to take advantage of the boot params provided in the original .iso and permits the changes to be made.
It should permit several iterations to accomodate later desired additions/changes.
Perhaps this has been done already?  How well does it work?
Last edited by lilsirecho (2011-06-11 20:22:36)

Just a quick heads-up on that isomaster dosen't retain the usb-bootable part of hybrid-iso's like arch's official isos...
To fix, then install syslinux and run 'isohybrid <filename.iso>'.
I myself always changes the official arch install iso's to make them fully unattended by copying my automatic aif config to the iso and setting it up to run from /etc/rc.local...
Isomaster is nice if you want a gui app, but I preffer to just mount the iso, copy the content over, make changes and remake the iso afterwards...

Similar Messages

  • How to have a live feed from application server log file (realtime viewr )

    how to have a live feed from application server log file (realtime viewr for apps log files)
    hi , thank you for reading my post.
    is there any way to have a live feed of Application server log ?
    for example is there any application that can watch the log file and show the changes as new log items come in ?
    can some one with more experience help ?

    Your question would be more suited to the Developer Forums
    http://devforums.apple.com
    but anyway...
    My goal is to develop a web application that is able to run on iPhone too, to capture the audio and video content from its camera and mic.
    Web Apps running in Safari don't have access to the camera or mic hardware.
    Or I should built a native application distributed through Apple store?
    That is your only option, although such a system already exists:
    http://itunes.apple.com/us/app/ustream-live-broadcaster/id319362690?mt=8

  • When using Iphoto to import photo from existing folder, what happens if I delete the photo in Iphoto ? Will the original file in the folder be deleted too?

    When using Iphoto to import photo from existing folder to iphoto, what happens if:
    1. I delete that photo in iphoto? will the original file in the folder be deleted too ?
    2.  when importing, does the hard disk store 2 versions of the photo, hence occupying additional space in the harddisk?

    1 - no  --  iPhoto only manages fiel within the iPhoto library - it does not ever do anything with files outside the library
    2 - No idea what you are asking - by default (and strongly recommended) iPhoto copies the original to the iPhoto library and you delete the source file outside the iPhoto library - iPhoto alwasy has at least two versions of every photo and some times three - it always have the original, a thumbnail and once a photo is modified a preview - this is not optional - if it is not what you want then iPhoto is not the correct progrtam to be using for phopto management
    LN

  • Error while deleting UIElements from existing view of webdynpro project

    hiiii everybody,
    I have an existing project which i need to modify.so when i am trying to delete some UIElements from existing view and saving the metadata, itz showing error as for example:
    1)Group Group2 header is missing
    2)wdThis cannot be resolved.
    please do help out.
    Thanks and regards,
    Parama.

    Hi,
    First error comes when you deleted Group header but Group UI is there.
    For Second one, check the names of UI elements different or not.
    Regards
    LakshmiNarayana

  • Live Capture from Video Mixer

    I'm having a problem with getting my Powerbook to communicate with my Videonics MXPro Dv digital video switcher. The switcher has firewire out which works when I connect to a camera but I can't get Final Cut 5 to connect with it. I have set up my device setting as non-controllable but with no success. I am trying to capture SD footage of school musical. Any thoughts?

    Additional thoughts...
    If you have a DV camera/deck, I'd try to use that instead of the Canopus. This way, you could record to tape what you're capturing live.
    Granted, there is timecode differences between the two, but it serves as a backup, should the live capture fail. (and trust me, it will at some point...Mr. Murphy says so)
    For our workflow, we do a couple of things...for mission critical events, we ISO record to tape in each camera and to a Deck (live to tape), as well as the live capture into FCP.
    We then capture all tapes and cut shows from that. This way, we have DV recorded quality from camera tapes, along with proper timecode, which comes in handy, should we ever have to revisit the project. (the live capture becomes our redundant backup recording, which we dump after the show is a lock)
    For non-mission critical, we just record the live cut to the deck, along with the live capture into FCP. We can cut from either, then we can dump the live captures from the drives (saving valuable disk space) and still have tape backup to re-cut if needed.
    K

  • [svn:fx-trunk] 7661: Change from charset=iso-8859-1" to charset=utf-8" and save file with utf-8 encoding.

    Revision: 7661
    Author:   [email protected]
    Date:     2009-06-08 17:50:12 -0700 (Mon, 08 Jun 2009)
    Log Message:
    Change from charset=iso-8859-1" to charset=utf-8" and save file with utf-8 encoding.
    QA Notes:
    Doc Notes:
    Bugs: SDK-21636
    Reviewers: Corey
    Ticket Links:
        http://bugs.adobe.com/jira/browse/iso-8859
        http://bugs.adobe.com/jira/browse/utf-8
        http://bugs.adobe.com/jira/browse/utf-8
        http://bugs.adobe.com/jira/browse/SDK-21636
    Modified Paths:
        flex/sdk/trunk/templates/swfobject/index.template.html

    same problem here with wl8.1
    have you sold it and if yes, how?
    thanks

  • Entity-Named Query Caching - Need live results from DB not Cached

    I've developed an application EJB3 web application which uses Entity Beans and NamedQueries to retrieve my results.
    Aswell as my main EJB3 web application I also have an external interface (Oracle Stored Procedure) which is updating data in my database tables. The problem is that the when the NamedQueries are called they only bring back "Cached" resultsets and not the live results that exists in the database at that time. If my Stored Procedure updates a value (or if I update a value via Toad for testing) the NamedQuery does not bring back these changes. From what I have read about NamedQueries it seems that they do actually query the live db but send back the cached values for performance reasons.
    Is there a way to turn off caching of Query results?
    If not is there another way to deal with this issue?
    ps. I'm using Jdev 10.1.3.4 and appserver 10.1.3.1

    Anyone?

  • How to modify the Procedure which exists in Package individually?

    Hi,
    I need to modify the procedure which exists in package individually. I.e. I don't want to recompile the entire package.
    This task to be done in SQL Plus not in TOAD. Because in TOAD, we can directly place the script and recompile using the option.
    Do we have any syntax to modify the procedure which exists in package?
    [Like.....     create or replace schema.packagename.procudrename....etc...?]
    Kindly reply if you are not clear on my query.
    Kindly help me on this.

    Explain the reason why this would make any sense. Convenience. I wouldn't mind this option either.
    1) Currently, i am working on a PACKAGE which has
    over 2k lines. In general, changes are made in a
    single PROCEDURE only. I then copy the code (from
    notepad) and paste it into SQL*Plus. This takes a few
    seconds. If i could just ALTER the one PROCEDURE, it
    would save time. (The little adds up to a lot during
    testing.)
    2) If two developers want to modify the two parts of
    the same PACKAGE they would have to rename the
    PACKAGE so one's changes do not overwrite the other.
    Allowing to change the particular PROCEDURE inside
    the PACKAGE would obviate this need.
    3) If PACKAGES are to be stored in a versioning
    system, it might be convenient to store each
    PROCEDURE separately, instead of storing the entire
    PACKAGE as one file.
    It is certainly not required, but it would be a nice
    convenience. That is why it would make sense.OK, then why did you chose to make packages? You do realize you can make stand alone procedures / functions outside of packages don't you?
    I can see how 2 seconds of waiting for a package to compile could set your testing back by weeks (warning, being highly sarcastic).

  • Can I stream live video from mobile to fms using flashlite?

    Can I stream live video from mobile to fms using flashlite?
    I Know flash lite 4 also not access the mobile camera.  But, I need to develop a application it captures the mobile camera and stream the vedio to fms server and display the live event to other mobile users.
    Is it possible? 
    If possible what are the technologies i can use?
    Thanks for the help in adavance
    Prasad

    i have made a few test with Flash Lite 3.0 and Flash Media Server 3  and I have to say that it is pretty easy to stream FLV Video files and  Live Video from local web camera to mobile phone. Here are a quick  instructions how to do it in Windows (I will publish Linux version  later).
    Play FLV-video from Flash Media Server 3:
    Install Flash Media Server 3 (download developer version)
    There are a few sample FLV files in applications/vod/media folder, so you can use one of them for testing
    Create a new Flash Lite 3.0 file in Flash
    Add a new Video symbol to library
    Drag this Video symbol to Stage and give instance name to it: video
    Type following programming to timeline:
    // make a new video-object
    var video:Video;
    // make a new NetConnection-object
    var nc:NetConnection = new NetConnection();
    // check connection status from server
    nc.onStatus = function(info:Object):Void {
      status_txt.text=info.code;
      if (info.code == "NetConnection.Connect.Success") {
        startStreaming();
    // start streaming video to phone
    function startStreaming() {
      ns = new NetStream(nc);
      ns.setBufferTime(5);
      video.attachVideo(ns);
      // play sample.flv from server
      ns.play("sample",0);
    // show info to user
    status_txt.text = "Connecting server...";
    // connect FMS 3 video on demand service (default port 1935)
    nc.connect("rtmp://your.server.ip.here:1935/vod");
    Go to Publish Settings...
    Set Local playback security: Access network only
    Publish your SWF-file
    Send your SWF-file to your phone
    Test and you should see FLV-video playing in your phone
    Play live video from Flash Media Server 3:
    Install Flash Media Server 3 (download developer version)
    Install Flash Media Encoder 2 (Windows only)
    Start Flash Media Encoder 2
    You should see your live camera in Input screen
    Press Start-button to start sending live video to Flash Media Server 3
    Create a new Flash Lite 3.0 file in Flash
    Add Video symbol and programming as you did earlier
    Modify your programming:
    // in startStreaming()-function
    // Flash Media Encoder 2 publish stream name is "livestream"
    ns.play("livestream",-1,-1,true);
    // start connection to Flash Media Server 3
    // Flash Media Encoder 2 publishes Flash Media Server's default
    // live publishing point, so connect it
    nc.connect("rtmp://your.server.ip.here:1935/live");
    Publish, test and enjoy
    box office movies

  • My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad one.

    My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad .

    Are you using the Sky Go app to try and watch it ? If so are you logged in with your Sky account ?
    If you are using the app then you could try closing the app completely and see if it works when you re-open it : from the home screen (i.e. not with Sky Go 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Sky Go app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • 11.1.2.3, clean up member from existing UDA's, members should have no UDA at all.

    Hi,
    (Essbase 11.1.2.3)
    I want to clean up member (Account) from existing UDA's, so that in the end there are no UDA at all.
    The docu says:
    "Note:To remove a UDA value, use Enable UDA changes, and, in the data source, leave the relevant UDA field blank"
    https://docs.oracle.com/cd/E24674_01/epm.1112/eas_help/frameset.htm?ruleuda.html
    However I can not make it...
    Tried the following in the data file: (I have not tested it with a SQL source yet)
    Member(level0), UDA(level(0)
    K12345 <tab>
    K12345 <tab> ""
    K12345 <tab> <blank>
    K12345 <tab> " "
    K12345 <tab> <blank> <tab>
    K12345 <tab> " " <tab>
    Also changed the separator from <tab> to ";" and tried all of the obove again.
    I alway get the "Success" message after the Dim load, however the already existing UDA's still remain. When I give it a "dummy" UDA (e.g. "noUDA" in the data file these UDA value replaces the existing (one or many). However I dont want such "dummy" stuff in the otl.
    Has someone a hint?
    Thanks in advance!
    Andre

    Hi Andre - I just tested this with a parent-child file against the Market dimension of Sample.Basic in 11.1.2.3.505, and it worked for me leaving it blank. Structure of the file was:  Parent     Child     UDA
    In the global Dimension Build Properties I selected Market then checked 'Allow Property Changes' and 'Allow UDA Changes'.
    In the UDA field's Dimension Build Properties I set the dimension to 'Market', field to type UDA, and I also checked 'Delete when the field is empty' (it's all the way at the bottom of the field properties list, below 'Ignore Field for Dimension Build').
    Since you don't mention it, I wonder if you missed that last step?

  • HT4437 How do you stream live tv from an abc app from my iPad 4 retina to my tv using Apple TV?

    How do you stream live tv from an abc app from my iPad 4 retina to my tv using Apple TV?

    you use airplay mirror
    if that does not work then it's because the app block the feature
    how you turn on airplay mirror
    http://support.apple.com/kb/ht5209

  • Can i transfer data from existing apple ID to my  new apple ID?

    i currently have a Ipad 2 registered under an Apple ID ( with my son 's email address),
    bought a new Ipad Air,  would like to set up the new iPad Air  under a new Apple ID ( my email address)
    how can i transfer the data from Ipad 2 ( from existing Apple ID with my son's email address )  t  new Apple ID that I will set up based on my
    own email address
    ectogo

    This is why it is important to have backups of your media and other important files.
    The Windows computer will not be able to read the files on the iPod because of the formating (at least that is my understanding).
    The iPod will need to be formated to work with Windows.  The only way to do this is to wipe the device.
    If you do not have a backup, do you know someone else with a Mac?  What you might be able to do is copy your music from the iPod to their Mac or a USB drive via their Mac.  Then you may be able to simply copy that music from the USB drive to your windows computer.  Do not take my word on this... I am only speculating about possibilities.  I do not own a Mac and have never used one, so not entirely sure this would work.

  • Deleting a single field from existing Layout - Update

    Hi,
    We need to amend our custom integrator's layout by removing a field from the layout.
    However, in Desktop Integration - "Define Layout" - we do not have any option to delete a field (options are - Move Up/down, Read only, width,Frozen pane)
    (Making width - 0 is not solving the purpose since only the field is not visible in layout but mappings remain as is)
    Is there any option to remove a single field from integrator layout?
    Thanks much in advance,
    Rgds,
    Sumanth

    Duplicate post - Deleting a single field from existing Layout - Update
    Srini

  • Deleting a single field from existing WebADI Layout (Update)

    Hi,
    We need to amend our custom WebADI integrator's layout by removing a field from the layout.
    However, in Desktop Integration - "Define Layout" - we do not have any option to delete a field (options are - Move Up/down, Read only, width,Frozen pane)
    (Making width - 0 is not solving the purpose since only the field is not visible in layout but mappings remain as is)
    Is there any option to remove a single field from integrator layout?
    Thanks much in advance,
    Rgds,
    Sumanth

    Duplicate post - Deleting a single field from existing Layout - Update
    Srini

Maybe you are looking for