Bugzilla – Bug 150717
ISO installation support
Last modified: 2006-02-14 12:49:42 UTC
There is a feature in suse installation about harddisk installation support. I want a feature of support of installation from ISO files on harddisk. SO that I can give the path of iso on harddisk and Yast start installation from there.
Can be done as easily: Mount the ISO from a local disk using a loop device (mount -o loop cd.iso /mnt) and proceed as if you would install from a directore (e.g. /mnt). Maby yast should offer some point-and-click interface to that in the installation source dialog. Jiri? What do you think about that? I think something like that was already filed some time ago...
Yes, there should be a point and click interface. And yes, I am smart enough to start installation from iso(which I did) ;-) But it still requires a tree. Yast installation medium doesn't give option to specify directory. It only give us a menu of /dev/hda* . Now how can we specify directory ? What I did then is simply "mount -bind /iso_mount_point /var/adm/Yast/Instllation_cahce_whatever " I remember that redhat infact requires iso images to install from harddisk.
This will be supported in future versions.