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/amd64 | |
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/amd64')
-rw-r--r-- | distrib/amd64/ramdisk_cd/list.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/amd64/ramdisk_cd/list.local b/distrib/amd64/ramdisk_cd/list.local index 49d677cb6d5..ced3f28ed94 100644 --- a/distrib/amd64/ramdisk_cd/list.local +++ b/distrib/amd64/ramdisk_cd/list.local @@ -1,4 +1,4 @@ -# $OpenBSD: list.local,v 1.29 2017/07/08 15:42:46 florian Exp $ +# $OpenBSD: list.local,v 1.30 2017/11/19 12:11:53 job Exp $ # add local links; use bin/sh since instbin has already been unlinked LINK instbin sbin/dhclient @@ -9,6 +9,7 @@ LINK instbin sbin/mount_msdos LINK instbin sbin/mount_udf LINK instbin sbin/newfs_msdos LINK instbin sbin/fsck_msdos +LINK instbin sbin/growfs LINK instbin sbin/slaacd COPY ${DESTDIR}/etc/ssl/cert.pem etc/ssl/cert.pem |