diff options
| author | reinoud <reinoud@NetBSD.org> | 2002-02-11 19:32:02 +0000 |
|---|---|---|
| committer | reinoud <reinoud@NetBSD.org> | 2002-02-11 19:32:02 +0000 |
| commit | 6dae5d06598ced6bbb978c8b66bc9e2d29ffd35c (patch) | |
| tree | 853c334dbcec14e061d7c61a54f14e03cd512b34 /sys | |
| parent | 98f0dd4f96b47bf9a1ad39fa2a55fae9b0815482 (diff) | |
Cleanup the settype script and dont forget the `howto' files for UnixFS
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/acorn32/stand/BtNetBSD/misc/SettScr | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/acorn32/stand/BtNetBSD/misc/SettScr b/sys/arch/acorn32/stand/BtNetBSD/misc/SettScr index 9a8b6c19c55..0de39a54ece 100644 --- a/sys/arch/acorn32/stand/BtNetBSD/misc/SettScr +++ b/sys/arch/acorn32/stand/BtNetBSD/misc/SettScr @@ -1,10 +1,10 @@ -| $NetBSD: SettScr,v 1.2 2001/12/16 20:54:29 reinoud Exp $ +| $NetBSD: SettScr,v 1.3 2002/02/11 19:32:02 reinoud Exp $ *BASIC *DIR <rel$dir> -*Settype FBInstall text -*Settype README text +*Settype FBInstall Text +*Settype README Text *DIR <rel$dir>.!BtNetBSD TEXTLOAD "BtNetBSD" @@ -23,11 +23,12 @@ SAVE "TestBoot" *Settype PreBoot obey *Settype fastboot Text *Settype Files Text -*Settype Legal text +*Settype Legal Text *DIR <rel$dir>.!BtNetBSD.native TEXTLOAD "MountUFS" SAVE "MountUFS" +*Settype Howto Text *Settype KillUnixFS Obey *Settype OpenRoot Obey *Settype unixfs_res Module @@ -49,11 +50,12 @@ SAVE "resutil" *DIR <rel$dir>.misc TEXTLOAD "bb_netbsd" SAVE "bb_netbsd" -*Settype SettScr text +*Settype SettScr Text *DIR <rel$dir>.unixfs TEXTLOAD "mountufs" SAVE "mountufs" +*Settype Howto Text *Settype KillUnixFS Obey *Settype OpenRoot Obey *Settype unixfs_res module |
