diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-10-24 20:10:22 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-10-24 20:10:22 +0000 |
| commit | 2d5700db5920eabe1ddc2558c915e13a0744a68b (patch) | |
| tree | 601788aaf8368d1457dbadc9a03bde9d7256c410 /usr.sbin/sysinstall/globals.c | |
| parent | 65ac91542d812e25117ed7ba262f41cc6eef2b5a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/globals.c')
| -rw-r--r-- | usr.sbin/sysinstall/globals.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/globals.c b/usr.sbin/sysinstall/globals.c index 892d8528bc8a..9119c15b2494 100644 --- a/usr.sbin/sysinstall/globals.c +++ b/usr.sbin/sysinstall/globals.c @@ -48,10 +48,13 @@ Boolean DialogActive; /* Is libdialog initialized? */ Boolean ColorDisplay; /* Are we on a color display? */ Boolean OnVTY; /* Are we on a VTY? */ Boolean Restarting; /* Are we restarting sysinstall? */ +Boolean have_volumes; /* Media has more than one volume. */ Variable *VarHead; /* The head of the variable chain */ Device *mediaDevice; /* Where we're installing from */ int BootMgr; /* Which boot manager we're using */ int StatusLine; /* Where to stick our status messages */ +int low_volume; /* Lowest volume number */ +int high_volume; /* Highest volume number */ jmp_buf BailOut; /* Beam me up, scotty! The natives are pissed! */ Chunk *HomeChunk; |
