HI all,
i am very interested in tinycore linux~~~
i have remastered tinycore initrd in order to add opera extension ,the following are my steps:
1. zcat /tmp/tinycore.gz | sudo cpio -i -H newc -d
2. sudo chroot /tmp/tinycore
3. tce-load -i -r opera.tcz
4. find | sudo cpio -o -H newc | gzip -2 > ../tinycore.gz
Unluckly,when i boot tinycore linux with my new tinycore.gz , tinycore did not autologin,it show box login message~~ ,i need to input tc or root in order to login,
so how can i autologin ,any suggestion?
thank you for your time~~~