From 8ef1b618c1f995e957ebd7f195875c4cf62792be Mon Sep 17 00:00:00 2001 From: Andrey Sokolov Date: Tue, 3 Aug 2021 16:28:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BE=D0=B1=20=D0=BE=D1=82=D1=81=D1=83=D1=82=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=B8=D0=B8=20=D1=80=D1=83=D1=81=D1=81=D0=BA=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=BF=D1=80=D0=B8=20=D0=BF=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BF=D0=BE=20ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alt_on_ostree.md | 1 + 1 file changed, 1 insertion(+) diff --git a/alt_on_ostree.md b/alt_on_ostree.md index 6dd3479..3e63789 100644 --- a/alt_on_ostree.md +++ b/alt_on_ostree.md @@ -17,6 +17,7 @@ mkdir root sudo tar xf out/acos-latest-x86_64.tar -C root/ --exclude=./dev/tty --exclude=./dev/tty0 --exclude=./dev/console --exclude=./dev/urandom --exclude=./dev/random --exclude=./dev/full --exclude=./dev/zero --exclude=/dev/null --exclude=./dev/pts/ptmx --exclude=./dev/null sudo chroot root/ systemctl enable ignition-firstboot-complete.service sshd sudo sed -i 's/^LABEL=ROOT\t/LABEL=boot\t/g' root/etc/fstab +sudo sed -i 's/^AcceptEnv /#AcceptEnv /g' root/etc/openssh/sshd_config echo "blacklist floppy" | sudo tee root/etc/modprobe.d/blacklist-floppy.conf sudo mkdir root/sysroot sudo ln -s sysroot/ostree root/ostree