From e6899b0da5c341a82e215bbd7ecf9f26e9652ce6 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 10 Mar 2001 19:51:04 +0000 Subject: Support setting soft updates from the label editor. --- usr.sbin/sysinstall/sysinstall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/sysinstall/sysinstall.h') diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index a489b85..63f32b7 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -283,6 +283,7 @@ typedef struct _part_info { Boolean newfs; char mountpoint[FILENAME_MAX]; char newfs_cmd[NEWFS_CMD_MAX]; + int soft; } PartInfo; /* An option */ -- cgit v1.1