diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-30 18:39:24 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-30 18:39:24 +0200 |
| commit | 3caca0a0fe11351992433c78e811c1b2760e1577 (patch) | |
| tree | 9519925b11b2e6e9ba3bbc0da1a5c911577d03a6 | |
| parent | e4f871f648f944e3c613da12c340ada93134a731 (diff) | |
Add entries for partitions 9-16 too
debian/local/setup-translators: Add entries for partitions 9-16 too, as the
full partman layout at least uses slice 9.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/local/setup-translators | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e1f1966a..c9d7c2ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ hurd (20110519-2) UNRELEASED; urgency=low - * Make the hurd package depend on random-egd, to get /dev/*random working as - early as d-i's base install. + * debian/control: Make the hurd package depend on random-egd, to get + /dev/*random working as early as d-i's base install. + * debian/local/setup-translators: Add entries for partitions 9-16 too, as the + full partman layout at least uses slice 9. -- Samuel Thibault <sthibault@debian.org> Mon, 23 May 2011 15:03:43 +0200 diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 625b5088..aedc1a66 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -128,8 +128,10 @@ md std md vcs md hdX 0123 md hdXsY 0123 12345678 +md hdXs1Y 0123 123456 md sdX 0123 md sdXsY 0123 12345678 +md sdXs1Y 0123 123456 if [ "$MINIMAL" ]; then md loopX 0123 |
