diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-04-20 01:12:23 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-04-20 01:12:23 +0000 |
commit | 653cff7f14a6ca024aff665ea57efbc45c03b594 (patch) | |
tree | ec5543d7205d8a0dc7cbe5fb9cf603172b6ebb25 /release | |
parent | 06505453927ffc420ddb4fb5b9d9574ae02d9e6a (diff) | |
download | FreeBSD-src-653cff7f14a6ca024aff665ea57efbc45c03b594.zip FreeBSD-src-653cff7f14a6ca024aff665ea57efbc45c03b594.tar.gz |
Add gpart and glabel to the release CD mfsroot. Even if sysinstall
cannot partition disks on powerpc, this will allow the user to.
PR: powerpc/93203
Obtained from: ia64
MFC after: 1 week
Diffstat (limited to 'release')
-rw-r--r-- | release/powerpc/boot_crunch.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release/powerpc/boot_crunch.conf b/release/powerpc/boot_crunch.conf index 9f7a301..4868519 100644 --- a/release/powerpc/boot_crunch.conf +++ b/release/powerpc/boot_crunch.conf @@ -15,6 +15,7 @@ srcdirs /usr/src/sbin progs camcontrol progs dhclient progs fsck_ffs +progs geom progs ifconfig progs mount_msdosfs progs mount_nfs @@ -25,6 +26,8 @@ progs rtsol progs tunefs ln fsck_ffs fsck_4.2bsd ln fsck_ffs fsck_ufs +ln geom glabel +ln geom gpart srcdirs /usr/src/usr.bin progs cpio @@ -43,4 +46,4 @@ progs usbconfig libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lkiconv -lsbuf -lufs -libs -lbsdxml -larchive -lbz2 -lusb -ljail +libs -lgeom -lbsdxml -larchive -lbz2 -lusb -ljail |