diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-17 12:55:39 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-17 12:55:39 +0000 |
commit | c0fc9f49955f718e14c47bf901d56ae981f291a4 (patch) | |
tree | 778473a2c1c7e2715a142c1aafa3e86b4bb54abd /move/tree/mdk_behind_totem | |
parent | d151cf9f3076baffa485e60305a15c6f0bae8645 (diff) | |
download | drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar.gz drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar.bz2 drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.tar.xz drakx-c0fc9f49955f718e14c47bf901d56ae981f291a4.zip |
move /image_raw to /cdrom
Diffstat (limited to 'move/tree/mdk_behind_totem')
-rwxr-xr-x | move/tree/mdk_behind_totem | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/move/tree/mdk_behind_totem b/move/tree/mdk_behind_totem index 7aa5b68ca..82c065bf4 100755 --- a/move/tree/mdk_behind_totem +++ b/move/tree/mdk_behind_totem @@ -49,10 +49,10 @@ umount_cd() { mount_cd() { echo mount_cd - /image_always/sbin/losetup -r -e gz /dev/$main_loop /image_raw/live_tree.clp + /image_always/sbin/losetup -r -e gz /dev/$main_loop /cdrom/live_tree.clp /image_always/bin/mount /dev/$main_loop /image - losetup -r -e gz /dev/$boot_loop /image_raw/live_tree_boot.clp + losetup -r -e gz /dev/$boot_loop /cdrom/live_tree_boot.clp mount /dev/$boot_loop /image_boot ln -sf /image/lib / |