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/armv7 | |
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/armv7')
-rw-r--r-- | distrib/armv7/ramdisk/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/armv7/ramdisk/list b/distrib/armv7/ramdisk/list index dd2b1ddc618..2099007bb10 100644 --- a/distrib/armv7/ramdisk/list +++ b/distrib/armv7/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.32 2017/09/15 16:34:25 jsg Exp $ +# $OpenBSD: list,v 1.33 2017/11/19 12:11:53 job Exp $ SRCDIRS distrib/special @@ -35,6 +35,7 @@ LINK instbin sbin/fdisk LINK instbin sbin/fsck LINK instbin sbin/fsck_ext2fs LINK instbin sbin/fsck_ffs +LINK instbin sbin/growfs LINK instbin sbin/ifconfig LINK instbin sbin/init LINK instbin sbin/mknod |