aboutsummaryrefslogtreecommitdiff
path: root/release/pc98
Commit message (Collapse)AuthorAgeFilesLines
* - Add CHECKSUM.* support in Makefile[1].Hiroki Sato2013-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] Notes: svn path=/head/; revision=246283
* ISO 9660 specification allows only "d-characters" and "a-characters" in theHiroki Sato2013-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. Notes: svn path=/head/; revision=245177
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-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). Notes: svn path=/head/; revision=225937
* Garbage collect some unused variables and stray debug code.Nathan Whitehorn2011-05-051-1/+0
| | | | | | | Submitted by: marius Notes: svn path=/head/; revision=221494
* Repair release CD generation on PC98 and sun4v after release buildingNathan Whitehorn2011-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. Notes: svn path=/head/; revision=221466
* Fix making a release. The old libdialog was renamed to libodialog.Yoshihiro Takahashi2011-01-141-1/+1
| | | | Notes: svn path=/head/; revision=217391
* Reorder to have -lcrypto after -larchive. Our linker doesn't seem to likeXin LI2010-05-261-2/+2
| | | | | | | the current ordering :( Notes: svn path=/head/; revision=208577
* libarchive now needs libcrypto and liblzma.Xin LI2010-05-251-2/+2
| | | | Notes: svn path=/head/; revision=208545
* Remove slattach from the install mfsroot since it doesn't exist anymoreJohn Baldwin2010-01-261-1/+0
| | | | | | | | | to quiet a warning from crunchgen. MFC after: 1 week Notes: svn path=/head/; revision=203031
* Remove libulog from the bootstrap again.Ed Schouten2010-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. Notes: svn path=/head/; revision=202755
* Don't forget to link the fixits against -lulog.Ed Schouten2009-12-062-2/+2
| | | | | | | | | reboot(8) now depends on it. Reported by: nyan Notes: svn path=/head/; revision=200181
* Add libjail to the boot_crunch binaries (for ifconfig).Jamie Gritton2009-06-291-1/+1
| | | | | | | | | PR: 136071 Submitted by: Scot Hetzel Approved by: re (kensmith), bz (mentor) Notes: svn path=/head/; revision=195156
* - Add libbsdxml and libsbuf required by bsdlabel.Yoshihiro Takahashi2008-09-252-7/+2
| | | | | | | | - Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit to avoid disk full. Notes: svn path=/head/; revision=183350
* Recent work on the gnu cpio seems to have introduced some bugs, itKen Smith2008-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. Notes: svn path=/head/; revision=181927
* Replace the ee with the ed to resolve disk overflow.Yoshihiro Takahashi2008-05-131-2/+1
| | | | Notes: svn path=/head/; revision=178974
* Add the ed and remove the vi.Yoshihiro Takahashi2008-05-111-3/+1
| | | | | | | This fixes a disk-full error. Notes: svn path=/head/; revision=178945
* libbsdxml is now required by ifconfig(8).Andrew Thompson2008-04-221-1/+1
| | | | | | | Submitted by: Florian Smeets Notes: svn path=/head/; revision=178428
* In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that itKen Smith2008-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 Notes: svn path=/head/; revision=175567
* Remove the restore and chroot command to avoid disk-full error.Yoshihiro Takahashi2007-05-222-6/+0
| | | | Notes: svn path=/head/; revision=169864
* Remove the telnet command because of filesystem full.Yoshihiro Takahashi2006-05-291-1/+0
| | | | Notes: svn path=/head/; revision=159037
* Disable an SMP detection on pc98.Yoshihiro Takahashi2006-03-101-1/+1
| | | | Notes: svn path=/head/; revision=156533
* Revamp base system packaging of kernels to enable up/smp selectionSam Leffler2006-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. Notes: svn path=/head/; revision=156436
* Switch from OLDCARD to NEWCARD on pc98.Yoshihiro Takahashi2005-09-271-3/+1
| | | | Notes: svn path=/head/; revision=150615
* Keep each prog on its own line so that diffs between variousRuslan Ermilov2004-10-013-20/+88
| | | | | | | *_crunch.conf files are easier to read. Notes: svn path=/head/; revision=136018
* Take away unused libraries.Ruslan Ermilov2004-10-013-3/+3
| | | | Notes: svn path=/head/; revision=136017
* Unbreak fixit crunch: since Feb/17/2004, mount(8) requires libufs.Makoto Matsushita2004-02-192-2/+2
| | | | | | | | | See also src/sbin/mount/Makefile rev 1.14. Noticed by: snapshots.jp.FreeBSD.org Notes: svn path=/head/; revision=125983
* Put slattach(8) onto the MFS root file system now that we alwaysRuslan Ermilov2004-01-281-1/+1
| | | | | | | use the GENERIC kernel for installs which has the sl(4) support. Notes: svn path=/head/; revision=125142
* *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*John Baldwin2004-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. Notes: svn path=/head/; revision=125053
* - Support for multibyte charsets in LIBICONV.Max Khon2003-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> Notes: svn path=/head/; revision=120492
* MFi386: sort.Ruslan Ermilov2003-08-021-50/+50
| | | | | | | OK'ed by: nyan Notes: svn path=/head/; revision=118351
* Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf.Ruslan Ermilov2003-07-281-4/+0
| | | | Notes: svn path=/head/; revision=118130
* Merged from RELENG_5_1: Don't use MUTEX_NOINLINE.Yoshihiro Takahashi2003-06-071-2/+0
| | | | Notes: svn path=/head/; revision=115945
* Keep entries sorted by floppy, type, and name.Ruslan Ermilov2003-06-011-8/+10
| | | | Notes: svn path=/head/; revision=115635
* Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, andScott Long2003-05-181-0/+2
| | | | | | | | | alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb Notes: svn path=/head/; revision=115126
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.Ruslan Ermilov2003-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) Notes: svn path=/head/; revision=115106
* Removed mount_devfs from progs since there is no "mount_devfs"Ruslan Ermilov2003-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. Notes: svn path=/head/; revision=113815
* axe is commented out in GENERIC on pc98, so this wasn't needed.Murray Stokely2003-04-211-1/+0
| | | | | | | Pointed out by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> Notes: svn path=/head/; revision=113777
* Move Bill Paul's new axe driver module to floppy disk 3 on i386 andMurray Stokely2003-04-211-0/+1
| | | | | | | alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64. Notes: svn path=/head/; revision=113776
* NO_COMPAT_FREEBSD4 is no more.John Hay2003-04-171-1/+0
| | | | Notes: svn path=/head/; revision=113588
* Removed redundant lines.Ruslan Ermilov2003-04-011-3/+0
| | | | | | | Noticed by: obrien Notes: svn path=/head/; revision=112954
* Go for the auto-tuned `maxusers'. This at least fixesRuslan Ermilov2003-03-221-5/+0
| | | | | | | | | the ``panic: timeout table full'' on Alphas. Tested by: wilko Notes: svn path=/head/; revision=112499
* wlan module depends on rc4 module, so provide one.Ruslan Ermilov2003-03-211-1/+3
| | | | | | | Reviewed by: imp Notes: svn path=/head/; revision=112474
* MFi386: Don't remove UFS_ACL support.Yoshihiro Takahashi2003-02-261-2/+0
| | | | Notes: svn path=/head/; revision=111548
* Move the nfsclient support into mfsroot floppy.Yoshihiro Takahashi2003-01-301-1/+1
| | | | Notes: svn path=/head/; revision=110092
* Remove the atapifd and atapist support from boot floppies.Yoshihiro Takahashi2003-01-301-0/+4
| | | | Notes: svn path=/head/; revision=110091
* Unbreak i386 snapshots by moving the 802.11 support (device wlan)Ruslan Ermilov2003-01-271-0/+1
| | | | | | | out from BOOTMFS to the drivers floppy. Notes: svn path=/head/; revision=109942
* tunefs now requires -lufs.Ruslan Ermilov2003-01-231-1/+1
| | | | Notes: svn path=/head/; revision=109726
* Add ATA_NOPCI option for small kern.flp floppy.Yoshihiro Takahashi2002-12-051-0/+2
| | | | | | | Approved by: re (murray) Notes: svn path=/head/; revision=107632
* Don't move NFSCLIENT.Yoshihiro Takahashi2002-11-181-1/+1
| | | | Notes: svn path=/head/; revision=107055
* Make a small (1.2M) fixit floppy image for pc98.Yoshihiro Takahashi2002-11-051-0/+25
| | | | Notes: svn path=/head/; revision=106455