[PC-BSD Commits] r17376 - in pcbsd/current: build-files/metapkgsets/pcbsd/pkgset/base-system overlays/desktop-overlay/etc overlays/server-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 21 10:09:43 PDT 2012
Author: kris
Date: 2012-06-21 17:09:42 +0000 (Thu, 21 Jun 2012)
New Revision: 17376
Modified:
pcbsd/current/build-files/metapkgsets/pcbsd/pkgset/base-system/ports-list
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
pcbsd/current/overlays/server-overlay/etc/rc.conf
Log:
Include debootstrap, which will let us do Linux jails easily
Also kldload linsysfs by default
Modified: pcbsd/current/build-files/metapkgsets/pcbsd/pkgset/base-system/ports-list
===================================================================
--- pcbsd/current/build-files/metapkgsets/pcbsd/pkgset/base-system/ports-list 2012-06-21 17:04:59 UTC (rev 17375)
+++ pcbsd/current/build-files/metapkgsets/pcbsd/pkgset/base-system/ports-list 2012-06-21 17:09:42 UTC (rev 17376)
@@ -142,3 +142,4 @@
/usr/ports/net/nss_ldap
/usr/ports/archivers/rpm2cpio
/usr/ports/sysutils/squashfs-tools
+/usr/ports/sysutils/debootstrap
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-06-21 17:04:59 UTC (rev 17375)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-06-21 17:09:42 UTC (rev 17376)
@@ -73,7 +73,7 @@
sdpd_enable="YES"
# Load the following kernel modules
-kld_list="libiconv libmchain msdosfs_iconv if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt cuse4bsd sem ntfs ntfs_iconv udf udf_iconv ext2fs mmc mmcsd scd geom_uzip pefs xfs reiserfs smbfs fdescfs"
+kld_list="libiconv libmchain msdosfs_iconv if_bwn if_bwi bwi_v3_ucode bwn_v4_ucode runfw ng_ubt cuse4bsd sem ntfs ntfs_iconv udf udf_iconv ext2fs mmc mmcsd scd geom_uzip pefs xfs reiserfs smbfs fdescfs linsysfs"
# Clean out temporary files.
clear_tmp_enable="YES"
Modified: pcbsd/current/overlays/server-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/server-overlay/etc/rc.conf 2012-06-21 17:04:59 UTC (rev 17375)
+++ pcbsd/current/overlays/server-overlay/etc/rc.conf 2012-06-21 17:09:42 UTC (rev 17376)
@@ -10,4 +10,4 @@
warden_enable="YES"
# Load the following kernel modules
-kld_list="libiconv libmchain msdosfs_iconv sem ntfs ntfs_iconv udf udf_iconv ext2fs pefs xfs reiserfs smbfs fdescfs"
+kld_list="libiconv libmchain msdosfs_iconv sem ntfs ntfs_iconv udf udf_iconv ext2fs pefs xfs reiserfs smbfs fdescfs linsysfs"
More information about the Commits
mailing list