Update readme, typos, use login shell in chroot, add user profile in chroot

This commit is contained in:
aheirman 2021-02-21 13:13:31 +01:00
parent 930389c7c8
commit a5dacebc3d
5 changed files with 88 additions and 15 deletions

View file

@ -102,7 +102,14 @@ echo "installed busybox"
printf "export PATH=/bin:/usr/bin:/usr/sbin:\nexport JOBS=16\n" > ${ROOT}/etc/iglupkg.conf
#--------------------------------------
echo "---------------------------------"
echo " Kayboard configuration"
echo "---------------------------------"
echo "Copying host keymap"
cp /etc/vconsole.conf ${ROOT}/etc/vconsole.conf
echo "---------------------------------"
echo "Starting networking configuration"
echo "---------------------------------"