Quote (curaga @ Mar. 07 2007,09:02) |
Will the finnish keymap make it for rc3? |
Quote (roberts @ Mar. 06 2007,23:22) |
From the boot prompt: boot: install You will get a text installation menu with many options to make floppies, do all the installation types, and even start cfdisk. It is useful to not have to start X and other processes, as you use less resources. 1. Make Standard Boot Floppy 2. Make USB Boot Floppy 3. Install to Hard Drive 4. Frugal Grub Hard Drive Install 5. Frugal Lilo Compact Flash Install 6. USB Pendrive ZIP boot Install 7. USB Pendrive HDD boot Install 8. Split KNOPPIX into floppy sized chunks 9. Interacive KNOPPIX split onto floppies 10. DSL FreeDOS Utilities 11. PCMCIA Module Floppy 12. Partition Tool cfdisk |
Quote (roberts @ Mar. 07 2007,16:16) |
You can, as many have, add commands to /opt/bootlocal.sh to achieve similar results. |
Quote |
I think somebody posted an explanation of how to create a dsl extension from a unc but I couldn't get it to work for me. |
Code Sample |
cd ~dsl/ mkdir tmp cd tmp cp -rp /opt/package/* . du -a | awk '{print $2}' | sed "s/\.\///g" > package.lst [edit package.lst and remove any directories that aren't empty] tar -zcvf package.dsl -T package.lst mv package.dsl .. cd .. rm -rf tmp |