diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-14 08:33:10 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-14 08:33:10 +0000 |
| commit | 2931df8a4022208f929437b3bad7a8c39b27ef7e (patch) | |
| tree | ed5edc407c0c314cdfd55a97c533ba00f88bb65a /release/pc98 | |
| parent | fbf67537b403dca1bd635657e459f0d36053b94b (diff) | |
Notes
Diffstat (limited to 'release/pc98')
| -rw-r--r-- | release/pc98/boot_crunch.conf | 1 | ||||
| -rwxr-xr-x | release/pc98/dokern.sh | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf index e81fbae443d4..533768bf5b66 100644 --- a/release/pc98/boot_crunch.conf +++ b/release/pc98/boot_crunch.conf @@ -9,6 +9,7 @@ progs pwd ppp progs sysinstall newfs minigzip cpio fsck ifconfig route slattach progs mount_nfs progs dhclient arp hostname +progs rtsol progs pccardc pccardd progs usbd usbdevs ln minigzip gzip diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 79e0a962e81a..598015c76eb2 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -9,9 +9,10 @@ sed -e '/pty/d' \ -e '/pass/d' \ -e '/apm0/d' \ -e '/ppp/d' \ + -e '/gif/d' \ + -e '/faith/d' \ -e '/gzip/d' \ -e '/splash/d' \ - -e '/IPv6/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSVMSG/d' \ @@ -31,9 +32,10 @@ sed -e '/pty/d' \ -e '/pass/d' \ -e '/apm0/d' \ -e '/ppp/d' \ + -e '/gif/d' \ + -e '/faith/d' \ -e '/gzip/d' \ -e '/splash/d' \ - -e '/IPv6/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ |
