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

@ -50,7 +50,13 @@ echo "------------------------------------"
cp ${root}/../dont_use_here/inside_chroot ${root}
cp ${root}/../dont_use_here/linux_header_only_patch ${root}
cp ${root}/../dont_use_here/inittab ${root}/etc/inittab
cp ${root}/../dont_use_here/inittab ${root}/etc/inittab
mkdir ${root}/etc
mkdir ${root}/etc/profile.d
cp ${root}/../dont_use_here/profile ${root}/etc/profile
echo "---------------------"
echo "finished chroot_fetch"
echo "---------------------"