From owner-freebsd-current@freebsd.org Thu Dec 14 05:47:15 2017 Return-Path: Delivered-To: freebsd-current@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 032DAE96627 for ; Thu, 14 Dec 2017 05:47:15 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 C09207497F for ; Thu, 14 Dec 2017 05:47:14 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id d137so8340586itc.2 for ; Wed, 13 Dec 2017 21:47:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=BAF5cWbBxN/CnmxNATDaeecZbJJOB5g8by3YwX/c9ts=; b=qc3uFMj+vE53uv3/9h2fCWx2kbNc/CzfDaULBGurZly6KQXupI5SISFwq2l8p8xchf waIDSMy17hjtAb6bR/NBGaPCgYuOeiT14xhMaH83chFJD5f8c2nj8TbEdKKdrsOtzeTN sv3LXyiyrea1i9Ps6PGoFtOrSMzxL2tslohqR3WrLGPeord3jNv/R/t8KLIdDSDChk4A ba8ImtEwkwu2gfPLKJsVhuYB4zwBQzmb+YGrPUKjaJVo+CzPxzc6D4BmFHGD+iSAVZcC frU1bXbTtjKRHvsPNC7sWMRSzR7jh35dtRhIBp4ZFFW0QqqoqF49RVpZ/i+PjtbSd/ci w8Gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=BAF5cWbBxN/CnmxNATDaeecZbJJOB5g8by3YwX/c9ts=; b=LUr5OXvhu3uIghJS68oEJ7XKiQSGS0mfab4qH8P9fZueBmf6J1wFoSh9LM0dJBATi0 PlumkM/E+07GDQfZC+gXuGen4wQFp2luXIn8Z0x0DFgDi1myr69HV0f0DjW3VRyUwR5s uArUMycCL1doaMKj3U1quzxwywyjGeXmL0zVMdOVkZyem+kueXS2y+6nIMr8K8stFnG2 T7AtfaMAgklTgW3Tv+uW34HDuJJUsjyjoDn3DjkgmCdU1m90ZJ3AuDO9ba+6Dk17UiKD Xm5YunLUP/hYb/K9uonevwh1IiAEjeHB5TgIBGlcS45ytW82ClGv406aQOEL8TC1Mnpt rLvA== X-Gm-Message-State: AKGB3mL0U8HyyNc4JDmOjYjnEsCTKHnIGBsIb2iG964pVgSh+3HOJR7K SFMIaZplLcPNnZXcTX2Zi+/75+ac8jjwRmPzVCwueQ== X-Google-Smtp-Source: ACJfBothhEsMZ+KwYdFsPMFJADfABApdoep/bl0wPC6zPYhOmQoRK1fEycyaHtlJxKMuIGwDNsrMJBbWbTgrSe3K4GM= X-Received: by 10.36.67.141 with SMTP id s135mr1744689itb.149.1513230433878; Wed, 13 Dec 2017 21:47:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.11.31 with HTTP; Wed, 13 Dec 2017 21:47:13 -0800 (PST) From: blubee blubeeme Date: Thu, 14 Dec 2017 13:47:13 +0800 Message-ID: Subject: kernel names To: FreeBSD current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 05:47:15 -0000 When you boot into FreeBSD and you can select kernels, there's only 2 options: default and kernel.old Is there a way to have better output and support multiple kernels without having to login to the system and running uname -v or something like that? Would it be possible to add options for more kernels from that boot menu?