LFS after

This commit is contained in:
fosslinux 2024-01-28 14:20:38 +11:00
parent c7ca9bc0a3
commit 313fa28394
2 changed files with 14 additions and 1 deletions

View file

@ -9,6 +9,19 @@
. /steps/bootstrap.cfg
. /steps/env
curl -o /usr/bin/wget https://raw.githubusercontent.com/somasis/wget-curl/master/wget
chmod +x /usr/bin/wget /usr/bin/sudo
useradd user
mkdir -p /home/user
chown user:user /home/user
usermod -aG wheel user
echo 'permit nopass :wheel' > /etc/doas.conf
chown root:root /etc/doas.conf
chmod 0400 /etc/doas.conf
chmod u+s /usr/bin/doas
if [ "${INTERACTIVE}" = True ]; then
env - PATH=${PREFIX}/bin PS1="\w # " bash -i
fi

View file

@ -201,7 +201,6 @@ build: opendoas-6.8.2
improve: cleanup_filesystem
improve: null_time ( FORCE_TIMESTAMPS == True )
improve: update_checksums ( UPDATE_CHECKSUMS == True )
improve: after
build: git-2.43.0
build: libxml2-2.10.4
build: libxslt-1.1.38
@ -209,3 +208,4 @@ build: docbook-xml-4.5
build: docbook-xsl-nons-1.79.2
improve: populate_catalog
build: wget-curl-1.0
improve: after