[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: snapshot 20030517ts -- sysinst ask raw ?



># ./installboot -v /mnt/boot bootxx /dev/rwd0a
>installboot: open raw: No such file or directory

あー、おバカな初期化忘れです。:-)
OF3でもディスク全体を使う場合はinstallbootできるようにした(つもり
だった)んですが、全然テストしてなかったのでした。

--- installboot.c~	Thu May 22 01:38:58 2003
+++ installboot.c	Sat May 31 23:22:57 2003
@@ -111,7 +111,7 @@
 	int	devfd;
 	char	*protostore;
 	long	protosize;
-	int	newworld;
+	int	newworld = 0;
 
 	while ((c = getopt(argc, argv, "nvh")) != -1) {
 		switch (c) {