summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-10-14 16:36:41 -0400
committerChris Lumens <clumens@redhat.com>2009-10-15 09:34:12 -0400
commitbe0ed2274bda569f960ce91350b2fb57f8e36f3c (patch)
treed5d582298f95b9c268c5093e5289ebade05d0c6f /liveinst
parent29fa8cadb04b195e3b7ef6ed84ee70fd222b78f2 (diff)
downloadanaconda-be0ed2274bda569f960ce91350b2fb57f8e36f3c.tar.gz
anaconda-be0ed2274bda569f960ce91350b2fb57f8e36f3c.tar.xz
anaconda-be0ed2274bda569f960ce91350b2fb57f8e36f3c.zip
Use /dev/mapper/live-osimg-min instead of the old device node name (#526789).
Diffstat (limited to 'liveinst')
-rwxr-xr-xliveinst/zz-liveinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveinst/zz-liveinst.sh b/liveinst/zz-liveinst.sh
index 41f636d16..c141290b2 100755
--- a/liveinst/zz-liveinst.sh
+++ b/liveinst/zz-liveinst.sh
@@ -4,7 +4,7 @@
# don't run on geode (olpc)
if [ `grep -c Geode /proc/cpuinfo` -eq 0 ]; then
- if [ -b /dev/live-osimg ]; then
+ if [ -b /dev/mapper/live-osimg-min ]; then
test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs
cp /usr/share/applications/liveinst.desktop "${XDG_DESKTOP_DIR:-$HOME/Desktop}"
elif [ -f /.livecd-configured ]; then # FIXME: old way... this should go away