Changeset 1004 in ProjectBuilder


Ignore:
Timestamp:
Apr 12, 2010, 4:29:59 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Update to prepare mondo 2.2.9.3 to the pbcl
  • Add options to an Ubuntu VM to launch it correctly - problem of NIC driver
Location:
projects
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor

    r887 r1004  
    185185
    186186$ce_config{"CDDB_MODE"}=$ce_cddb_mode{"1"};
    187 $ce_config{"CD_DEVICE"}="/dev/sr0";
     187$ce_config{"CD_DEVICE"}="/dev/sr1";
    188188$ce_config{"HTTP_PROXY"}=$ENV{http_proxy} if $ENV{http_proxy};
    189189$ce_config{"input"}=0;
  • projects/mondorescue/pbconf/branches/2.2.9/mindi/pbcl

    r957 r1004  
    22
    33MINDI CHANGES
     4
     52.0.7.3 (2010-04-12)
     6- Fix #414 by adding a function GetPVsForLV to remove PVs from excluded LVs (Mike Shapiro)
     7- Fix #415 by avoiding integration of unknown devices report from pvscan (Mike Shapiro)
     8- Fix #413 where list of devices was not re-initialized correctly in a loop (Michael Shapiro)
     9- Fix a bug on Mandriva modules analysis (Bruno Cornec)
     10- Avoid perl warning by removing non-exitent dirs from @INC in mindi-get-perl-modules (Bruno Cornec)
     11- Avoids error messages from stat in analyze-my-lvm (Bruno Cornec)
     12- Adds a missing module for iSCSI support (Bruno Cornec)
     13- Minor improvements for logs and display (Bruno Cornec)
     14- Attempt to fix #394 by making the script executable and checking existence (Bruno Cornec)
     15- Fix #393. When using excludevs= also exclude from mountlist the devices mentioned (Bruno Cornec)
     16- Fix #395. analyze-my-lvm now provides an option to call GiveMapperOfdm that can be used in mindi (Bruno Cornec)
     17- Fix #391. Adds support for sata_svw for Porliant DL 385 G5p (Bruno Cornec)
     18- Adds support for ums-cypress, ocfs2 and Xen modules (Bruno Cornec)
    419
    5202.0.7.2 (2010-02-05)
  • projects/mondorescue/pbconf/branches/2.2.9/mondo-doc/pbcl

    r957 r1004  
    22
    33MONDO-DOC CHANGES
     4
     52.2.9.3 (2010-04-12)
     6- Mondo Rescue updated to 2.2.9.3
    47
    582.2.9.2 (2010-02-05)
  • projects/mondorescue/pbconf/branches/2.2.9/mondo/pbcl

    r957 r1004  
    22
    33MONDO CHANGES
     4
     52.2.9.3 (2010-04-12)
     6- Fixes for #414: remove comments from grub conf file if used and improve grub conf file generation (Bruno Cornec)
     7- Fix #412 by supporting grub-install.unsupported for OpenSuSE and solving an issue with the parameter passed to grub for device which should be a device name, not a partition (Bruno Cornec)
     8- Put an explicit notice of MondoRescue's license: GPLv2 or later (as per Hugo's notice in sources) (Bruno Cornec)
     9- Fix an initialization bug for network protocol in interactive mode (was NULL and not NFS by default) (Bruno Cornec)
     10- Try to fix #397 by improving exclusion of binded /proc mount with "none" fs type exclusion (Bruno Cornec)
     11- Fix #392 by freeing the sz_devfile fifo for ntfs later as it was used in between, causing a problem to backup NTFS dev (Bruno Cornec)
    412
    5132.2.9.2 (2010-02-05)
  • projects/qemu/.pbrc

    r947 r1004  
    2727vmopt default = -m 384 -daemonize
    2828vmopt suse-10.2-i386 = -m 384 -daemonize -no-kvm
     29#vmopt suse-10.2-i386 = -m 384 -daemonize -no-kqemu
    2930vmopt suse-10.2-x86_64 = -m 384 -daemonize -no-kvm
    3031vmopt mandriva-2009.0-i386 = -m 384 -daemonize -no-kvm
     
    3334vmopt fedora-12-x86_64 = -m 1024 -daemonize
    3435#-no-kvm
    35 #vmopt suse-10.2-i386 = -m 384 -daemonize -no-kqemu
     36# The std driver is buggy giving an empty MAC address so use e1000
     37vmopt ubuntu-9.04-x86_64 = -net nic,vlan=0,model=e1000 -net user,vlan=0
    3638#vmopt rhel-2.1-i386 = -m 384 -daemonize -no-kqemu
    3739#vmopt mandriva-2007.0-x86_64 = -m 384 -daemonize -no-kqemu
Note: See TracChangeset for help on using the changeset viewer.