summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-07 22:07:53 +0000
committerjkh <jkh@FreeBSD.org>1995-05-07 22:07:53 +0000
commit94f877197cbee8bdaea5c941030cc177ed78209a (patch)
tree7cb01793c4eb801395333aabb225a9780056544c /usr.sbin/sysinstall/devices.c
parentb603376486af3684e8f27584d62f50d7aa85c94f (diff)
downloadFreeBSD-src-94f877197cbee8bdaea5c941030cc177ed78209a.zip
FreeBSD-src-94f877197cbee8bdaea5c941030cc177ed78209a.tar.gz
Implement a work-around for Create_Chunk providing no pointer to the
new chunk. The partition editor now works as well as the underlying libdisk can support it - have at it, Poul!
Diffstat (limited to 'usr.sbin/sysinstall/devices.c')
-rw-r--r--usr.sbin/sysinstall/devices.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index 0c13571..94cd4bf 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: devices.c,v 1.7 1995/05/07 03:37:58 jkh Exp $
+ * $Id: devices.c,v 1.8 1995/05/07 05:58:55 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -136,6 +136,7 @@ print_command_summary()
mvprintw(18, 0, "U = Undo All Changes W = `Wizard' Mode ESC = Proceed to next screen");
mvprintw(20, 0, "The currently selected partition is displayed in ");
attrset(A_REVERSE); addstr("reverse video"); attrset(A_NORMAL);
+ mvprintw(21, 0, "Use F1 or ? to get more help");
move(0, 0);
}
@@ -244,6 +245,7 @@ device_slice_disk(struct disk *d)
case 'S':
/* Set Bootable */
+ chunk_info[current_chunk]->flags |= CHUNK_ACTIVE;
break;
case 'U':
OpenPOWER on IntegriCloud