summaryrefslogtreecommitdiff
path: root/release/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* Merge ^/projects/release-install-debug:Glen Barber2016-01-051-1/+1
| | | | | | | | | | | | | | | - Rework MANIFEST generation and parsing via bsdinstall(8). - Allow selecting debugging distribution sets during install. - Rework bsdinstall(8) to fetch remote debug distribution sets when they are not available on the local install medium. - Allow selecting additional non-GENERIC kernels during install. At present, GENERIC is still required, and installed by default. Tested with: head@r293203 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=293223
* Fix argument quoting and remove unnecessary bracesDevin Teske2015-09-101-32/+32
| | | | | | | | MFC after: 3 weeks X-MFC-to: stable/10 Notes: svn path=/head/; revision=287635
* - Once we have shifted arguments thrice, base-bits-dir is $1 rather than $4.Marius Strobl2013-07-261-5/+7
| | | | | | | | | | | | | Introduce $BASEBITSDIR for clarity and in order to avoid repeating this mistake in the future. Fixing this ensures that we pick up the newly built boot code and loader native to the target, which is especially relevant when cross-building release images. - It is pointless to specify an endianess for ISO 9660 images so strip that. MFC after: 3 days Notes: svn path=/head/; revision=253676
* - Add CHECKSUM.* support in Makefile[1].Hiroki Sato2013-02-031-39/+49
| | | | | | | | | | | | | | | - 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-1/+1
| | | | | | | | | 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-031-47/+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
* Use labels to find release media instead of hard-coded device paths. ThisNathan Whitehorn2011-03-221-0/+2
| | | | | | | | | | | makes booting more reliable (and working at all on USB sticks). While here, move responsibility for setting up fstab into the various platform mk-*.sh scripts. Suggested by: many Notes: svn path=/head/; revision=219856
* Fix making a release. The old libdialog was renamed to libodialog.Yoshihiro Takahashi2011-01-141-1/+1
| | | | Notes: svn path=/head/; revision=217391
* Add gpart and glabel to the release CD mfsroot.Marius Strobl2010-11-071-1/+4
| | | | Notes: svn path=/head/; revision=214940
* 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
* 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
* Change yet another script to use /dev/mdX instead of /dev/mdXc (seeMarius Strobl2009-03-241-2/+2
| | | | | | | also r188438). Notes: svn path=/head/; revision=190390
* Install libusb20.so.1 as libusb.so.1, there will be a followup commit to theAndrew Thompson2009-03-091-1/+1
| | | | | | | | | | | | ports tree so that programs use libusb from the base by default. Thanks to Stanislav Sedov for sorting out the ports build. Bump __FreeBSD_version to 800069 Help and testing by: stas Notes: svn path=/head/; revision=189585
* Catch up with USB2 change.Yoshihiro Takahashi2009-03-031-2/+2
| | | | | | | | | | Remove the usbdevs and add the usbconfig. Spotted by: hrs Tested on: i386 Notes: svn path=/head/; revision=189300
* 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
* 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 usbd(8) and all references to it. It is no longer necessaryIan Dowse2005-12-151-1/+0
| | | | | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry Notes: svn path=/head/; revision=153430
* The current version of mkisofs is warning us that the -P option willKen Smith2005-01-301-1/+1
| | | | | | | | | | | be changing with the next version, and we should be using -publisher instead. Also warned by: trhodes MFC after: 1 week Notes: svn path=/head/; revision=141066
* Keep each prog on its own line so that diffs between variousRuslan Ermilov2004-10-011-7/+23
| | | | | | | *_crunch.conf files are easier to read. Notes: svn path=/head/; revision=136018
* Take away unused libraries.Ruslan Ermilov2004-10-011-1/+1
| | | | Notes: svn path=/head/; revision=136017
* Back out previous commit. Colin's fix to md makes the extra sleepKen Smith2004-08-251-2/+0
| | | | | | | here unnecessary. Thanks Colin. :-) Notes: svn path=/head/; revision=134280
* Found another one. Why does mdconfig hate me? Add a "sleep 5" toKen Smith2004-08-221-0/+2
| | | | | | | | | | | | | | this script, without it sparc64 ISO building was consistently failing because the /dev/md0 device name was not present when the commands following mdconfig ran. Apparently there is the possibility of a delay between when mdconfig finishes and the names become visible in /dev. Yes, we could code this better than an unconditional call to "sleep 5" but IMHO we should fix the underlying problem instead. MFC after: 3 days Notes: svn path=/head/; revision=134146
* Add a publisher variable with the URL for the FreeBSD Project, and putMurray Stokely2004-07-151-1/+2
| | | | | | | | | this into the ISO headers by specifying the -P option to mkisofs. Obtained from: share/examples/worm/makecdfs.sh Notes: svn path=/head/; revision=132203
* Set BATCH=yes to avoid bumping into interactivity in the port builds.Kris Kennaway2004-07-121-1/+1
| | | | | | | XXX /usr/ports is still hardcoded, should be ${PORTSDIR} Notes: svn path=/head/; revision=132022
* mkisofs(8) is now installed by sysutils/cdrtools.Marius Strobl2004-06-021-4/+4
| | | | | | | This will be instantly MFC'ed. Notes: svn path=/head/; revision=130016
* Put slattach(8), camcontrol(8), usbd(8), and usbdevs(8) onto theRuslan Ermilov2004-01-281-3/+3
| | | | | | | | MFS root file system now that these architectures always use the GENERIC kernel for installs. Notes: svn path=/head/; revision=125141
* - Use the correct boot/boot1 and boot/loader files.Ruslan Ermilov2003-08-111-4/+3
| | | | | | | | | - Use the newfs command similar to that in doFS.sh. Reviewed by: jake, jhb Notes: svn path=/head/; revision=118800
* Embed a simplistic version of the dokern.sh script directly intoRuslan Ermilov2003-07-301-6/+0
| | | | | | | | | | | release/Makefile. Reviewed by: marcel The original patch also removed ia64/dokern.sh, but this was OBE. Notes: svn path=/head/; revision=118200
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.Ruslan Ermilov2003-05-171-1/+1
| | | | | | | | | | | 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
* tunefs now requires -lufs.Ruslan Ermilov2003-01-231-1/+1
| | | | Notes: svn path=/head/; revision=109726
* Revert previous untested commit. I installed an ultra60 this morningJohn Baldwin2002-11-011-1/+1
| | | | | | | using sysinstall from a release built via 'make release'. Notes: svn path=/head/; revision=106297
* sparc64 does not yet support sysinstall(8).Ruslan Ermilov2002-11-011-1/+1
| | | | Notes: svn path=/head/; revision=106285
* Add beginnings of sparc64 release magic.Jake Burkholder2002-10-133-0/+105
Notes: svn path=/head/; revision=105060