diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-26 21:06:43 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-26 21:06:43 +0000 |
commit | b0d853ffacc19da30773d1304589d81b0789b001 (patch) | |
tree | c128f2004ca919bc59c90f886fae8e7cb86bdd3a /distrib/alpha/common | |
parent | 02233f10df7c047d94db6c35ca61680141ca8ace (diff) |
Add hostname to the alpha ramdisk.
Diffstat (limited to 'distrib/alpha/common')
-rw-r--r-- | distrib/alpha/common/raminst.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/raminst.conf b/distrib/alpha/common/raminst.conf index e6ffb35fcd0..2ff266beb40 100644 --- a/distrib/alpha/common/raminst.conf +++ b/distrib/alpha/common/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.2 2001/09/17 18:21:30 deraadt Exp $ +# $OpenBSD: raminst.conf,v 1.3 2001/09/26 21:06:41 drahn Exp $ # # ram.conf - unified binary for the RAM disk # @@ -11,7 +11,7 @@ progs cat chmod cp dd df disklabel ed grep fsck_ffs ftp progs gzip ifconfig init less ln ls mkdir mknod mount progs mount_ffs mv newfs ksh progs reboot rm route sed sleep stty pax umount -progs dmesg +progs dmesg hostname ln chmod chgrp ln chmod chown |