From owner-freebsd-stable@freebsd.org Fri Jul 22 09:10:39 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA7DBA0F24; Fri, 22 Jul 2016 09:10:39 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF67018B1; Fri, 22 Jul 2016 09:10:38 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id o80so57240656wme.1; Fri, 22 Jul 2016 02:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=2kDX0EkL2UhjbvHuI/1pgNWhg3KzBlU5sM+KiWc4ZHQ=; b=IWrDCFRSq2HgcTnFSW89nNUT9d+dt98I3YUWVKdMFDPgdWdncL8GVL+HyEbOBfvui3 qjqXz1NV9p3Aq1UQdjtu0PG8aBwHTcufrfwMQK2D8yXBG8tY/LvQg+XweAq+BHovj1P7 gPlK0VkudlnX4aETx+XPCebp8Bbg7NvQXmDlbtv+X6EoD3xbp5FX+a20hpce+2hn9h7C zPTnH0tew/5WPF4mGRKefOaCPCmozDxjFZytVDs5Y/tm9cEBRLyVHSB2Gb+ydh9aFybE hqvnl2KADkZ17UWurTnZ5woMdg+efL6JnU8xB+S0CHcT+n5iRDhQqnX7Zr5xTjDULx4v eyzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=2kDX0EkL2UhjbvHuI/1pgNWhg3KzBlU5sM+KiWc4ZHQ=; b=WOjxa+k0RbQaYR5qXXH3BruteSdiBD5QZajDFnuo5UfCN5e6u1kwOzAxA1HnF2xqma eS76xXJWsG66Kw02AVi0i6vP4PXP1KOxtE4phPTH+Jq7Fwptx56rqoYY3oKQlIa0rnev qt2mF12Zusc+LkNPtxOLLWggx/6kGRTz+twMQUmvvbgHD6t/ZhOQhhyPZKfvLQGwuZM/ 8ArwDf/IrBkDSRc0SPHdxxSifYYqaefCktVaGKoGrpWVc+pmUE5PPaPdlK03tdZ8K62q K0NR5jRvD5PzdD0P5dW56K7rwJo7GbLL2vA+X9aePQsZdBSJPLNE2sTumSrutGKQEBd7 wg3w== X-Gm-Message-State: ALyK8tJxRESVeb5IqwDPZ2CUK3n+fUi+H2L6aRCnQCn4gNyeWUCBwEgr81RSO4Q5jywIPA4HSOJwcDyJXTdgog== X-Received: by 10.28.69.203 with SMTP id l72mr22750584wmi.51.1469178636504; Fri, 22 Jul 2016 02:10:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.216.81 with HTTP; Fri, 22 Jul 2016 02:10:35 -0700 (PDT) From: krad Date: Fri, 22 Jul 2016 10:10:35 +0100 Message-ID: Subject: Upgrading 10.3 -> 11 To: FreeBSD Questions , freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 09:10:39 -0000 Hi, as 11 is getting closeish to release is there anything special we need to do in order to upgrade from 10 -> 11. I usually use the makeworld method, but I heard that in 11 the base os would be packaged in a different way using pkgng. I cant find any hard information on this though, so currently is just looks like a normal makeworld type upgrade will work with all the normal caveats. Am I correct in my thinking?