You are not logged in.
With /home mounted on the USB flash drive you have to leave it plugged in. When you run the Live CD/ USB without /home and persistance I've removed the LiveCD to use the drive to burn CD/DVDs , play music files, etc..
You only load your rootfs.gz which contains the contents of rootfs 1-4 plus files and folders of programs you installed prior to [c]tazusb writefs gzip[/c]
[c]# leafpad /home/boot/isolinux/isolinux.cfg[/c]
LABEL core
MENU LABEL SliTaz core Live
COM32 c32box.c32
append linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null autologin
Offline
I have extlinux.cfg instead of isolinux.cfg. Do I edit that one?
And....were do I put the code??
Offline
I would copy the core entry as a template and call the new entry custom.
Edit extlinux.cfg if there is no isolinux.cfg
From tazusb installer script:
# Use existing isolinux.cfg for extlinux.conf or syslinux.cfg
/media/cdrom/boot/isolinux/isolinux.cfg $TARGET_ROOT/boot/$ST/$ST.$STE
$ST=extlinux
$STE=conf
[c]# leafpad /home/boot/extlinux/extlinux.conf[/c]
Offline
Ok I edited. But when I tryed to overwrite the extlinux.cfg, a popup said: can't open file to write. Now what?
Just tryed to edit it through bever. Same thing happened. It said that extlinux.cfg is not writeable. Is there a way to give myself permission through the terminal or something as super user? Yes? No? What do I do?
Offline
You have to be root user to edit any file not in /home/tux
Open terminal,su,password: root
[c]# leafpad /home/boot/extlinux/extlinux.conf[/c]
or from PCMan File Manager/Tools => Open Current Folder as Root
Right click extlinux.cfg choose Leafpad Text Editor
Offline
Alright I'm downloading flash player, and I'm going to save a rootfs. To test.... How many saves can I make? Do I have to rename to saves to rootfs every time I save?
Ok, this is probably my last question, I just make a rootfs file. So we're did it go, and we're do I put it?
I hope this is the end of the never ending questions haha.
Offline
rootfs.gz should be in /home/boot
The script names the new copy rootfs.gz,the old one previous.gz,and older ones it adds numbers to the filename.Everytime you make a save it rewrites the filesystem,pretty soon you run out of space unless you clean out the old ones.
Compress with gzip=>[c]# tazusb writefs gzip[/c]
Cleans out old rootfs=> [c]# tazusb clean[/c]
Offline
So I have to run my custom label, or slitaz live to open my custom rootfs? (until tommorow my friend, bedtime calls)
Offline
Yes provided the rootfs.gz is in /home/boot
We will continue later.
Offline
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]