jasper-initramfs (0.69build1) noble; urgency=medium

  * No change rebuild to gain buildinfo.

 -- Dimitri John Ledkov <dimitri.ledkov@canonical.com>  Sat, 17 Feb 2024 18:47:44 +0000

jasper-initramfs (0.69) precise; urgency=low

  * Change default /proc mount options to mirror what's used by
    other installers, and tidy up header as well (LP: #985309)

 -- Adam Conrad <adconrad@ubuntu.com>  Wed, 18 Apr 2012 23:39:54 -0600

jasper-initramfs (0.68) precise; urgency=low

  * add support for local preseed files (LP: #803752)

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 13 Jan 2012 12:14:58 +0100

jasper-initramfs (0.67) precise; urgency=low

  * remove TI PPA stuff, it is handled via the ti-omap4-ppa package in precise

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 09 Jan 2012 15:50:18 +0100

jasper-initramfs (0.66) oneiric; urgency=low

  * Point ppa/ti-omap4-ppa.list to oneiric instead of natty.

 -- Adam Conrad <adconrad@ubuntu.com>  Wed, 05 Oct 2011 23:48:18 -0600

jasper-initramfs (0.65) oneiric; urgency=low

  * Rewrite the enable_omap4_ppa() function in jasper_setup:
    - Improve readability and maintainability a bit with split lines
    - Fix a minor bug where the whole installer stopped functioning
      because we were trying to act on files that didn't exist.

 -- Adam Conrad <adconrad@ubuntu.com>  Sun, 02 Oct 2011 16:18:57 -0600

jasper-initramfs (0.64) oneiric; urgency=low

  * switch the TI PPA installer from gnome-open to xdg-open
  * move to dconf for adding the TI icon to favorites 

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 29 Sep 2011 22:28:19 +0200

jasper-initramfs (0.63) oneiric; urgency=low

  * scripts/local-premount/jasper_growroot: Set the VFAT partition's
    label to SERVICEV001 to hide it from  automounting tools.  We do
    this at install time rather than  image-creation time, so that
    users can more easily mangle their boot setup before installation.
  * scripts/local-premount/jasper_growroot: Fix up two spots where
    we were logging to console/plymouth but  not to the filesystem.

 -- Adam Conrad <adconrad@ubuntu.com>  Wed, 28 Sep 2011 13:24:34 -0600

jasper-initramfs (0.62) oneiric; urgency=low

  * Change the sfdisk grep in jasper_growroot to actually find the
    root partition based on a string that might actually match.

 -- Adam Conrad <adconrad@ubuntu.com>  Tue, 20 Sep 2011 22:29:58 -0600

jasper-initramfs (0.61) oneiric; urgency=low

  * Set up correct partition numbers and uboot script for MX53

 -- Jani Monoses <jani@ubuntu.com>  Tue, 20 Sep 2011 22:22:49 +0300

jasper-initramfs (0.60) oneiric; urgency=low

  * ROOTPART refers to the name of the device node, not the full
    path, so fix up our querying it to actually find it correctly.
  * Switch from using fstype to blkid while fixing the above.

 -- Adam Conrad <adconrad@ubuntu.com>  Mon, 19 Sep 2011 18:49:06 -0600

jasper-initramfs (0.59) oneiric; urgency=low

  * Use klibc's fstype binary to autodetect our root FS mount options.

 -- Adam Conrad <adconrad@ubuntu.com>  Mon, 19 Sep 2011 14:18:50 -0600

jasper-initramfs (0.58) oneiric; urgency=low

  * scripts/local-premount/jasper_growroot: We do not touch the VFAT
    partition while resizing so do not save and restore its contents.
    Resize EXT3 partition by only changing its size field to empty in
    the partition table dump provided by sfdisk and feeding this back
    to sfdisk.

 -- Jani Monoses <jani@ubuntu.com>  Wed, 14 Sep 2011 23:30:54 +0300

jasper-initramfs (0.57) oneiric; urgency=low

  * Adjust filesystem growing code to be in sync with partitioning
  changes in CD Image builds.

 -- Jani Monoses <jani@ubuntu.com>  Fri, 01 Jul 2011 16:54:28 +0300

jasper-initramfs (0.56) natty; urgency=low

  * change description of TI software channel to point to 11.04 (LP: #759812)
  * make sure sources.list entry for TI software channel points to natty
    (LP: #759828)

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 13 Apr 2011 16:10:18 +0200

jasper-initramfs (0.55) natty; urgency=low

  * fix machine detection for panda, the current string does not match.
  * do not fail if gconf defaults can't be set, we still want to move on.

 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 12 Apr 2011 18:21:14 +0200

jasper-initramfs (0.54) natty; urgency=low

  * Workaround to increase kernel min_free_kbytes to avoid page allocation
    failures (LP: #746137)

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Mon, 11 Apr 2011 00:31:33 -0300

jasper-initramfs (0.53) natty; urgency=low

  * fix typo
  * add logging to update-gconf-default

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 07 Apr 2011 19:34:27 +0200

jasper-initramfs (0.52) natty; urgency=low

  * fix strings of jasper_setup
  * move sysctl config into separate file, only apply SD optimizations if 
    rootfs is actually on SD
  * re-enable omap4 ppa channel and installer icon

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 06 Apr 2011 13:52:43 +0200

jasper-initramfs (0.51) natty; urgency=low

  * don't add quiet, splash and fixrtc twice to the cmdline.
  * don't process cmdline in reverse order.

 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 05 Apr 2011 18:56:19 +0200

jasper-initramfs (0.50) natty; urgency=low

  * add locale preseeding and default to en_US.UTF-8 for oem-config if nothing
    else is set.

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 24 Mar 2011 13:01:28 +0100

jasper-initramfs (0.49) natty; urgency=low

  * drop escape from quotes in debconf-communicate call

 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 22 Mar 2011 10:53:44 +0100

jasper-initramfs (0.48) natty; urgency=low

  * fix typo

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 21 Mar 2011 15:55:30 +0100

jasper-initramfs (0.47) natty; urgency=low

  * handle root= option during cmdline parsing, not separately
  * change maintainer address to ubuntu-devel-discuss

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 21 Mar 2011 14:26:02 +0100

jasper-initramfs (0.46) natty; urgency=low

  * add handling of preseeding on cmdline

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 21 Mar 2011 13:46:35 +0100

jasper-initramfs (0.45) natty; urgency=low

  * transfer the existing cmdline completely to final install, only
    handle root= and serial console as special cases.
  * drop most of the HW specific hacks

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 21 Mar 2011 13:09:16 +0100

jasper-initramfs (0.44) natty; urgency=low

  * enable universe and multiverse in the target rootfs (LP: #659754)

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 17 Mar 2011 13:04:32 +0100

jasper-initramfs (0.43) natty; urgency=low

  * make serial console not grab tty while oem-config is running
  * add video settings to kernel cmdline on omap4

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 11 Mar 2011 17:13:13 +0100

jasper-initramfs (0.42) natty; urgency=low

  * make sure the check for the swap file actually runs properly
    (LP: #728338)
  * simplify serial console upstart job
  * be more verbose on plymouth screen about the fact that we resize.
  * sleep 3 seconds instead of one when we reboot, so the user has a
    chance to actually read the reboot message on screen.

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 10 Mar 2011 15:28:51 +0100

jasper-initramfs (0.41) natty; urgency=low

  * only add swap to fstab, we dont need to create it on preinstalled
    images anymore, livecd-rootfs does that now, this gains us about
    3min in first boot.

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 23 Feb 2011 14:59:20 +0100

jasper-initramfs (0.40) natty; urgency=low

  * add plymouth support to output
  * add fixrtc to prerequisites of jasper_growroot

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 23 Feb 2011 14:38:08 +0100

jasper-initramfs (0.39) natty; urgency=low

  * scripts/local-premount/jasper_growroot fix exporting of root device

 -- Oliver Grawert <ogra@ubuntu.com>  Sat, 22 Jan 2011 12:37:23 +0100

jasper-initramfs (0.38) natty; urgency=low

  * drop some hardcoding from the rootdev function
  * remove the ugly ti PPA handling from jasper_setup, 
    ti-omap4-software-channel was uploaded to the archive, we will seed it
    once it is in main

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 13 Jan 2011 22:18:53 +0100

jasper-initramfs (0.37) natty; urgency=low

  * remove superfluous loopback device setup from jasper_setup
  * drop setting of the default desktop session, this is done 
    in livecd-rootfs now
  * we do not need to remove mtab anymore, this is done in 
    initramfs anyway

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 10 Jan 2011 23:41:38 +0100

jasper-initramfs (0.36) natty; urgency=low

  * merge the uncommited changes from loic in the jasper branch
  * revert pointless uncommenting of the Vcs-Bzr entry (please use launchpad 
    merge requests for committing to branches you can not commit to instead 
    of screwing around with fields in debian/control)
  * change maintainer field to the canonical-arm team which owns the upstream
    source tree.

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 09 Jan 2011 17:52:05 +0100

jasper-initramfs (0.35) natty; urgency=low

  * Update dep on u-boot to u-boot-tools, final package name for mkimage.

 -- Loïc Minier <loic.minier@linaro.org>  Sat, 08 Jan 2011 12:25:01 +0100

jasper-initramfs (0.34) natty; urgency=low

  * u-boot's mkimage moved from the uboot-mkimage to the u-boot package;
    update Depends to u-boot | uboot-mkimage to still allow for backports.
  * Temporary comment out Vcs-Bzr as I can't commit to this branch.

 -- Loïc Minier <loic.minier@linaro.org>  Mon, 20 Dec 2010 11:15:24 +0100

jasper-initramfs (0.33) maverick; urgency=low

  * make sure we use the VOLID from the actually specified root= kernel
    parameter in case a user modifies the initial boot.scr (LP: #652143)

 -- Oliver Grawert <ogra@ubuntu.com>  Sat, 02 Oct 2010 02:08:13 +0200

jasper-initramfs (0.32) maverick; urgency=low

  * take options for resolution of omap3 from commandline (LP: #605831)
  * also hand over serial console if it is set as last console= arg
  * As TI marketing requested, change the TI logo color in the PPA icon to
    black

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 01 Oct 2010 14:42:29 +0200

jasper-initramfs (0.30) maverick; urgency=low

  * add a proper icon for the TI PPA .desktop file

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 23 Sep 2010 17:38:52 +0200

jasper-initramfs (0.29) maverick; urgency=low

  * adjust the package name to the proper metapackage for the ti-omap4 PPA
  * PPA eula can not be html anymore with the latest software-center changes,
    switch to txt

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 23 Sep 2010 16:38:07 +0200

jasper-initramfs (0.28) maverick; urgency=low

  * fix typo, it is .desktop not .dektop 

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 20 Sep 2010 16:24:09 +0200

jasper-initramfs (0.27) maverick; urgency=low

  * use the proper filename for the PPA .desktop file so it shows up properly
    in the efl launcher favorites
  * use gnome-open in the PPA .desktop file, software center wont be started
    without calling it.

 -- Oliver Grawert <ogra@ubuntu.com>  Mon, 20 Sep 2010 10:57:02 +0200

jasper-initramfs (0.26) maverick; urgency=low

  * do not link /proc/mounts to /etc/mtab, seems initramfs-tools does that now
    which breaks the resize script completely due to ln exiting non zero.

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 19 Sep 2010 18:41:08 +0200

jasper-initramfs (0.25) maverick; urgency=low

  * make sure we use the right partition for booting when running from SD on
    OMAP4 blaze (LP: #640406)

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 16 Sep 2010 18:27:07 +0200

jasper-initramfs (0.24) maverick; urgency=low

  * enable serial console autodetection

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 16 Sep 2010 18:02:22 +0200

jasper-initramfs (0.23) maverick; urgency=low

  * add the proper values for TI OMAP4 ppa .key and .list files

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 16 Sep 2010 15:49:52 +0200

jasper-initramfs (0.22) maverick; urgency=low

  * use the proper path for the PPA file installation

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 15 Sep 2010 21:11:47 +0200

jasper-initramfs (0.21) maverick; urgency=low

  [ Ricardo Salveti de Araujo ]
  * fixing swap file creation, as it can't use a sparse file (LP: #627201)

  [ Oliver Grawert ]
  * add basic support for the TI OMAP4 ppa through apturl. keys, eula text and the like
    as well as an icon for the .desktop file will follow.

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 15 Sep 2010 21:06:09 +0200

jasper-initramfs (0.20) maverick; urgency=low

  * re-enable swap file creation during first boot (LP: #627201)
  * redirect output of mount calls in jasper_growroot to logfile
  * change text about resizing time, it is a lot faster than 10min nowadays
  * add more info to swap creation text

 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 14 Sep 2010 19:00:43 +0200

jasper-initramfs (0.19) maverick; urgency=low

  * the second mem= arg needs an M too in the value (blind me, gah)

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 10 Sep 2010 14:45:07 +0200

jasper-initramfs (0.18) maverick; urgency=low

  * only use 768M on the panda yet, until bug 633227 is fixed

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 09 Sep 2010 19:47:39 +0200

jasper-initramfs (0.17) maverick; urgency=low

  * drop the hack we needed with the beta kernel package, usb0 comes up fine
    now and can be handled by NetworkManager again.

 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 07 Sep 2010 14:38:02 +0200

jasper-initramfs (0.16) maverick; urgency=low

  * Add correct mem argument for Panda ES2 (for 1gb) (LP: #629269)

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Fri, 03 Sep 2010 02:40:40 -0300

jasper-initramfs (0.15) maverick; urgency=low

  * add a hack to work around bug 625108 during maverick beta until the kernel
    is fixed

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 27 Aug 2010 12:50:06 +0200

jasper-initramfs (0.14) maverick; urgency=low

  * do not exit before resizing even if e2fsck found wrong last mount time etc.

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 26 Aug 2010 13:54:17 +0200

jasper-initramfs (0.13) maverick; urgency=low

  * jasper_growroot:
   - strip parentheses from resize2fs output
   - add proper percentage output for each single pass instead of plain dots so
     the user gets more details about the resize progress.
   - change info string and bind time to SD size (10min per 4G)
  * depend on bc for percentage calculation
  * copy bc in the jasper hook
  * jasper_setup:
   - run gdm-set-default-session chrooted
   - add /etc/sysctl.d/30-jasper-root-on-sd.conf file with options to reduce
     disk access.
   - temporary disable swapfile creation.
   - default to noop elevator on cmdline for a test
   - add more debug output (temporary)
   - mount / with noatime
  * reboot if the filesystem was resized

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 18 Jul 2010 09:02:16 +0200

jasper-initramfs (0.12) maverick; urgency=low

  * default to une-efl session if it is installed in the root filesystem
  * add progress reporting to resize2fs output

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 14 Jul 2010 14:01:07 +0200

jasper-initramfs (0.11) maverick; urgency=low

  * jasper_setup: create /root/boot/boot.script to make user editing of
    cmdline options easier, users only need to edit this file and run
    flash-kernel on the installed system now.
  * change upstream branch to lp:jasper-initramfs to match the new project
    name

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 09 Jul 2010 13:57:37 +0200

jasper-initramfs (0.10) maverick; urgency=low

  [ Oliver Grawert ]
  * jasper_setup:
   - fix whitespace
   - add proper logging and better logfile handling
   - fix typo in flash-kernel.conf creation
   - add quiet and splash to default cmdline
   - set board specific cmdline options in boot.scr for panda and beagleboard

  [ Alexander Sack ]
  * jasper_setup: improve match for proc line from /etc/fstab

 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 06 Jul 2010 13:56:43 +0200

jasper-initramfs (0.9) maverick; urgency=low

  [ Alexander Sack ]
  * jasper_setup: allow rootfs to live on any device; don't assume its on mmc device
    if root= kernel command line already has a UUID= id there

  [ Oliver Grawert ]
  * jasper_setup: add swap file creation if not existing in fstab yet with a
    default value of 256M

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 01 Jul 2010 23:28:15 +0200

jasper-initramfs (0.7) maverick; urgency=low

  * jasper_growroot: dont call sync with full path in write_vfat, that makes
    the script choke

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 30 Jun 2010 20:27:28 +0200

jasper-initramfs (0.6) maverick; urgency=low

   * jasper_setup:
    - adjust variable handling
    - create new boot.scr with root=UUID=... entry
    - copy log to /var/log
    - write flash-kernel.conf
   * jasper_growroot:
    - add detection of rootdevice from cmdline
    - use DOS compatibility in sfdisk call to make sure vfat stays bootable
    - give a more precise time to the user in the script output
    - add caching and re-formatting of the vfat partition with the new
      CHS geometry of the SD card so we can be sure we are still able to boot
   * debian/control: drop dep on mtools, add dep on uboot-mkimage

 -- Oliver Grawert <ogra@ubuntu.com>  Tue, 22 Jun 2010 17:39:18 +0200

jasper-initramfs (0.5) maverick; urgency=low

  * jasper_setup: fix fstab creation
  * jasper_growroot:
   - add e2fsck call (LP: #594756)
   - use fdisk to get the blocksize of first partition
   - move removal of fake mtab file to end of the script
   - rework logging to /dev/.initramfs/jasper.log
   - rework partitioning code
   - fix SIZE detection

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 18 Jun 2010 15:59:38 +0200

jasper-initramfs (0.4) maverick; urgency=low

  * make the package arch: all ... no need to build it separately
  * be more agressive with the trigger
  * move debian/install and debian/triggers to package specific namespace

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 13 Jun 2010 17:11:12 +0200

jasper-initramfs (0.3) maverick; urgency=low

  * add update-initramfs trigger to make sure the scripts end up where they
    beling

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 13 Jun 2010 16:09:11 +0200

jasper-initramfs (0.2) maverick; urgency=low

  * jasper_growroot: use fake mtab in initramfs to please resize2fs, drop
    fsck, we need to do that at image build time, change UUID generation code.
  * jasper_setup: use ext3 filesystem in fstab, remount /root rw for write
    operations

 -- Oliver Grawert <ogra@ubuntu.com>  Thu, 10 Jun 2010 07:28:25 +0200

jasper-initramfs (0.1) maverick; urgency=low

  * Initial release.

 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 04 Jun 2010 18:29:17 +0200
