diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/local/setup-translators | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 550d05a8..68175b58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ hurd (20110821-1) UNRELEASED; urgency=low - Restore /dev/shm creation. - create /run/shm and /run/lock, to fix locking until we properly start rcS.d scripts. + - Add cd[01] SCSI CD-ROMs. * patches/libdiskfs_sync.patch: New patch to fix sync at shutdown. * local/setup-translators: Set up entropy socket in /var/run instead of /tmp, as the latter is world-writable. diff --git a/debian/local/setup-translators b/debian/local/setup-translators index f568465e..554944f6 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -132,6 +132,7 @@ md hdXs1Y 0123 0123456 md sdX 0123 md sdXsY 0123 123456789 md sdXs1Y 0123 0123456 +md cdX 01 if [ "$MINIMAL" ]; then md loopX 0123 |