Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143594135
D42236.id54425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
385 B
Referenced Files
None
Subscribers
None
D42236.id54425.diff
View Options
diff --git a/usr.sbin/bsdinstall/partedit/partedit.c b/usr.sbin/bsdinstall/partedit/partedit.c
--- a/usr.sbin/bsdinstall/partedit/partedit.c
+++ b/usr.sbin/bsdinstall/partedit/partedit.c
@@ -215,7 +215,7 @@
if (prompt == NULL) {
error = geom_gettree(&mesh);
- if (error != 0) {
+ if (error == 0) {
if (validate_setup()) {
error = apply_changes(&mesh);
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 1, 12:32 AM (6 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28229294
Default Alt Text
D42236.id54425.diff (385 B)
Attached To
Mode
D42236: bsdinstall partedit: Apply changes from scripted installs
Attached
Detach File
Event Timeline
Log In to Comment