From 5abb4070f30e4ac93733f4abc77c7553cab689bb Mon Sep 17 00:00:00 2001 From: crims0n Date: Mon, 22 Nov 2021 17:31:48 +0300 Subject: [PATCH] fix --- .../usr/lib/systemd/system/cmdline-parser.service | 7 +++---- linux-live/buildconfig | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/linux-live/basesystem/01-core/rootcopy-install/usr/lib/systemd/system/cmdline-parser.service b/linux-live/basesystem/01-core/rootcopy-install/usr/lib/systemd/system/cmdline-parser.service index 187449d..f88caf1 100644 --- a/linux-live/basesystem/01-core/rootcopy-install/usr/lib/systemd/system/cmdline-parser.service +++ b/linux-live/basesystem/01-core/rootcopy-install/usr/lib/systemd/system/cmdline-parser.service @@ -1,7 +1,6 @@ [Unit] -Description=Сommand line parsing script -Before=basic.target -After=local-fs.target sysinit.target +Description=Command line parsing script +Before=getty.target [Service] Type=oneshot @@ -10,4 +9,4 @@ RemainAfterExit=true StandardOutput=journal [Install] -WantedBy=basic.target \ No newline at end of file +WantedBy=getty.target \ No newline at end of file diff --git a/linux-live/buildconfig b/linux-live/buildconfig index c727e46..ff08f3e 100644 --- a/linux-live/buildconfig +++ b/linux-live/buildconfig @@ -14,7 +14,7 @@ DISTRIBUTION="bullseye" # для заметки: stretch работает только с amd64 DISTRIBUTION_ARCH="amd64" -COMP_TYPE="xz" +COMP_TYPE="zstd" # bootstrap variant (used to build Ubuntu) # вариант bootstrap (используется для сборки Ubuntu)