diff options
Diffstat (limited to 'distrib/notes/landisk')
-rw-r--r-- | distrib/notes/landisk/contents | 6 | ||||
-rw-r--r-- | distrib/notes/landisk/features | 40 | ||||
-rw-r--r-- | distrib/notes/landisk/install | 24 |
3 files changed, 49 insertions, 21 deletions
diff --git a/distrib/notes/landisk/contents b/distrib/notes/landisk/contents index 3753ee704c6..23a6ab520d9 100644 --- a/distrib/notes/landisk/contents +++ b/distrib/notes/landisk/contents @@ -1,4 +1,4 @@ -dnl $OpenBSD: contents,v 1.5 2009/02/28 20:53:00 miod Exp $ +dnl $OpenBSD: contents,v 1.6 2009/05/12 21:06:50 miod Exp $ TopPart dnl can't use OpenBSDminiroot here - comment is inappropriate @@ -17,9 +17,9 @@ dnl XXX describe boot, mbr, and xxboot. Or stop providing them? DistributionDescription(eleven) -OpenBSDbase(48115471,135816312,shared) +OpenBSDbase(48115471,135816312) -OpenBSDcomp(95261055,271776244,shared) +OpenBSDcomp(95261055,271776244) OpenBSDetc(511220,1522236) diff --git a/distrib/notes/landisk/features b/distrib/notes/landisk/features new file mode 100644 index 00000000000..d222d0dac41 --- /dev/null +++ b/distrib/notes/landisk/features @@ -0,0 +1,40 @@ +dnl $OpenBSD: features,v 1.1 2009/05/12 21:06:50 miod Exp $ +dnl +dnl This file lists almost all the conditional features of this port, +dnl which are used to provide accurate installation notes. +dnl +dnl Information about the installer script features should be in sync with +dnl src/distrib/landisk/ramdisk/install.md +dnl and the list files in +dnl src/distrib/landisk/ramdisk/list +dnl +dnl ==== +dnl +dnl architecture name (for the packages directory) +define({:-MACHINE_ARCH-:},sh)dnl +dnl +dnl define if /sbin/kbd exists on the media +define({:-MDKBD-:},)dnl +dnl +dnl define if serial consoles needs to be enabled in /etc/ttys +dnl (i.e. md_consoleinfo is not empty) +define({:-MDSERCONS-:},)dnl +dnl +dnl define if SMP kernels are provided +define({:-MDSMP-:},)dnl +dnl +dnl define if shared libraries are provided +define({:-MDSO-:},1)dnl +dnl +dnl define if some media have timezone information (TZ in their list) +define({:-MDTZ-:},)dnl +dnl +dnl define if glass console is possible +dnl (XXX does not imply availablity of X servers though) +define({:-MDX-:},)dnl +dnl +dnl define if the X server can-:}t start until machdep.allow_aperture is set +define({:-MDXAPERTURE-:},)dnl +dnl +dnl define if the X server can start without a configuration file +define({:-MDXDM-:},)dnl diff --git a/distrib/notes/landisk/install b/distrib/notes/landisk/install index 4584d3730e9..30c082bcbef 100644 --- a/distrib/notes/landisk/install +++ b/distrib/notes/landisk/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.5 2008/08/05 22:58:01 miod Exp $ +dnl $OpenBSD: install,v 1.6 2009/05/12 21:06:50 miod Exp $ OpenBSDInstallPrelude OpenBSDInstallPart2 @@ -6,15 +6,9 @@ OpenBSDInstallPart2 If you have copied the miniroot image to the disk, it will boot automatically upon power-up. -OpenBSDBootMsgs(,"wd0") +OpenBSDInstallPart3(,"wd0") - You will next be asked for your terminal type. If you are - installing from a non-serial console, the default of "vt220" - is correct. If you are installing from a serial console - you should choose the terminal type from amongst those listed. - (If your terminal type is xterm, just use vt220.) - -OpenBSDInstallPart3({:-"wd0" for IDE drives-:}) +OpenBSDInstallPart4({:-"wd0" for IDE drives-:}) Next you will have to edit or create a disk label for the disk OpenBSD is being installed on. You will first be given an @@ -27,11 +21,9 @@ OpenBSDInstallPart3({:-"wd0" for IDE drives-:}) necessary to correct this. Note that you should make OpenBSD be the active partition at least until the install has been completed. -OpenBSDInstallPart4 - -OpenBSDInstallPart5(wd0) +OpenBSDInstallPart5 -OpenBSDInstallNet({:-CD-ROM, -:},nofloppy) +OpenBSDInstallPart6({:-CD-ROM, -:}) OpenBSDFTPInstall @@ -41,12 +33,8 @@ OpenBSDCDROMInstall OpenBSDDISKInstall({:-"wdN" or -:},{:-only-:}) -OpenBSDCommonFS - -OpenBSDCommonURL +OpenBSDCommonInstall OpenBSDInstallWrapup -OpenBSDInstallWrapupPart2 - OpenBSDCongratulations |