diff --git a/Einrichter-CLI.sh b/Einrichter-CLI.sh index e69de29..dd0ecb1 100644 --- a/Einrichter-CLI.sh +++ b/Einrichter-CLI.sh @@ -0,0 +1,27 @@ +#!/bin/bash +if [ "$EUID" -ne 0 ] +then echo "Please run Einrichter (TylkoLinux) using administrative permissions." +exit +fi + +function main() { + +} + +function einrichter.installer.pkgs() { + echo "[1/ ] Downloading package list..." + wget https://www.linuxfromscratch.org/lfs/view/stable-systemd/wget-list-systemd --continue --directory-prefix=$LFS/sources + echo "[2/ ] Downloading checksum of packages" + wget https://www.linuxfromscratch.org/lfs/view/stable-systemd/md5sums --continue --directory-prefix=$LFS/sources + echo "[3/ ] Installing packages + wget --input-file=wget-list-systemd --continue --directory-prefix=$LFS/sources + pushd $LFS/sources + md5sum -c md5sums + popd +} + +function einrichter.installer.bg() { + +} +main + diff --git a/README.md b/README.md index f3c5729..215cb6c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ TylkoLinux, an LFS system ## Status -LFS v12.2-systemd book chapter: 2.2. +LFS v12.2-systemd book chapter: 3.1. ## To do ```md diff --git a/lfs-patch-list b/lfs-patch-list new file mode 100644 index 0000000..3c26c96 --- /dev/null +++ b/lfs-patch-list @@ -0,0 +1,5 @@ +https://www.linuxfromscratch.org/patches/lfs/12.2/bzip2-1.0.8-install_docs-1.patch +https://www.linuxfromscratch.org/patches/lfs/12.2/coreutils-9.5-i18n-2.patch +https://www.linuxfromscratch.org/patches/lfs/12.2/expect-5.45.4-gcc14-1.patch +https://www.linuxfromscratch.org/patches/lfs/12.2/glibc-2.40-fhs-1.patch +https://www.linuxfromscratch.org/patches/lfs/12.2/kbd-2.6.4-backspace-1.patch \ No newline at end of file diff --git a/lfs-patch-list-checksum b/lfs-patch-list-checksum new file mode 100644 index 0000000..6ea807b --- /dev/null +++ b/lfs-patch-list-checksum @@ -0,0 +1,5 @@ +6a5ac7e89b791aae556de0f745916f7f bzip2-1.0.8-install_docs-1.patch +58961caf5bbdb02462591fa506c73b6d coreutils-9.5-i18n-2.patch +0b8b5ac411d011263ad40b0664c669f0 expect-5.45.4-gcc14-1.patch +9a5997c3452909b1769918c759eff8a2 glibc-2.40-fhs-1.patch +f75cca16a38da6caa7d52151f7136895 kbd-2.6.4-backspace-1.patch \ No newline at end of file