1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
Tue Sep 24 16:47:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
* servers.boot (/hurd/ufs.static): Change --machdev to -Tdevice.
Tue Sep 17 14:36:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
* SETUP: Don't prepend `r' to $BOOT_DEV when invoking INSTALL-GRUB-MBR.
Fri Aug 16 10:50:01 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* SETUP: Set `PATH'.
Wed Aug 14 16:23:11 1996 Miles Bader <miles@gnu.ai.mit.edu>
* tool-Makefile (INSTALL, IMAGE): New variables.
Change all rules &c to use these variables instead of
`../hurdinst' and `hurd-image'.
Mon Aug 5 11:44:30 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* SETUP: Put `r' before BOOT_DEV in call to INSTALL-GRUB-MBR.
Repair syntax of test to see if BOOT_DEV is valid.
* Makefile (dist-links): Use correct pathnames for `ln' commands;
use -f. Repair touch command to avoid {}.
Wed Jul 31 13:15:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
* install-stripped (copy/copyattrs): New function.
(copy/plaincopy, copy/objcopy, copy): Use copyattrs.
* Makefile (install-tools): Copy from the right place. Make the
installed install-stripped executable.
Tue Jul 30 12:05:54 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* INSTALL-binary: Don't make stupid claims about avoiding use of
cylinder zero.
Mon Jul 29 14:47:53 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* checklist: Add cc to the list of symlinks to check.
Thu Jul 25 23:22:47 1996 Miles Bader <miles@gnu.ai.mit.edu>
* checklist: Add vmstat to the list of setuid programs.
Thu Jul 18 18:27:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
* SETUP: Install grub with INSTALL-GRUB-MBR if desired.
* INSTALL-GRUB-MBR: Fix quoting in last echo.
Wed Jul 17 00:17:05 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* INSTALL-binary: Yet more changes.
Tue Jul 16 23:41:09 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* Makefile (dist-files): boot-menu.grub -> menu.lst.
(install-dist): Likewise; also put it in /boot/grub and don't
bother with link in /etc.
* menu.lst: Renamed from boot-menu.grub.
Mon Jul 15 17:18:05 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* INSTALL-binary: Many changes.
* boot-menu.grub: Rewritten; much nicer now.
Mon Jul 15 15:58:46 1996 Miles Bader <miles@gnu.ai.mit.edu>
* INSTALL-GRUB-MBR: Only read first block of disk as mbr.
"in)" -> "in".
(INSTALL-GRUB-MBR): New file.
* Makefile (dist-files): Add INSTALL-GRUB-MBR.
(install-dist): Install INSTALL-GRUB-MBR.
Sun Jul 14 20:21:12 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* servers.boot: That's STATIC ufs.
Sat Jul 13 18:06:03 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* SETUP: Make ptys too.
* SETUP: Setup /servers/crash too.
* COPYING.LIB: New file.
* Makefile (install-dist): Install COPYING.LIB and COPYING.
Fix commands to install most everything from $(srcdir).
* boot-menu.grub: New file.
* servers.boot: New file.
* Makefile (dist-files): Add servers.boot and boot-menu.grub.
(install-dist): Install servers.boot and boot-menu.grub.
(dist-links): Create $(dist-root)/boot.
* INSTALL-binary: Various changes.
Fri Jul 12 15:18:25 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* install-stripped (makelocalhardlink): Only do cleverness if TO
already exists. If it's not there, just make the link.
Tue Jul 9 20:10:21 1996 Miles Bader <miles@gnu.ai.mit.edu>
* INSTALL-binary: Changed.
Tue Jul 9 18:03:45 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* INSTALL-binary: Various changes.
* Makefile (install-dist): Depend on dist-links.
(dist-links): New target.
* SETUP: Put pflocal on /servers/socket/local (which will be a
link to /servers/socket/1).
* SETUP: Set root writable before doing anything else; offer to
reboot the system when through.
Mon Jul 8 17:47:58 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* INSTALL-binary: Various changes.
|