Update readme, typos, use login shell in chroot, add user profile in chroot
This commit is contained in:
parent
930389c7c8
commit
a5dacebc3d
5 changed files with 88 additions and 15 deletions
|
@ -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 "---------------------"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue