From owner-freebsd-questions@freebsd.org Fri Sep 4 14:49:59 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 599FE3C4BA6 for ; Fri, 4 Sep 2020 14:49:59 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjgZH1Tdfz47b4 for ; Fri, 4 Sep 2020 14:49:59 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 0E9CD197FB for ; Fri, 4 Sep 2020 14:49:59 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f174.google.com with SMTP id f142so6456833qke.13 for ; Fri, 04 Sep 2020 07:49:59 -0700 (PDT) X-Gm-Message-State: AOAM532ha+SsC5nPA37r2bEcgZTSp4w48QViPAvDU7QjOsAvr5VTBufm KMVdJZz/8n/XGy/vDsg0HcOvhXBT3O12ReheY3w= X-Google-Smtp-Source: ABdhPJwwiniAaL5cEiK2eNx8BBJtKMHDwyxswUc3WYjXA1aLM5h+PmZ9dEMLLB781eETpfRvcVNWNpeyEtzwIX42b4o= X-Received: by 2002:a05:620a:24d5:: with SMTP id m21mr8435177qkn.103.1599230998471; Fri, 04 Sep 2020 07:49:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Fri, 4 Sep 2020 09:49:46 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: OT: proof that Linux is brain damaged To: Aryeh Friedman Cc: FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 14:49:59 -0000 On Fri, Sep 4, 2020 at 6:39 AM Aryeh Friedman wrote: > > https://hackaday.com/2020/09/03/linux-fu-moving-usr/ > > The above is of course trivial in FreeBSD... make the new partition copy > /usr to it, add mount point to in /etc/fstabs and you're done, and mount > it... no systemd or other brain damaged components. > Every system has its trade-offs; systemd works well for many, despite whatever views you or I may hold on it. Let's please not make a habit of just insulting other systems like this, though- we want to be treated with a level of respect, and we should treat others the same. Thanks, Kyle Evans