summaryrefslogtreecommitdiff
path: root/release/sysinstall/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Lots of bug/doc fixes from 3.0's release cycle.Jordan K. Hubbard1998-10-281-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=40695
* MFC: go back to using MSDOSFS.Jordan K. Hubbard1998-09-081-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=38948
* Set NOSHARED - if we do a make install from here, we want theJordan K. Hubbard1998-04-011-0/+2
| | | | | | | version in /stand to be static. Notes: svn path=/stable/2.2/; revision=34987
* MFC: elminate dead XIG #ifdefs.Jordan K. Hubbard1998-03-091-1/+0
| | | | Notes: svn path=/stable/2.2/; revision=34432
* MFC: mouse menu.Jordan K. Hubbard1998-03-071-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=34158
* MFC: changes to support crypto/kerberos dists and dispense withJordan K. Hubbard1998-02-191-1/+2
| | | | | | | the aged eBones stuff. Doc fixes also as necessary. Notes: svn path=/stable/2.2/; revision=33605
* YAMFC: update the keymap menu and built-in keymaps.Kazutaka YOKOTA1998-01-301-4/+5
| | | | Notes: svn path=/stable/2.2/; revision=32888
* MFC: new dispatch code from Paul TrainaJordan K. Hubbard1997-09-161-5/+1
| | | | Notes: svn path=/stable/2.2/; revision=29520
* YAMFCJordan K. Hubbard1997-08-111-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=28077
* YAMFC - serial console support.Jordan K. Hubbard1997-07-311-0/+3
| | | | Notes: svn path=/stable/2.2/; revision=27800
* YAMFC - nuke Samba setup.Jordan K. Hubbard1997-07-161-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=27434
* Add BINDIR so that people can install this into /stand.Jordan K. Hubbard1997-07-041-0/+1
| | | | | | | | | | Is it bogus to replace a crunched binary with a single sysinstall executable? Yes. Is it less bogus than not providing a reasonable install target so you can tell users where to go and type "make all install" in order to update sysinstall? No. Hence this commit, with reservations. Notes: svn path=/stable/2.2/; revision=27190
* Merge apache removal changes from -current.Jordan K. Hubbard1997-05-221-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=25994
* Fix cretinous typo and re-enable userconfig saving.Jordan K. Hubbard1997-05-161-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=25848
* Turn off userconfig saving for now; something has changed in kernel-landJordan K. Hubbard1997-04-231-1/+1
| | | | | | | (since this code certainly hasn't for awhile) which breaks it. Notes: svn path=/stable/2.2/; revision=25102
* XiG now distributes CDE 1.1 with a full X11R6.1 environment; makeJordan K. Hubbard1997-04-121-0/+1
| | | | | | | | more sweeping changes to the USE_XIG_ENVIRONMENT variable handling to deal with this. Notes: svn path=/stable/2.2/; revision=24838
* Add Iceland to mirror sites.Jordan K. Hubbard1997-03-211-1/+1
| | | | | | | Add Paul Traina's script loading code. Notes: svn path=/stable/2.2/; revision=24074
* Merge changes from -current for registration screenJordan K. Hubbard1997-03-091-4/+4
| | | | | | | | (also forgot to mention - fixed a window leak in all clients of the Layout* code). Notes: svn path=/stable/2.2/; revision=23591
* Merge:Jordan K. Hubbard1997-01-171-1/+3
| | | | | | | | 1.53 +3 -1 src/release/sysinstall/Makefile 1.36 +1 -2 src/release/sysinstall/main.c Notes: svn path=/stable/2.2/; revision=21796
* YAMFC, now that I'm happy with sysinstall again. It should now be safeJordan K. Hubbard1996-12-121-5/+5
| | | | | | | to build releases in both 2.2 and 3.0-current. Notes: svn path=/stable/2.2/; revision=20362
* Merge with HEAD.Jordan K. Hubbard1996-12-091-2/+1
| | | | Notes: svn path=/stable/2.2/; revision=20234
* MergeJordan K. Hubbard1996-11-091-12/+6
| | | | Notes: svn path=/stable/2.2/; revision=19589
* Merge from HEAD: enable the installation of a keymap early in the game.Joerg Wunsch1996-11-091-1/+26
| | | | Notes: svn path=/stable/2.2/; revision=19575
* Get the pysical address for id_maddr when opening an -incore kernel.Eric L. Hernes1996-10-121-1/+1
| | | | | | | | | | | | | | | This fixes the kernel panic when propagating userconfig changes to arbitrary kernels. Remove obsoleted `#include <tcl.h>' added a few <stdio.h> where necessary. Fix getting scsi bus information from an -incore kernel. Turned on SAVE_USERCONFIG by default. Notes: svn path=/head/; revision=18894
* DTRT if ESC is hit in a Yes/No dialog.Jordan K. Hubbard1996-10-091-1/+1
| | | | | | | Noticed-by: jfieber Notes: svn path=/head/; revision=18830
* Sigh. There are still some weird boundry cases (argh!). TurnJordan K. Hubbard1996-10-061-1/+1
| | | | | | | off SAVE_USERCONFIG again until Eric comes back from his trip. Notes: svn path=/head/; revision=18761
* Turn SAVE_USERCONFIG on again - I found the bug.Jordan K. Hubbard1996-10-061-1/+1
| | | | Notes: svn path=/head/; revision=18736
* Multiple changes stacked as one commit since they all depend on one another.Jordan K. Hubbard1996-10-051-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, change sysinstall and the Makefile rules to not build the kernel nlist directly into sysinstall now. Instead, spit it out as an ascii file in /stand and parse it from sysinstall later. This solves the chicken-n- egg problem of building sysinstall into the fsimage before BOOTMFS is built and can have its symbols extracted. Now we generate the symbol file in release.8. Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two effects: 1. Userconfig is always entered, rather than only after a -c (don't scream yet, it's not as bad as it sounds). 2. Userconfig reads a message string which can optionally be written just past the boot blocks. This string "preloads" the userconfig input buffer and is parsed as user input. If the first command is not "USERCONFIG", userconfig will treat this as an implied "quit" (which is why you don't need to scream - you never even know you went through userconfig and back out again if you don't specifically ask for it), otherwise it will read and execute the following commands until a "quit" is seen or the end is reached, in which case the normal userconfig command prompt will then be presented. How to create your own startup sequences, using any boot.flp image from the next snap forward (not yet, but soon): % dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO USERCONFIG irq ed0 10 iomem ed0 0xcc000 disable ed1 quit WAKKA_WAKKA_DOO Third, add an intro screen to UserConfig so that users aren't just thrown into this strange screen if userconfig is auto-launched. The default boot.flp startup sequence is now, in fact, this: USERCONFIG intro visual (Since visual never returns, we don't need a following "quit"). Submitted-By: phk & jkh Notes: svn path=/head/; revision=18702
* Add stuff to CLEANFILES.Jordan K. Hubbard1996-10-051-1/+1
| | | | Notes: svn path=/head/; revision=18698
* Syncronize my tree so Eric can access the latest code.Jordan K. Hubbard1996-10-041-3/+11
| | | | Notes: svn path=/head/; revision=18683
* First cut at a "copy userconfig changes from installation kernel to installedJordan K. Hubbard1996-10-031-2/+3
| | | | | | | | | kernel" mechanism. This is just the foundation - more work follows and will be committed over the next few hours. Submitted-by: "Eric L. Hernes" <erich@lodgenet.com> & jkh Notes: svn path=/head/; revision=18650
* Remove some bogosities I introduced with the init file hack (not serious,Jordan K. Hubbard1996-09-151-1/+1
| | | | | | | just bogus). Also turn off by default - whoops! Notes: svn path=/head/; revision=18310
* Various minor improvements.Jordan K. Hubbard1996-09-081-0/+2
| | | | Notes: svn path=/head/; revision=18144
* Make the menu height calculation actually work.Jordan K. Hubbard1996-07-111-4/+3
| | | | | | | Make a menu more self-explanatory at user request. Notes: svn path=/head/; revision=17099
* Fixed oops in previous change.Bruce Evans1996-05-241-1/+1
| | | | Notes: svn path=/head/; revision=15896
* Fixed SRCS so that `make depend' works.Bruce Evans1996-05-241-1/+1
| | | | Notes: svn path=/head/; revision=15895
* Have both distribution and package extraction screens display theJordan K. Hubbard1996-05-231-1/+1
| | | | | | | | transfer speed in KB/sec while fetching stuff; this gives you a better idea if your link has crashed or is behaving oddly. Notes: svn path=/head/; revision=15883
* Fix some long-standing malloc bugs in the package handling code (freeing garbageJordan K. Hubbard1996-05-161-2/+2
| | | | | | | | | | | | | | | | in one place, leaking memory in another). Add a facility to invoke subsystems directly by naming them on sysinstall's command-line when running post-install. A replacement for pkg_manage might, for example, be `/stand/sysinstall configPackages' Fix bogon where upgrade shell was entered with tty modes spammed. Fix bug with release name checking in ftp_strat. Turned a bunch of bogus exit()s into proper calls to systemShutdown(). Notes: svn path=/head/; revision=15788
* Fix the last known bogon with the packages menu. It's SNAP time!Jordan K. Hubbard1996-05-011-1/+1
| | | | Notes: svn path=/head/; revision=15512
* Fix an ancient index list bug.Jordan K. Hubbard1996-04-281-5/+4
| | | | | | | | Make FTP re-initializion work. Fix fix fix. Notes: svn path=/head/; revision=15419
* Move some of functions around in order to make this stuff easierJordan K. Hubbard1996-04-281-1/+2
| | | | | | | to work on. Notes: svn path=/head/; revision=15417
* Bring this into sync.Jordan K. Hubbard1996-04-231-1/+1
| | | | | | | | | | | | | I still have a _very very annoying_ display bug which occurs when a menu item causes a submenu to be displayed - the screen repaints for the original menu (which is restored upon return from the submenu) are off by about 4 characters. I've tried restoring the screen, the cursor position, you name it - same deal. Grrrr! This commit is my first step in trying to get someone else to help me look into this one since I'm just tearing my hair out at this point! Notes: svn path=/head/; revision=15355
* 1. Update all the copyrights to delete useless clauses 3 and 4.Jordan K. Hubbard1996-04-131-1/+2
| | | | | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor. Notes: svn path=/head/; revision=15242
* Major surgery.Jordan K. Hubbard1996-04-071-3/+3
| | | | | | | | | | | | | | | | | | 1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs) so that I can create composite menus with radio/checkbox/... items in them, removing some long-standing UI bogons in various menus. This work isn't finished yet, but will be done in two phases. This is phase one. 2. Remove all the script installation stuff. I never got time to document it, it was arcane and it just complicated much of the code. There are better ways of doing this if I want to do auto-driven installations later. 3. Remove much dead code and otherwise attempt to remove as much historical grot as possible so that this code is easier to hack on. This is also a two-stage process, phase one of which is now complete. Notes: svn path=/head/; revision=15091
* sysinstall/Makefile:Bruce Evans1996-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Fixed DPADD again. mk/bsd.README Don't list the LIBXXX identifiers here. Describe them better. mk/bsd.prog.mk Updated the list of LIBXXX identifiers. - recently added library libdisk.a wasn't mentioned (required for sysinstall) - old objects kz*.o weren't mentioned - old libraries libc_pic.a, libcom_err.a, libf2c.a, libg++.a, libgcc_pic.a, libgmp.a, libipx.a, libkeycap.a, libss.a and libxpg4.a weren't mentioned - old libraries libgnumalloc.a and libftp.a no longer exist - old library libmp.a was said to not exist - deprecated links libfl.a and libln.a weren't mentioned Notes: svn path=/head/; revision=14701
* libdisk is now installed as a standard library.Joerg Wunsch1996-03-171-9/+2
| | | | Notes: svn path=/head/; revision=14663
* Depend on libdisk.a.Bruce Evans1996-02-251-2/+3
| | | | Notes: svn path=/head/; revision=14253
* Update the -current sources from the 2.1 branch.Peter Wemm1995-12-071-8/+7
| | | | | | | Approved (in spirit) by: jkh Notes: svn path=/head/; revision=12661
* This mega-commit brings in Jordan's latest sysinstall version..Peter Wemm1995-09-181-23/+1
| | | | | | | | | | This looks like it was developed offline, and is being spammed over the top of the existing. "That's fine by me! I dont really care how you do it, just get it in there..." said Jordan in a conversation a short while ago... Notes: svn path=/head/; revision=10882
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-18/+3
| | | | Notes: svn path=/head/; revision=9202