| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
piece of bsdinstall (although this time with a symlink instead of duplicated
source code).
Discussed on: freebsd-geom
MFC after: 3 months
Notes:
svn path=/head/; revision=244859
|
|
|
|
| |
Notes:
svn path=/head/; revision=227944
|
|
|
|
|
|
|
|
| |
checkboxed menu is confusing and also can not be implemented
in new libdialog.
Notes:
svn path=/head/; revision=227939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sure the "Q = Finish" text is visible.
Reword the boot manager screen to try and avoid confusion, and make the
order of the menu items match that in sysinstall.
PR: bin/142916
Submitted by: Jeremy Chadwick <freebsd at jdc.parodius.com>
Reviewed by: randi
Approved by: rrs (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=207006
|
|
|
|
|
|
|
| |
Submitted by: Jens Schweikhardt (schweikh <at> schweikhardt <dot> net)
Notes:
svn path=/head/; revision=186607
|
|
|
|
| |
Notes:
svn path=/head/; revision=186605
|
|
|
|
|
|
|
|
|
| |
to 65535 cylinders.
Submitted by: Carlos A. M. dos Santos <unixmania@gmail.com>
Notes:
svn path=/head/; revision=186581
|
|
|
|
|
|
|
|
|
|
|
|
| |
and partition editors to reflect the fact that this is a stand-alone
application, not sysinstall(8).
o Change an instance of sade(8) refering to itself as sysinstall(8) in
a confirmation dialog.
MFC after: 1 week
Notes:
svn path=/head/; revision=178769
|
|
|
|
|
|
|
| |
Reported by: tinderbox
Notes:
svn path=/head/; revision=161113
|
|
|
|
|
|
|
| |
these code on other architectures.
Notes:
svn path=/head/; revision=161100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
disklabel part
of sysinstall. So sysinstall may retire now, we have the important non-install part
of it covered.
ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches
to change this and to clean it up internally are more than welcome.
Submitted by: mami@nyitolap.hu
Notes:
svn path=/head/; revision=161060
|
|
|
|
|
|
|
|
|
|
|
| |
this now compiles on i386 with WARNS?= 3. Most of the fixes included
adding missing 'static' keywords to internal functions, using fully-defined
terminators in statically defined arrays of structs, and various
signed vs unsigned mismatches. Also G/C'd unused configSecurity()
function.
Notes:
svn path=/head/; revision=156123
|
|
|
|
|
|
|
|
|
|
|
| |
completely noop.
- Geometry sanitization for non-interactive mode is moved to correct place.
Reported by: Anton Yuzhaninov <citrin at citrin dot ru>
Pointyhat: me
Notes:
svn path=/head/; revision=155965
|
|
|
|
|
|
|
|
|
| |
know what they are doing in non-interactive mode. Less scarier warning
goes to debugging info instead.
- Print sanitized geometry to debugging info.
Notes:
svn path=/head/; revision=154931
|
|
|
|
|
|
|
| |
Submitted by: Hirokazu WATANABE
Notes:
svn path=/head/; revision=144334
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a safebelt that prevents users to mark more than
one "active" partitions, which will lead to a unbootable
machine, especially in multi-boot configurations.
PR: bin/71404
MFC After: 3 days
Approved by: murray (mentor)
Notes:
svn path=/head/; revision=135258
|
|
|
|
|
|
|
|
|
|
| |
that actually need it. This makes it easier for a platform porter to
find the files that may need tweaking to support whatever MD specific
partitioning is needed. It also helps to prevent that the libdisk API
gets exposed and/or used where it's not needed.
Notes:
svn path=/head/; revision=133040
|
|
|
|
|
|
|
| |
maintainability and generally avoids confusion.
Notes:
svn path=/head/; revision=132984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
addresses. For arch's with 64-bit longs, this is a nop, but for i386 this
allows sysinstall to properly handle disks and filesystems > 1 TB.
Changes from the original patch include:
- Use d_addr_t rather than inventing a blkcnt type based on int64_t.
- Use strtoimax() rather than strtoull() to parse d_addr_t's from config
files.
- Use intmax_t casts and %jd rather than %llu to printf d_addr_t values.
Tested on: i386
Tested by: kuriyama
Submitted by: julian
MFC after: 1 month
Notes:
svn path=/head/; revision=127081
|
|
|
|
|
|
|
|
| |
o Do not set bootblocks on ia64. It's not even a functionality in
libdisk on ia64.
Notes:
svn path=/head/; revision=121863
|
|
|
|
| |
Notes:
svn path=/head/; revision=119138
|
|
|
|
|
|
|
|
|
|
| |
'use entire disk'. Neither for ia64 while I'm here - it needs a MBR if
its going to use fdisk+disklabel. The ia64 case is mostly academic though
because you'd be creating two partitions (dos + freebsd) rather than
a single freebsd-only partition.
Notes:
svn path=/head/; revision=115852
|
|
|
|
|
|
|
|
| |
Approved by: re (murray)
Obtained from: obrien
Notes:
svn path=/head/; revision=115293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
type of new slices and to change the type of existing slices. This also
has the advantage of moving a few #ifdef PC98's up to where the macros
are defined instead of in the middle of the code.
- Change the behavior of the 'T' option in the slice editor so that the
default value in the dialog box is the current type of the existing
slice rather than defaulting to changing the slice to a FreeBSD slice as
this is more intuitive.
Approved by: re
Notes:
svn path=/head/; revision=107649
|
|
|
|
|
|
|
|
|
| |
editor.
Approved by: re (jhb)
Notes:
svn path=/head/; revision=107587
|
|
|
|
|
|
|
|
|
|
|
| |
bug fixed yesterday. New slices created in the fdisk editor and slices
whose sub-type is changed are of type 'mbr' if their sub-type is not a
magic type, not type 'unknown'.
Approved by: re
Notes:
svn path=/head/; revision=107554
|
|
|
|
|
|
|
|
|
|
| |
defined.
Tested on: i386, alpha, sparc64
Approved by: re
Notes:
svn path=/head/; revision=107349
|
|
|
|
| |
Notes:
svn path=/head/; revision=106990
|
|
|
|
| |
Notes:
svn path=/head/; revision=106948
|
|
|
|
|
|
|
|
|
|
| |
With this change there's no a priori difference between EFI and
FAT partitions. With this change and the corresponding change to
libdisk, we can create EFI partitions, just like regular FAT
partitions.
Notes:
svn path=/head/; revision=106839
|
|
|
|
|
|
|
| |
but not made conditional upon it.
Notes:
svn path=/head/; revision=106744
|
|
|
|
|
|
|
|
|
|
| |
- Disabled 'Syscons, Font', 'Syscons, Screenmap' and 'Syscons, Ttys' menus
on pc98.
- Fixed the MenuMouseType and MenuMousePort menus for pc98.
- Fixed some comments for pc98.
Notes:
svn path=/head/; revision=106374
|
|
|
|
|
|
|
| |
PC98 with less ifdef madness.
Notes:
svn path=/head/; revision=105686
|
|
|
|
|
|
|
| |
Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh)
Notes:
svn path=/head/; revision=105105
|
|
|
|
|
|
|
|
|
|
|
|
| |
something applies to. So change #ifndef to an explicit list of defines.
* Treate sparc64 and ia64 as 64-bit platforms, which means larger roots.
* sparc64 should halt back to the firmware, not reset.
* sparc64 doesn't need to play MS-DOS/BIOS partition crap games.
Reviewed by: jake
Notes:
svn path=/head/; revision=104940
|
|
|
|
|
|
|
| |
#ifndef __alpha__ to #ifdef __i386__
Notes:
svn path=/head/; revision=100637
|
|
|
|
|
|
|
| |
above 4GB.
Notes:
svn path=/head/; revision=97674
|
|
|
|
|
|
|
| |
and label a disk from a sysinstall script.
Notes:
svn path=/head/; revision=97667
|
|
|
|
|
|
|
|
|
|
|
| |
instead of hardcoding them into the binary. This replaces
the work-around in usr.sbin/sysinstall/Makefile,v 1.121.
Suggested by: jhb
MFC in: 1 week
Notes:
svn path=/head/; revision=93322
|
|
|
|
| |
Notes:
svn path=/head/; revision=83845
|
|
|
|
|
|
|
|
|
| |
Turn on my asbesto suit, and document the DD and Wizard mode menu
keys. It's a nuisance to always have to look them up in the source
code when needed.
Notes:
svn path=/head/; revision=75676
|
|
|
|
| |
Notes:
svn path=/head/; revision=74297
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a few cosmetic problems:
o Allow it to work with scripts (see man page or install.cfg file).
o Preserve old softupdates flag across newfs toggles
o Clean up partitioned/labelled flag handling
o Don't ask for MBR choice again if you've already written it out.
o Actually document the new features.
Notes:
svn path=/head/; revision=74156
|
|
|
|
|
|
|
|
|
| |
non-advertised option (F = "FreeBSD only"), and leave the A key with
standard partitioning. It seems people still want a runtime backdoo
to get to dangerously dedicated mode.
Notes:
svn path=/head/; revision=71054
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
at people. This has been sitting in my tree for a few months now. I
have spoken with quite a few folks about this and the support for doing
this was pretty strong. I dont remember names though, so I cannot share
the blame :-(. Note that this does not *remove* DD mode, it just stops
waving it at new users. You can still set it via config files etc, and
the bootblocks and kernel still support it. You can still use disklabel
to make true DD disks.
Notes:
svn path=/head/; revision=71051
|
|
|
|
|
|
|
|
|
| |
no as a default. Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
Notes:
svn path=/head/; revision=70005
|
|
|
|
|
|
|
| |
- Cosmetic changes.
Notes:
svn path=/head/; revision=64555
|
|
|
|
|
|
|
| |
- Axe the 1024 cylinder checks as they are no longer relevant.
Notes:
svn path=/head/; revision=63031
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
boot.flp and plain boot.flp.
- Clean up crunchgen related routine.
- Add PC-98 support.
TODO:
o Documentation
o Fix some messages for PC-98
o Decrease the size of fixit.flp to 1.2MB
o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html)
No response from jkh
Notes:
svn path=/head/; revision=61277
|
|
|
|
|
|
|
|
|
| |
sizes are displayed in.
Ok'ed by: murray
Notes:
svn path=/head/; revision=60937
|