Tiny Core Base > Corepure64
:( no sound ): "Realtek ALC887-VD" what should I do !?
xor:
I solved the problem! :)
TMP folder; How do I get full access to all subdirectories and content
I want to make them all "sudo chmod 777"
--- Quote from: xor on February 01, 2020, 12:44:55 AM ---
--- Quote from: Rich on January 31, 2020, 11:28:19 AM ---Hi xor
Do this:
--- Code: ---sudo chown root:staff /opt/bootlocal.sh
--- End code ---
Then try saving again.
--- End quote ---
I want to make a Live CD TCL.
the command you suggested; the machine disappears when it restarts.
It doesn't make any changes to the iso file!
not permanent!
--- Quote from: buggy on April 02, 2013, 09:11:46 AM ---ok I found a solution
first I execute this script:
--- Code: ---cd
wget http://www.tinycorelinux.net/4.x/x86/release/Core-current.iso
sudo mkdir /mnt/tmp
sudo mount Core-current.iso /mnt/tmp -o loop,ro
sudo cp -a /mnt/tmp/boot /tmp
sudo mv /tmp/boot/core.gz /tmp
sudo umount /mnt/tmp
mkdir /tmp/extract
cd /tmp/extract
sudo zcat /tmp/core.gz | sudo cpio -i -H newc -d
--- End code ---
then I install all extensions I want to have...
then I open /tmp/extract/opt/bootlocal.sh and write
-> sudo -u tc tce-load -i XXX XXX XXX XXX XXX
# XXX = all extensions
and at least I execute this script:
--- Code: ---sudo cp -R /tmp/tce /tmp/extract/tmp/
sudo depmod -a -b /tmp/extract 3.0.21-tinycore
tce-load -wi gzip
cd /tmp/extract
sudo find | sudo cpio -o -H newc | gzip -2 > ../mycore.gz
tce-load -wi mkisofs-tools.tcz
tce-load -wi brasero.tcz
tce-load -wi isomaster.tcz
cd /tmp
sudo mv mycore.gz boot
sudo mv boot/mycore.gz boot/core.gz
mkdir newiso
sudo mv boot newiso
sudo chmod 777 -R newiso
cd /tmp
sudo mkisofs -l -J -R -V TC-custom -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -o sfos.iso newiso
--- End code ---
--- End quote ---
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version