90dmsquash-live: do not symlink to /dev/live

/dev/live should not be used anyway
master
Harald Hoyer 2011-09-19 12:20:11 +02:00
parent baa5c11363
commit e41e5b78c6
1 changed files with 0 additions and 6 deletions

View File

@ -3,12 +3,6 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh
case "$root" in
live:/dev/*)
{
printf 'KERNEL=="%s", SYMLINK+="live"\n' \
${root#live:/dev/}
printf 'SYMLINK=="%s", SYMLINK+="live"\n' \
${root#live:/dev/}
} >> $UDEVRULESD/99-live-mount.rules
{
printf 'KERNEL=="%s", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/dmsquash-live-root $env{DEVNAME}"\n' \
${root#live:/dev/}