- Move start-install.sh to /usr/sbin - Add extend script to fake extension rpm loading (boo#1013206) OBS-URL: https://build.opensuse.org/request/show/604039 OBS-URL: https://build.opensuse.org/package/show/system:install:head/live-net-installer?expand=0&rev=6
6 lines
199 B
Bash
6 lines
199 B
Bash
#!/bin/bash
|
|
# Called by YaST to query/install certain packages on request, like
|
|
# cracklib-dict-full. We can't install packages though as YaST keeps
|
|
# the lock alive
|
|
rpm -q ${1%%.rpm} >/dev/null >&1
|