diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-05-01 13:53:29 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:09 +0100 |
| commit | 6112649bf507da5d58ae1841bc1fe2f61e90a30c (patch) | |
| tree | aa8a1099280b1962187f1ac97fee3d1223b53d24 /hooks/live | |
| parent | 45bcf5aa5ac1744e8c48ae4d7bf9529d0e3ede79 (diff) | |
| download | live-boot-6112649bf507da5d58ae1841bc1fe2f61e90a30c.tar.gz live-boot-6112649bf507da5d58ae1841bc1fe2f61e90a30c.zip | |
Merging casper 1.223.
Diffstat (limited to 'hooks/live')
| -rwxr-xr-x | hooks/live | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,6 +69,12 @@ do fi done +if [ -e /lib/udev/rules.d/60-cdrom_id.rules ] +then + mkdir -p ${DESTDIR}/lib/udev/rules.d + cp -p /lib/udev/rules.d/60-cdrom_id.rules ${DESTDIR}/lib/udev/rules.d +fi + # Handling other stuff # Configuration: keymap (usefull when using encryption) |
