freebsd-src/usr.sbin/sade
Marcel Moolenaar 7e8dbd8b20 ia64 specific.
o  Mount the EFI file system as msdosfs and not ufs as it's a FAT
   file system. Introduce Mount_msdos() for this to go side-by-side
   with Mount().
o  Also, since mounting is performed as a command (which means it's
   queued, sorted, lost, found and executed), we cannot create a
   directory on the file system by calling mkdir. We must make sure
   the mkdir happens after the mount. Introduce Mkdir_command() to
   allow mkdir operations to be queued, sorted, lost, found and
   executed as well.

Approved by: re (jhb, rwatson)
2002-12-02 20:15:16 +00:00
..
help Document (with warnings) the otherwise undocumented `F' command. 2001-03-13 06:52:07 +00:00
command.c debugMsg() should end with "\n". 2002-11-01 02:05:05 +00:00
config.c Only try to setup moused(8) before setting up the X server if WITH_MICE is 2002-11-27 19:39:26 +00:00
devices.c Don't use fake 'c' or 'a' BSD partitions for CD-ROM devices. This fixes 2002-11-27 17:56:27 +00:00
disks.c Only include the fdisk editor and associated code if WITH_SLICES is 2002-11-27 19:57:39 +00:00
dispatch.c Only include the diskPartitionEditor script command if WITH_SLICES is 2002-11-27 19:41:06 +00:00
dmenu.c Whoops - really make the "fix" I did to the dmenuToggleVariable logic 2000-03-08 14:20:26 +00:00
globals.c DTRT in the restart case 2001-10-12 07:36:34 +00:00
install.c ia64 specific. 2002-12-02 20:15:16 +00:00
keymap.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
label.c If the user choose to Undo everything in the label editor, only run the 2002-11-27 19:46:18 +00:00
list.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
main.c * Negative #if's are harder to read as they don't tell exactly what arch 2002-10-11 22:30:09 +00:00
Makefile Since NEWCARD is the default for i386, undef PCCARD_ARCH. 2002-10-20 11:16:41 +00:00
menus.c Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 use 2002-11-27 19:54:46 +00:00
misc.c ia64 specific. 2002-12-02 20:15:16 +00:00
msg.c Return the *right* error codes for yes/no questions when non-interactive. 2001-09-11 20:42:07 +00:00
rtermcap.c
sade.8 configXEnvironment doesn't work in sysinstall now. 2002-11-26 23:23:42 +00:00
sade.h ia64 specific. 2002-12-02 20:15:16 +00:00
system.c * Negative #if's are harder to read as they don't tell exactly what arch 2002-10-11 22:30:09 +00:00
termcap.c Use the isDebug() function rather than making up a new environment 2001-09-22 18:07:47 +00:00
usb.c Add support for USB to sysinstall. This includes running usbd and 2000-05-12 03:01:17 +00:00
variable.c debugMsg() should end with "\n". 2002-11-01 02:05:05 +00:00
wizard.c Fix the wizardmodes 'write' command to not explode: Don't reference 2002-10-28 22:40:49 +00:00