From owner-freebsd-sysinstall@FreeBSD.ORG Fri Dec 19 23:22:29 2014 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D0A5A2E for ; Fri, 19 Dec 2014 23:22:29 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D507B28F2 for ; Fri, 19 Dec 2014 23:22:28 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id p9so1610241lbv.0 for ; Fri, 19 Dec 2014 15:22:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=eSaDfATDIq6+dYdY9knfNi5LSAahU7BqzsMoP06ZauE=; b=XBzwcMZVja2bE0N1CqQgfJJ0/Gm0n9ePwn4DvdaVeNmCZdLJ07yJDVfbFieX77JPIl vlQqDUFBVdhrbC4Q+0bOC0aaWTBgpoU8s5sEyok82BpNokZvZ3o1WyIFjqx/lhoItXQ0 IpLMsw/UZX/EvZyrKMM2y/LkKIOIKDKzk9Gkq1UxPGTCSDhYM7pZhxFr4hYjD3bBYHbf HEFTPGyHR5vdvV5mXFgyscSTpEMbe/z2xjj1pxn6K6bw/x4jTN6np9Ky8ryC4EV4xxiN avuG35NKHJ8eX6ZIc2/n1bhYOZk3OxT7EYhD1xXoNr9E5gRvUyVqdLToddpYL77yGPXS aRjA== MIME-Version: 1.0 X-Received: by 10.153.5.1 with SMTP id ci1mr4933856lad.67.1419031346661; Fri, 19 Dec 2014 15:22:26 -0800 (PST) Received: by 10.114.216.163 with HTTP; Fri, 19 Dec 2014 15:22:26 -0800 (PST) Date: Fri, 19 Dec 2014 15:22:26 -0800 Message-ID: Subject: Reboot PC from within FixIt From: javocado To: freebsd-sysinstall@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 23:22:29 -0000 I'm running a FixIt shell off the FreeBSD 8.4amd disk 1 CD, launched from sysinstall. I have then setup remote access via ssh. I'd like to know if there's a way for me to reboot the PC from within the FixIt shell (over ssh). All exiting from the FixIt shell sends me back to sysinstall. Thanks