| Commit message (Expand) | Author | Age | Files | Lines |
* | Better to just statically set the name vs. determine at run time. | obrien | 2008-05-11 | 1 | -1/+1 |
* | Sync program name agnostic changes with SADE. | obrien | 2008-05-11 | 1 | -1/+1 |
* | Increase USR_MIN_SIZE to 160 because it requires more disk space. | nyan | 2006-11-28 | 1 | -1/+1 |
* | Only set the size of /usr to whatever-is-left is whatever-is-left is | cperciva | 2006-03-24 | 1 | -0/+1 |
* | Fix numerous warnings. Aside from menu items in system.c and menu.c | jhb | 2006-02-28 | 1 | -1/+0 |
* | On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB. | ceri | 2005-12-30 | 1 | -1/+1 |
* | Change the default partition sizing code in order to | cperciva | 2005-08-16 | 1 | -9/+28 |
* | Create an EFI partition when the user wants auto defaults. There's | marcel | 2004-08-07 | 1 | -0/+22 |
* | o Save pointers to the chunks for root, home, swap, usr, var and tmp in | marcel | 2004-08-07 | 1 | -57/+52 |
* | Pass the partition type to get_mountpoint() and new_part(). This way | marcel | 2004-08-04 | 1 | -61/+29 |
* | Move the inclusion of libdisk.h from sysinstall.h to the source files | marcel | 2004-08-02 | 1 | -0/+1 |
* | Mods for powerpc. | grehan | 2004-05-15 | 1 | -0/+30 |
* | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | jhb | 2004-03-16 | 1 | -32/+37 |
* | o Don't tell that there's such a thing as a C suffix for specifying | marcel | 2003-11-04 | 1 | -7/+22 |
* | o Add PART_EFI so that we can use it instead of PART_FAT on ia64 | marcel | 2003-11-02 | 1 | -25/+52 |
* | o Compile-out "wizard" mode on ia64. | marcel | 2003-11-01 | 1 | -4/+26 |
* | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | peter | 2003-05-24 | 1 | -1/+1 |
* | Don't use UFS2 by default during the install process on PC98, as the | rwatson | 2003-04-21 | 1 | -0/+4 |
* | Throw the switch--change to UFS2 as our default file system format for | rwatson | 2003-04-20 | 1 | -7/+21 |
* | Change the nominal swap calculation from 1/2 physical memory to 1/8 | dillon | 2003-01-25 | 1 | -1/+1 |
* | Since our default boot block now supports UFS1 and UFS2 even on | rwatson | 2002-12-28 | 1 | -7/+2 |
* | Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE). | kuriyama | 2002-12-15 | 1 | -4/+4 |
* | When things get bigger than 99GB our fields run over. | phk | 2002-12-11 | 1 | -5/+20 |
* | Reformulate how sysinstall handles file system options in the label | rwatson | 2002-12-03 | 1 | -50/+150 |
* | If the user choose to Undo everything in the label editor, only run the | jhb | 2002-11-27 | 1 | -0/+2 |
* | Add conditional code specific to ia64 to allow newfs(8)-ing FAT | marcel | 2002-11-14 | 1 | -2/+48 |
* | Also test for type efi everywhere we currently test for type fat. | marcel | 2002-11-13 | 1 | -1/+1 |
* | Use a clean flags variable when creating chunks from scripts instead of | jhb | 2002-11-12 | 1 | -3/+2 |
* | Remove a line that set the status to success. We already do that at the | jhb | 2002-11-12 | 1 | -2/+1 |
* | Try to cleanup the non-interactive disk labeling code a bit. Rework | jhb | 2002-11-12 | 1 | -49/+39 |
* | Do a bit of cleanup. new_part() basically ignored the passed in size | jhb | 2002-11-12 | 1 | -19/+11 |
* | Doh, fix a bug in previous commit. The default is to newfs for new | jhb | 2002-11-12 | 1 | -1/+1 |
* | When setting the mountpoint name, remember any previous setting of the | jhb | 2002-11-12 | 1 | -2/+7 |
* | The hw.physmem sysctl has an unsigned long value now, fix the retrieval | tmm | 2002-11-02 | 1 | -1/+1 |
* | With the recent libdisk changes, alpha doesn't need (as much) special magic. | phk | 2002-10-30 | 1 | -35/+0 |
* | Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont | phk | 2002-10-29 | 1 | -4/+4 |
* | * Negative #if's are harder to read as they don't tell exactly what arch | obrien | 2002-10-11 | 1 | -5/+5 |
* | Fix a bug where request_part_size() was hard-coded to check the rootSize | jhb | 2002-06-07 | 1 | -1/+1 |
* | Add a 'diskInteractive' variable that can be set to interactively partition | jhb | 2002-05-31 | 1 | -2/+4 |
* | Fix a signal 11 error that occurs if you try to use the 'T' option on | murray | 2002-01-29 | 1 | -1/+2 |
* | Add 'R'ecover option that deletes a partition and attempts | dillon | 2002-01-07 | 1 | -3/+14 |
* | Enable soft updates by default for everything but the root filesystem. | jkh | 2001-12-20 | 1 | -1/+1 |
* | cleanup | dillon | 2001-12-10 | 1 | -7/+7 |
* | Add auto-fill-on-delete. When deleting an 'A'uto created partition | dillon | 2001-12-09 | 1 | -21/+35 |
* | Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable | dillon | 2001-12-09 | 1 | -112/+243 |
* | Tweak the Alpha partition warning wording and comment a little. | obrien | 2001-07-13 | 1 | -5/+5 |
* | Rudamentary attempt to reconize when `a' is not the first partition on the | obrien | 2001-07-13 | 1 | -1/+23 |
* | Make soft updates option print more nicely and stop overflow of | jkh | 2001-05-06 | 1 | -5/+8 |
* | Remove now obsolete check for root filesystems > cyl 1024. The boot | jkh | 2001-05-03 | 1 | -14/+4 |
* | Bump the default / size up another 10MB to 120MB. | obrien | 2001-04-05 | 1 | -1/+1 |