[ubuntu/karmic] partman-target 60ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Tue Jun 16 11:30:18 BST 2009
partman-target (60ubuntu1) karmic; urgency=low
* Resynchronise with Debian. Remaining changes:
- Disable automatic mounting of USB removable devices.
- Mount CD-ROMs and floppies with 'exec' and 'utf8'.
- Use the path of the file associated with a loop device in /etc/fstab,
rather than the filesystem's UUID or the loop device path.
- Always set the loop option for loop devices.
- Remove critical system files from the existing filesystem before
installing.
- Preserve the UID and GID of the initial user, if possible. Requires a
patch to user-setup.
- Check that /media is on the root file system, since the installer
relies on being able to mount things like /media/cdrom during
installation.
- Fix disk_containing function to use its argument rather than relying
on $dev.
- Rather than pretending that partitions have no longer been formatted
after the partitioner is complete, reset their intended state from
"format the partition" to "keep and use the existing data". This still
solves the original problem reported in Debian bug #256090 while also
stopping partitions from being needlessly reformatted if you go back to
the partitioner after base system installation and then forward again.
- Don't clear partitions or complain about them not being formatted if
they've already been formatted by a previous partitioner run.
- Recommend blkid rather than vol_id in /etc/fstab.
partman-target (60) unstable; urgency=low
[ Colin Watson ]
* Merge from Ubuntu:
- Escape spaces, tabs, newlines, and backslashes in fstab according to
the procedure described in getmntent(3) (LP: #38224).
- Issue an error message if two file systems are assigned the same label
(LP: #320872).
- Revamp filesystem mounting. We now default to using UUID= fstab syntax
for all partitions if a UUID is available; this is controllable by
preseeding partman/mount_style (choices: traditional, label, uuid).
Add a comment above each label or UUID fstab entry to indicate the
corresponding device at install time (closes: #225802).
* Don't display the Back button while checking partitioning and displaying
errors as a result, since we ignore backup there anyway (closes:
#368294).
* Fix proper_mountpoints check to cope with mountpoints containing commas.
* Use block-attr from di-utils 1.68.
[ Max Vozeler ]
* Use udevadm instead of udevinfo if available (closes: #530904).
[ Updated translations ]
* Asturian (ast.po) by Marcos Alvarez Costales
* Belarusian (be.po) by Pavel Piatruk
* Bengali (bn.po) by Md. Rezwan Shahid
* Czech (cs.po) by Miroslav Kure
* Greek (el.po) by Emmanuel Galatoulas
* Esperanto (eo.po) by Felipe Castro
* Spanish (es.po) by Javier Fernández-Sanguino Peña
* Estonian (et.po) by Mattias Põldaru
* Basque (eu.po) by Piarres Beobide
* French (fr.po) by Christian Perrier
* Galician (gl.po) by marce villarino
* Hindi (hi.po) by Kumar Appaiah
* Italian (it.po) by Milo Casagrande
* Japanese (ja.po) by Kenshi Muto
* Kazakh (kk.po) by Dauren Sarsenov
* Lithuanian (lt.po) by Kęstutis Biliūnas
* Malayalam (ml.po) by Praveen Arimbrathodiyil
* Marathi (mr.po) by Sampada
* Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug
* Portuguese (pt.po) by Miguel Figueiredo
* Romanian (ro.po) by Eddy Petrișor
* Russian (ru.po) by Yuri Kozlov
* Slovak (sk.po) by Ivan Masár
* Swedish (sv.po) by Daniel Nylander
* Tagalog (tl.po) by Eric Pareja
* Vietnamese (vi.po) by Clytie Siddall
* Simplified Chinese (zh_CN.po) by Deng Xiyue
Date: Tue, 16 Jun 2009 11:25:53 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/partman-target/60ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 16 Jun 2009 11:25:53 +0100
Source: partman-target
Binary: partman-target
Architecture: source
Version: 60ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
partman-target - Provides partman with ability to prepare /target (udeb)
Closes: 225802 368294 530904
Launchpad-Bugs-Fixed: 38224 320872
Changes:
partman-target (60ubuntu1) karmic; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Disable automatic mounting of USB removable devices.
- Mount CD-ROMs and floppies with 'exec' and 'utf8'.
- Use the path of the file associated with a loop device in /etc/fstab,
rather than the filesystem's UUID or the loop device path.
- Always set the loop option for loop devices.
- Remove critical system files from the existing filesystem before
installing.
- Preserve the UID and GID of the initial user, if possible. Requires a
patch to user-setup.
- Check that /media is on the root file system, since the installer
relies on being able to mount things like /media/cdrom during
installation.
- Fix disk_containing function to use its argument rather than relying
on $dev.
- Rather than pretending that partitions have no longer been formatted
after the partitioner is complete, reset their intended state from
"format the partition" to "keep and use the existing data". This still
solves the original problem reported in Debian bug #256090 while also
stopping partitions from being needlessly reformatted if you go back to
the partitioner after base system installation and then forward again.
- Don't clear partitions or complain about them not being formatted if
they've already been formatted by a previous partitioner run.
- Recommend blkid rather than vol_id in /etc/fstab.
.
partman-target (60) unstable; urgency=low
.
[ Colin Watson ]
* Merge from Ubuntu:
- Escape spaces, tabs, newlines, and backslashes in fstab according to
the procedure described in getmntent(3) (LP: #38224).
- Issue an error message if two file systems are assigned the same label
(LP: #320872).
- Revamp filesystem mounting. We now default to using UUID= fstab syntax
for all partitions if a UUID is available; this is controllable by
preseeding partman/mount_style (choices: traditional, label, uuid).
Add a comment above each label or UUID fstab entry to indicate the
corresponding device at install time (closes: #225802).
* Don't display the Back button while checking partitioning and displaying
errors as a result, since we ignore backup there anyway (closes:
#368294).
* Fix proper_mountpoints check to cope with mountpoints containing commas.
* Use block-attr from di-utils 1.68.
.
[ Max Vozeler ]
* Use udevadm instead of udevinfo if available (closes: #530904).
.
[ Updated translations ]
* Asturian (ast.po) by Marcos Alvarez Costales
* Belarusian (be.po) by Pavel Piatruk
* Bengali (bn.po) by Md. Rezwan Shahid
* Czech (cs.po) by Miroslav Kure
* Greek (el.po) by Emmanuel Galatoulas
* Esperanto (eo.po) by Felipe Castro
* Spanish (es.po) by Javier Fernández-Sanguino Peña
* Estonian (et.po) by Mattias Põldaru
* Basque (eu.po) by Piarres Beobide
* French (fr.po) by Christian Perrier
* Galician (gl.po) by marce villarino
* Hindi (hi.po) by Kumar Appaiah
* Italian (it.po) by Milo Casagrande
* Japanese (ja.po) by Kenshi Muto
* Kazakh (kk.po) by Dauren Sarsenov
* Lithuanian (lt.po) by Kęstutis Biliūnas
* Malayalam (ml.po) by Praveen Arimbrathodiyil
* Marathi (mr.po) by Sampada
* Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug
* Portuguese (pt.po) by Miguel Figueiredo
* Romanian (ro.po) by Eddy Petrișor
* Russian (ru.po) by Yuri Kozlov
* Slovak (sk.po) by Ivan Masár
* Swedish (sv.po) by Daniel Nylander
* Tagalog (tl.po) by Eric Pareja
* Vietnamese (vi.po) by Clytie Siddall
* Simplified Chinese (zh_CN.po) by Deng Xiyue
Checksums-Sha1:
9a16a7d960ad43963ce3ab79217b71c968d20966 1110 partman-target_60ubuntu1.dsc
d563cea4eda6235f1107c99f7b0973718aa8f8bd 134505 partman-target_60ubuntu1.tar.gz
Checksums-Sha256:
d6638e55102ae5f7f5185a9deb0ba1fe2ac041d7eba5b2f149e3ddc0ced5f927 1110 partman-target_60ubuntu1.dsc
05f8ab8c8a794df645cf74e6a4824aee31d64712f8fce6febee9376b94ea48d2 134505 partman-target_60ubuntu1.tar.gz
Files:
0f71d8ac2053371f59656181172baf9a 1110 debian-installer standard partman-target_60ubuntu1.dsc
fd9a289e58d05ccaa4f55fd94534601b 134505 debian-installer standard partman-target_60ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iD8DBQFKN3O39t0zAhD6TNERAu+uAJ9qL406GL5HKMq5IlElULbasOWXxQCaA3Th
xeDtoXy2VAzd1HccsJU/MzA=
=9Cn/
-----END PGP SIGNATURE-----
More information about the Karmic-changes
mailing list