Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-13 | Update install media generation to the new semantics of the -c flag. | Todd C. Miller | |
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option. | |||
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt | |
2007-02-11 | Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user the | Kenneth R Westerback | |
option to choose a filesystem type when mounting a disk. Rely on the filesystem information provided by the disklabel. When there is only one usable partition on the selected disk, just mount it without bothering the user with a question. Ensure that msdos filesystems are mounted with '-s' so that the names of the install sets will be in lower case and thus visible to the script. msdos problems noted by Rodolfo Gouveia, who did a lot of testing and debugging. 'mount -t ...' silliness pointed out by deraadt@. | |||
2006-06-26 | wicontrol went away | Theo de Raadt | |
2006-04-21 | Sleep for whole seconds and use ksh arithmetic expressions instead of expr. | Uwe Stuehler | |
The C3000 has no expr. Noticed by David Krause. | |||
2006-04-04 | Wait until the microdrive in socket 1 becomes ready before starting zboot. | Uwe Stuehler | |
This should avoid "hd0 missing" errors seen with some other cards inserted in socket 0. Tested by me and probably kjell@ | |||
2006-04-04 | Some hacks for the C3200. Files have to be moved and copied around to make | Uwe Stuehler | |
room in the root filessystem and to avoid a known problem with zbsdmod. | |||
2006-03-15 | no more need for aperture | Theo de Raadt | |
2005-07-18 | Free up some space in the C3100 root filesystem; it is completely full. | Uwe Stuehler | |
2005-07-14 | Must strip comments from bootbsd.desktop before packaging; found by david@ | Uwe Stuehler | |
2005-07-12 | Install files in /usr/local instead of /hdd2, so that this package | Uwe Stuehler | |
works on the C3100, too; help and testing niallo@ | |||
2005-07-12 | Id tags and copyright notices | Uwe Stuehler | |
2005-04-28 | put comment on ztsscale line | Theo de Raadt | |
2005-04-28 | whack any previous machdep.ztsscale settings in sysctl.conf, and apply | Theo de Raadt | |
the new one cleanly. whee. | |||
2005-04-24 | run ztsscale at md_congrats time, krw ok (still needs testing) | Theo de Raadt | |
2005-04-02 | Scrounge a few more characters of whitespace, mostly to be consistant. | Kenneth R Westerback | |
2005-03-27 | Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate | Kenneth R Westerback | |
fixed list of available maps and machine dependant md_set_term() functions. Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment) will now present list of available keyboard encodings. ok deraadt@ | |||
2005-03-19 | Generate control file automatically. | Uwe Stuehler | |
2005-03-19 | fix deps, cleaning | Theo de Raadt | |
2005-03-19 | fix size generation | Theo de Raadt | |
2005-03-19 | auto-generate Packages file | Theo de Raadt | |
2005-03-19 | Packages file also required in snapshot dir.. yuck; from uwe | Theo de Raadt | |
2005-03-18 | Remove journal from ext3 filesystems mounted on /hdd[123] to avoid | Uwe Stuehler | |
the Linux startup script from bailing out with "HDD2 Error". All ext3 filesystems are thereby converted into ext2 filesystems that can be mounted under OpenBSD. | |||
2005-03-18 | Patch Linux startup script to run zboot automatically, but do not | Uwe Stuehler | |
restore the original file when uninstalling the package. To boot OpenBSD, hit enter at the zboot> prompt after reboot. To boot Linux, type 'r' at the prompt. | |||
2005-03-18 | do not hardcode release | Theo de Raadt | |
2005-03-18 | build ipk | Theo de Raadt | |
2005-03-18 | kick ass zaurus installer! with ideas and help from deraadt. | Uwe Stuehler | |
2005-01-16 | more like i386, clone from there | Theo de Raadt | |
2005-01-12 | remove some differences | Theo de Raadt | |
2005-01-11 | no more stuff from gnu | Theo de Raadt | |
2005-01-11 | put a seperate and real fsck on the media | Theo de Raadt | |
2004-12-31 | Ramdisk bits for zaurus | Dale Rahn | |