Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151435789
D53077.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
969 B
Referenced Files
None
Subscribers
None
D53077.id.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/pkgbase.in b/usr.sbin/bsdinstall/scripts/pkgbase.in
--- a/usr.sbin/bsdinstall/scripts/pkgbase.in
+++ b/usr.sbin/bsdinstall/scripts/pkgbase.in
@@ -236,7 +236,7 @@
["FreeBSD-kernel-generic64le"] = true,
}
- local rquery = capture(pkg .. "rquery -U -r FreeBSD-base %n")
+ local rquery = capture(pkg .. "rquery -U %n")
for package in rquery:gmatch("[^\n]+") do
local setname = package:match("^FreeBSD%-set%-(.+)$")
@@ -354,13 +354,13 @@
local packages = table.concat(select_packages(pkg, options), " ")
- while not os.execute(pkg .. "install -U -F -y -r FreeBSD-base " .. packages) do
+ while not os.execute(pkg .. "install -U -F -y " .. packages) do
if not prompt_yn("Fetching packages failed, try again?") then
os.exit(1)
end
end
- if not os.execute(pkg .. "install -U -y -r FreeBSD-base " .. packages) then
+ if not os.execute(pkg .. "install -U -y " .. packages) then
os.exit(1)
end
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 9:45 AM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31150037
Default Alt Text
D53077.id.diff (969 B)
Attached To
Mode
D53077: bsdinstall: Stop setting a specific repo when using --repo-conf-dir
Attached
Detach File
Event Timeline
Log In to Comment