Jigish Gohil changed bug 986649
What Removed Added
Status RESOLVED REOPENED
CC   cyberorg@opensuse.org
Resolution FIXED ---

Comment # 4 on bug 986649 from
Reopening as per comment #1 "Lets keep this bug as universal speed up
installation and autoinstallation."

https://github.com/yast/yast-live-installer/commit/c4a857ade7598f6d0c4ecd97f6612dc0fd05b642

Running the below on a live media is very slow(4 min for iso on hdd booted in
VM):

for LINK in find / -xdev -type l ; do
stat -c "%N" $LINK |grep livecd >/dev/null 2>/dev/null && echo $LINK;
done; exit 0

Looking at the logs, there does not seem to be any symlinks to resolve:

10:06:49 <1> linux.suse(6104) [Ruby] clients/inst_live_doit.rb:99 Executing for
LINK in find / -xdev -type l ; do
stat -c "%N" $LINK |grep livecd >/dev/null 2>/dev/null && echo $LINK;
done; exit 0
10:10:07 <1> linux.suse(6104) [Ruby] clients/inst_live_doit.rb:101 Result:
$["exit":0, "stderr":"", "stdout":""]
10:10:07 <1> linux.suse(6104) [Ruby] clients/inst_live_doit.rb:109 Symlinks to
resolve: []
10:10:07 <1> linux.suse(6104) [Ruby] clients/inst_live_doit.rb:127 Resolved
symlinks: $[]

Test image here:
http://download.opensuse.org/repositories/home:/cyberorg:/branches:/Education/images/iso/


You are receiving this mail because: