Hi! I run Slitaz (Kernel 2.6.30.6 Aircrack-ng distribution) from and on a USB-drive.
My problem is this. I'm sick and tired of entering the language, keymap and screen options over and over again. Is there some way I can change my settings so that I go directly to the login screen, with the language=en, keymap=us, screen=1024x768x24 options being loaded automatically?
I've been searching for days on the Net, but haven't been able to find a solution. Have tried changing the isolinux.cfg file and the menu.lst file -- but haven't been able to automate this. It's beginning to affect my sanity! One of those irritating things which should be so easy to do, but I just can't figure it out. :-)
Seriously though, think it would be very helpful to have a clearly laid-out guide to automating this -- there must be many people who're sick of this. Slitaz loads up so fast -- it's a shame to have to slow down the bootup process, entering the same options every time.
you can try to add this boot command : lang=en kmap=us vga=792 (or screen=1024x768x24 in place of vga=792)
If you boot with isolinux the right place is the "append" line, after root=/dev/* in isolinux.cfg If you boot with grub it should be the kernel line, after root=/dev/* too
Here's what I'm trying to do. I load Slitaz from my USB thumb-drive. After logging in, I have to "mount /dev/sdc1 /media/flash" every time to access the drive. I was hoping there was some way I could automate this in the startup.
About the mac80211. My laptop's -- an Acer Aspire -- WLAN card (Atheros) is not recognised by Slitaz until I enter the following after booting up:-
depmod modprobe mac80211 modprobe ath9k
I've created a script for the above -- but have to load my USB-drive before I can run it! Was hoping that there's some way to automate both the mounting of the drive and loading of the mac80211 and ath9k modules. There has to be! :-)