summaryrefslogtreecommitdiffstats
path: root/release/pc98
Commit message (Collapse)AuthorAgeFilesLines
* - Add CHECKSUM.* support in Makefile[1].hrs2013-02-031-1/+2
| | | | | | | | | | | | - Use ln -fs to create a symlink. - Remove pkgadd for docports. - Use WITHOUT_JADETEX=yes instead of WITH_JADETEX=no. - Add {WORLD,KERNEL}_FLAGS to [BTWK]MAKE. - Use makefs(8) and gpart(8) for sparc64 ISO image[2]. - Add publisher option to makefs(8)[2]. Based on work by: gjb[1] Discussed with: marius, nwhitehorn[2]
* ISO 9660 specification allows only "d-characters" and "a-characters" in thehrs2013-01-081-2/+2
| | | | | | Volume Descriptor (section 7.4). In short, upper-case alphanumeric + some symbols only. While the makefs utility automatically converts the characters, $LABEL should be consistent in the scripts.
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-033-133/+0
| | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade).
* Garbage collect some unused variables and stray debug code.nwhitehorn2011-05-051-1/+0
| | | | Submitted by: marius
* Repair release CD generation on PC98 and sun4v after release buildingnwhitehorn2011-05-041-0/+45
| | | | | | | | changes, and backport the new logic (ISO images are TARGET dependant, not TARGET_CPUARCH dependant) to Makefile.sysinstall. While modifying ISO image scripts, change several archs to use makefs (from base) instead of mkisofs (from ports) which makes release CD generation both faster and self-hosting.
* Fix making a release. The old libdialog was renamed to libodialog.nyan2011-01-141-1/+1
|
* Reorder to have -lcrypto after -larchive. Our linker doesn't seem to likedelphij2010-05-261-2/+2
| | | | the current ordering :(
* libarchive now needs libcrypto and liblzma.delphij2010-05-251-2/+2
|
* Remove slattach from the install mfsroot since it doesn't exist anymorejhb2010-01-261-1/+0
| | | | | | to quiet a warning from crunchgen. MFC after: 1 week
* Remove libulog from the bootstrap again.ed2010-01-212-2/+2
| | | | | | libulog now only provides functions that are used by various packages from the ports tree, namely the libutempter ones. There is no reason to link it into the crunch/fixit binaries anymore.
* Don't forget to link the fixits against -lulog.ed2009-12-062-2/+2
| | | | | | reboot(8) now depends on it. Reported by: nyan
* Add libjail to the boot_crunch binaries (for ifconfig).jamie2009-06-291-1/+1
| | | | | | PR: 136071 Submitted by: Scot Hetzel Approved by: re (kensmith), bz (mentor)
* - Add libbsdxml and libsbuf required by bsdlabel.nyan2008-09-252-7/+2
| | | | | - Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit to avoid disk full.
* Recent work on the gnu cpio seems to have introduced some bugs, itkensmith2008-08-201-3/+2
| | | | | | | | | | | | complains about "Malformed numbers" while unpacking the dists and what winds up on the disk isn't correct. Use this as an opportunity to switch over to bsdcpio since at this point we don't even build and install the gnu cpio by default. Note sysinstall needed to be tweaked a bit (dropping tape block size setting) because it seems bsdcpio doesn't do anything with block sizes, at least as far as reading from archives goes. That wasn't really a problem since installations from tape have been broken for a while and the rest of sysinstall's tape support code will be removed shortly.
* Replace the ee with the ed to resolve disk overflow.nyan2008-05-131-2/+1
|
* Add the ed and remove the vi.nyan2008-05-111-3/+1
| | | | This fixes a disk-full error.
* libbsdxml is now required by ifconfig(8).thompsa2008-04-221-1/+1
| | | | Submitted by: Florian Smeets
* In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that itkensmith2008-01-221-0/+2
| | | | | | | | | | | | | | | | can't find fsck_4.2bsd because there was no fstab file saying what filesystem type it is looking at so it got the filesystem type from the disk's label. When that fails admins who haven't been in this situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because ufs is the type used in fstab files on working systems but that also fails complaining it can't find fsck_ufs. This just sets it up so /stand in the MFS image (/sbin is a symlink to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to fsck_ffs which is what is present in /sbin on installed systems. Prodded by: obrien MFC after: 1 day
* Remove the restore and chroot command to avoid disk-full error.nyan2007-05-222-6/+0
|
* Remove the telnet command because of filesystem full.nyan2006-05-291-1/+0
|
* Disable an SMP detection on pc98.nyan2006-03-101-1/+1
|
* Revamp base system packaging of kernels to enable up/smp selectionsam2006-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | at runtime and to support distributing additional kernels: o remove kernel from the base tarball o add new kernel tarballs o build + package both SMP and GENERIC kernels when an <arch>/conf/SMP config file is present o add sysinstall support for multiple kernels o update sysinstall to probe for the number of cpus on a system and auto-select smp/up kernel accordingly o add a post-kernels install hook to fixup /boot/kernel o add -ldevinfo to boot crunch for sysinstall's cpu probing logic Notes: 1. On HEAD this code is not currently used because GENERIC kernels include SMP. This work is mainly intended for RELENG_6 where the GENERIC kernel is UP. If HEAD changes to match then just enable WITH_SMP in sysinstall/Makefile. 2. The cpu probing support is done with acpi and MPTable; this means some systems will require work for auto-detection to work. 3. The handling of /boot/kernel may need to be revisited; for now we rename one kernel at the last moment (SMP if installed, otherwise GENERIC). There are other, possibly better, approaches. Lots of help from ru, emaste, scottl, and jhb.
* Switch from OLDCARD to NEWCARD on pc98.nyan2005-09-271-3/+1
|
* Keep each prog on its own line so that diffs between variousru2004-10-013-20/+88
| | | | *_crunch.conf files are easier to read.
* Take away unused libraries.ru2004-10-013-3/+3
|
* Unbreak fixit crunch: since Feb/17/2004, mount(8) requires libufs.matusita2004-02-192-2/+2
| | | | | | See also src/sbin/mount/Makefile rev 1.14. Noticed by: snapshots.jp.FreeBSD.org
* Put slattach(8) onto the MFS root file system now that we alwaysru2004-01-281-1/+1
| | | | use the GENERIC kernel for installs which has the sl(4) support.
* *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*jhb2004-01-263-222/+0
| | | | | | | *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* Death to the stripped down BOOTMFS kernel for boot floppies and all the cruft that goes along with it.
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-262-2/+2
| | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org>
* MFi386: sort.ru2003-08-021-50/+50
| | | | OK'ed by: nyan
* Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf.ru2003-07-281-4/+0
|
* Merged from RELENG_5_1: Don't use MUTEX_NOINLINE.nyan2003-06-071-2/+0
|
* Keep entries sorted by floppy, type, and name.ru2003-06-011-8/+10
|
* Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, andscottl2003-05-181-0/+2
| | | | | | alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.ru2003-05-172-4/+6
| | | | | | | | Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
* Removed mount_devfs from progs since there is no "mount_devfs"ru2003-04-212-2/+2
| | | | | source directory (it's spelled mount_std nowadays), so it was a no-op anyway, and DEVFS is now the default.
* axe is commented out in GENERIC on pc98, so this wasn't needed.murray2003-04-211-1/+0
| | | | Pointed out by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
* Move Bill Paul's new axe driver module to floppy disk 3 on i386 andmurray2003-04-211-0/+1
| | | | alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64.
* NO_COMPAT_FREEBSD4 is no more.jhay2003-04-171-1/+0
|
* Removed redundant lines.ru2003-04-011-3/+0
| | | | Noticed by: obrien
* Go for the auto-tuned `maxusers'. This at least fixesru2003-03-221-5/+0
| | | | | | the ``panic: timeout table full'' on Alphas. Tested by: wilko
* wlan module depends on rc4 module, so provide one.ru2003-03-211-1/+3
| | | | Reviewed by: imp
* MFi386: Don't remove UFS_ACL support.nyan2003-02-261-2/+0
|
* Move the nfsclient support into mfsroot floppy.nyan2003-01-301-1/+1
|
* Remove the atapifd and atapist support from boot floppies.nyan2003-01-301-0/+4
|
* Unbreak i386 snapshots by moving the 802.11 support (device wlan)ru2003-01-271-0/+1
| | | | out from BOOTMFS to the drivers floppy.
* tunefs now requires -lufs.ru2003-01-231-1/+1
|
* Add ATA_NOPCI option for small kern.flp floppy.nyan2002-12-051-0/+2
| | | | Approved by: re (murray)
* Don't move NFSCLIENT.nyan2002-11-181-1/+1
|
* Make a small (1.2M) fixit floppy image for pc98.nyan2002-11-051-0/+25
|
OpenPOWER on IntegriCloud