Skip to content

Commit

Permalink
22.04.3: Populating LWRISO_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Apr 10, 2024
1 parent b8e0124 commit 62bc816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ubuntu/22.04.3/scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

chroot-run()
{
chroot ./chroot "$@"
chroot $LWRISO_ROOT "$@"
}

install-pkg()
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/22.04.3/scripts/scripts.d/03-sources.list
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deb http:https://ru.archive.ubuntu.com/ubuntu/ $UBUNTU_RELEASE main restricted univers
EOF
apt-get update

cat <<EOF > ./chroot/etc/apt/sources.list
cat <<EOF > $LWRISO_ROOT/etc/apt/sources.list
deb https://download.luwrain.org/repo/ luwrain $UBUNTU_RELEASE
deb http:https://security.ubuntu.com/ubuntu/ $UBUNTU_RELEASE-security main restricted universe multiverse
deb http:https://ru.archive.ubuntu.com/ubuntu/ $UBUNTU_RELEASE-updates main restricted universe multiverse
Expand Down
4 changes: 2 additions & 2 deletions ubuntu/22.04.3/scripts/scripts.d/15-lang-ru
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# Locale
#echo 'LANG="ru_RU.UTF-8"' > ./chroot/etc/default/locale
#echo 'LANG="ru_RU.UTF-8"' > $LWRISO_ROOT/etc/default/locale
# For proper Russian characters in console
# FIXME!
#sed -i -e s:'^ExecStart=.*$':'ExecStart=/bin/setupcon': ./chroot/lib/systemd/system/systemd-vconsole-setup.service
#sed -i -e s:'^ExecStart=.*$':'ExecStart=/bin/setupcon': $LWRISO_ROOT/lib/systemd/system/systemd-vconsole-setup.service

install-pkg language-pack-ru language-pack-ru-base

Expand Down

0 comments on commit 62bc816

Please sign in to comment.