[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-23 Thread Martin Pitt
** Changed in: dell-recovery (Ubuntu Lucid)
   Status: New = Fix Committed

** Tags added: verification-done
** Tags removed: verification-needed

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-23 Thread Launchpad Bug Tracker
This bug was fixed in the package dell-recovery - 0.58.1

---
dell-recovery (0.58.1) lucid-proposed; urgency=low

  * Cherry pick from trunk:
- For FISH scripts, just execute them rather than special casing python and
  shell.  This means all scripts need #!/bin/sh or #!/bin/python at the top.
- When calling scripts in non-negotiable, don't use exec. (LP: #602414)
- Reverse the order of calling /tmp/set_active_partition and SUCCESS_SCRIPT
  to prevent problems with BTO Anywhere.
- If FIST is found, don't extract the UP.  This means factory process ( of
  some sort )
 -- Mario Limonciello mario_limoncie...@dell.com   Wed, 07 Jul 2010 14:29:10 
-0500

** Changed in: dell-recovery (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-22 Thread James Ferguson
Tested the new package and everything seems to go well - all scripts in
fish and os-post run, with the non-negotiable scripts run in between.

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-19 Thread Mario Limonciello
I've verified this fixed the problem for me, Canonical OEM QA (who
originally discovered it) should do a test run with it still.

** Changed in: dell-recovery (Ubuntu Lucid)
   Status: Fix Committed = New

** Changed in: dell-recovery (Ubuntu Lucid)
 Assignee: (unassigned) = Chris Gregan (cgregan)

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-13 Thread Jonathan Riddell
Accepted into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/dell-recovery

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package dell-recovery - 0.60

---
dell-recovery (0.60) maverick; urgency=low

  * When genisoimage fails, be more informative in it's error message
to the user about why it may have failed.
  * Merge translations from launchpad.
  * Mark some more strings translatable that previously weren't.
  * For FISH scripts, just execute them rather than special casing python and
shell.  This means all scripts need #!/bin/sh or #!/bin/python at the top.
  * If FIST is found, don't extract the UP.  This means factory process ( of
some sort )
  * Reverse the order of calling /tmp/set_active_partition and SUCCESS_SCRIPT
to prevent problems with BTO Anywhere.
  * When calling scripts in non-negotiable, don't use exec. (LP: #602414)
  * Update for deprecated isInstalled to use is_installed instead.
  * Add a new tri-state knob for configuring the behavior of swap
dell-recovery/swap = (true, [dynamic], false)
- false will force swap on
- false will force swap off
- dynamic (default) will detect small drives (=64GB).  If one of these
  is found, disable the creation of a swap partition. (LP: #601780)
  * Disable terminal spawning if debug-ubiquity mode is enabled since the
same effect can be achieved with ctrl-alt-T.
  * Drop support for running in virtualbox.  If it's actually desirable, vbox
has support to modify the DMI information.
  * For grub conffiles, write out in the new 10.10 syntax when working with
newer media.
  * Write out a UUID to search for in the grub conffile in the event that it's
not actually on hd0.
 -- Mario Limonciello mario_limoncie...@dell.com   Thu, 17 Jun 2010 15:09:45 
-0500

** Changed in: dell-recovery (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-10 Thread Mario Limonciello
** Description changed:

  Binary package hint: dell-recovery
  
- Version: 0.59
+ Version: 0.58
  
  Summary:
- Because of the way that 
/usr/share/dell/scripts/non-negotiable/00-dkms-autoinstaller.sh gets executed 
during installation, it seems that dell-recovery does not execute any 
additional scripts in /cdrom/scripts/os-post.  
+ Because of the way that 
/usr/share/dell/scripts/non-negotiable/00-dkms-autoinstaller.sh gets executed 
during installation, it seems that dell-recovery does not execute any 
additional scripts in /cdrom/scripts/os-post.
  
  Impact:
  This means that documentation may not be copied onto the target system and 
that the timezone may be improperly set.
  
  Steps to Reproduce:
- 1) Build recovery media using the latest stable version of dell-recovery 
(0.59 at the time of this bug)
+ 1) Build recovery media using the latest stable version of dell-recovery 
(0.58 at the time of this bug)
  2) Add a docs/blah.pdf to the recovery media.
  3) Install from that recovery media
  4) Observe that documentation is not populated on the target system
  
  Regression Potential:
  None to users with dell-recovery already installed.  This code path is only 
used when running an installation or reinstallation.
  For people running dell-recovery for installation, additional post install 
scripts may need some modifications if they were working around this behavior.

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/dell-recovery

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-10 Thread John Dong
ACK from ubuntu-sru

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~dell-team/dell-recovery/dell-recovery.lucid

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-07 Thread Mario Limonciello
** Also affects: dell-recovery (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-07 Thread Mario Limonciello
** Changed in: dell-recovery (Ubuntu)
   Status: New = Fix Committed

** Changed in: dell-recovery (Ubuntu Lucid)
   Status: New = Fix Committed

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602414] Re: Scripts in os-post/ don't get executed on installation

2010-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:dell-recovery

-- 
Scripts in os-post/ don't get executed on installation
https://bugs.launchpad.net/bugs/602414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs