I have installed legacy grub on USB and managed to boot slitaz by pointing kernel and initrd to appropriate files just the way cd does.
I want to select US keyboard , english language at startup , also 1024x768x16 resolution .
What should be kernel parameters
setting options at startup
(6 posts) (4 voices)-
Posted 12 years ago #
-
lang=en_US kmap=us vga=791
Posted 12 years ago # -
that worked fine.
After I install other apps I use like vim , flash , opera ,mplayer etc.
How can I have them on successive reboots . I do no want to install on hard disk . Currently I have installed grub on my USB stick and extracted iso on it , then added kernel initrd options like CD does?Posted 12 years ago # -
you can use tazusb tools to save your work and installed apps. Read the manual here :
http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.en.htmlPosted 12 years ago # -
sorry for my late reply .
just got online.Do you mean
tazusb writefs
will do the job .Posted 12 years ago # -
You may also create a new live-cd or just the rootfs.gz by using
# tazlito writeiso gzip [or lzma]as user root/sudo
You should umount HD partitions beforehand, or they'll be packed, too.
Be advised, that tazlito doesn't pack /run/udev (yet ?!), which may lead to uncritical udev error messages.
Posted 12 years ago #
Reply
You must log in to post.