if [ -n "$repo" ]; then
- splitsep ":" "$repo" repotype rest
+ #splitsep ":" "$repo" repotype rest # FIXME: splitsep is buggy
+ repotype=${repo%%:*}; rest=${repo#$repotype:}
case "$repotype" in
http|https|ftp|nfs|nfs4|nfsiso)
set_neednet; root="anaconda-net:$repo" ;;
--
1.7.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
04-05-2012, 11:03 PM
"Brian C. Lane"
fix repo={hd,cdrom}:DEV:PATH (#810136)
Ack to both of these.
--
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list