diff options
author | job <job@cvs.openbsd.org> | 2017-11-19 12:11:55 +0000 |
---|---|---|
committer | job <job@cvs.openbsd.org> | 2017-11-19 12:11:55 +0000 |
commit | 05c79d8ee45ca42ef9b72cc514b7a6b1d9fb0315 (patch) | |
tree | 1790dc762aea76782e8f94d3d054002c05b18bd2 /distrib/luna88k | |
parent | 98e8502e397b0c8a56e639d78fe49a321df1f8bd (diff) |
add growfs(8) to ramdisk
Some resizing scenarios can be done from within single user mode, but
resizing the root partition required you to bring your own growfs(8)
binary into the ramdisk environment. This commit adds growfs(8) to the
ramdisks (the ones that don't have space constraints) to simplify such
operations.
OK deraadt@
Diffstat (limited to 'distrib/luna88k')
-rw-r--r-- | distrib/luna88k/ramdisk/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/luna88k/ramdisk/list b/distrib/luna88k/ramdisk/list index 984de10a4fc..2f8a8365a7d 100644 --- a/distrib/luna88k/ramdisk/list +++ b/distrib/luna88k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.38 2017/07/08 15:42:47 florian Exp $ +# $OpenBSD: list,v 1.39 2017/11/19 12:11:54 job Exp $ SRCDIRS distrib/special @@ -32,6 +32,7 @@ LINK instbin sbin/disklabel LINK instbin sbin/dmesg LINK instbin sbin/fsck LINK instbin sbin/fsck_ffs +LINK instbin sbin/growfs LINK instbin sbin/ifconfig LINK instbin sbin/init LINK instbin sbin/mknod |