summaryrefslogtreecommitdiff
path: root/distrib/landisk
AgeCommit message (Expand)Author
2023-04-28Move FSDISKTYPE uses from disklabel(8) invocations to vnconfig(8)Kenneth R Westerback
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-26Don't rely on the disklabel defaults or a disktab entry's ba#/fa#Kenneth R Westerback
2022-09-02Now that boot blocks are able to parse ufs2, there is no need to force ufs1Miod Vallat
2021-07-26Pass make flags to kernel and lib buildskn
2021-07-18Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind"Theo de Raadt
2021-07-16Replace dhclient with dhcpleased/resolvd on the ramdisk.Florian Obser
2021-01-05distribute the gzip'd version of bsd.rd on platforms where we all bootTheo de Raadt
2020-05-25make non-root filesystems ffs2 for landisk, sgi and luna88k; ok aoyama@ visa@Otto Moerbeek
2020-05-18Make ffs2 the default for newfs; change all calls to create e.g. floppyOtto Moerbeek
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2020-04-05Make FFS2 the default filesystem type on installs except for landisk,Kenneth R Westerback
2019-06-07eliminate differences between all the list files as much asTheo de Raadt
2019-06-02first few small steps towards unificationTheo de Raadt
2019-05-13Add tee(1) to the ramdisk filesystem and use it to provide both aChristian Weisgerber
2019-05-03Further removal of differences (using install instead of cp, sortingTheo de Raadt
2019-05-01Do not need reacharound back to our own obj directory, pretty sillyTheo de Raadt
2019-04-30repair more trivial differencesTheo de Raadt
2019-04-30rm is in /bin, no need to specifyTheo de Raadt
2019-04-30Every Makefile on every architecture had deviated in unique ways.Theo de Raadt
2019-04-29TOPDIR and TOP are not neccessary.Theo de Raadt
2019-04-29remove the abstraction REV on top of abstraction OSrev which is alwaysTheo de Raadt
2019-04-28cleanup the situation around "df -i"Theo de Raadt
2019-04-28CBIN variable is also pointless, it is always "instbin". Rather thanTheo de Raadt
2019-04-28the BSD_RD variable is pointlessTheo de Raadt
2019-04-28Use new vnconfig vnd-auto-allocate mode. Resolve some variation betweenTheo de Raadt
2019-04-05Use new rdsetroot.Theo de Raadt
2017-11-19add growfs(8) to ramdiskjob
2017-07-08hook up slaacd to the installer on media where we have INET6Florian Obser
2017-01-22Whitespaces ...Robert Peichaer
2017-01-08Use makefs to build bsd.rd. ok deraadtMartin Natano
2016-10-14Use new kernel compile method for ramdisks, de-escalating to $BUILDUSERTheo de Raadt
2016-09-17ping6(8) is now a hardlink to ping(8).Florian Obser
2016-09-13Provide a stripped down group file for the install media.Robert Peichaer
2016-09-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-09-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-09-03Enable a stripped down version of doas(1) on the install media.Robert Peichaer
2016-04-02- merge install.sh into install.sub as do_install()Robert Peichaer
2016-02-08If manual disklabel editing is requested during install, don't emitKenneth R Westerback
2015-12-29Change patterns in case-blocks from a*|A* to [aA]*Robert Peichaer
2015-12-18Introduce a new function disk_has() to inspect a disk if it has aRobert Peichaer
2015-12-02If (O)penBSD is not offered as a partitioning option, do not acceptKenneth R Westerback
2015-11-09Fix commas in "Use (W)hole disk MBR..." question.Robert Peichaer
2015-10-25Use 'fdisk -i', instead of 'fdisk -e' with a here document ofKenneth R Westerback
2015-10-05Use MI installboot instead of disklabel -B to put boot blocks on installationMiod Vallat
2015-06-02Remove the $FSTABFLAG variable and use -F directly. The installerRobert Peichaer
2015-06-02ReplaceRobert Peichaer
2015-05-31Replace identical code in the MD scripts of the installer with a newRobert Peichaer
2015-05-04Add the new template file based autopartitioning feature of disklabel(8)Robert Peichaer
2015-04-13pwd_mkdb now fits onto the install media. no more chroot games.Theo de Raadt