Difference between revisions of "Knoppix Remastering Howto Brazilian Portuguese"
From Knoppix Documentation Wiki
(→Autoexecutando Programas) |
|||
| Line 146: | Line 146: | ||
Note that the default user 'knoppix' is not created by adduser(1), thus /etc/skel is not copied completely but rather selectively. That is, to make a file .xyrc appear in /home/knoppix, it is not sufficient to place it in /etc/skel. One possibility is to extend the code in /etc/X11/Xsession.d/45xsession which is responsible for filling /home/knoppix. | Note that the default user 'knoppix' is not created by adduser(1), thus /etc/skel is not copied completely but rather selectively. That is, to make a file .xyrc appear in /home/knoppix, it is not sufficient to place it in /etc/skel. One possibility is to extend the code in /etc/X11/Xsession.d/45xsession which is responsible for filling /home/knoppix. | ||
| − | + | +===Autoexecutando Programas==== | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | ===Autoexecutando Programas=== | + | |
Quando você quer autoexecutar alguns programas, pode-se criar um script e pô-lo no diretório "<tt>/etc/rc5.d/</tt>", que executa itens antes de o ambiente X ser carregado. Pesquise o processo "init" para mais possibilidades. | Quando você quer autoexecutar alguns programas, pode-se criar um script e pô-lo no diretório "<tt>/etc/rc5.d/</tt>", que executa itens antes de o ambiente X ser carregado. Pesquise o processo "init" para mais possibilidades. | ||
| Line 294: | Line 288: | ||
===Changing the ksplash KDE graphics=== | ===Changing the ksplash KDE graphics=== | ||
You can change the graphics that KDE shows via ksplash when it first loads. These graphics are in the <b>/mnt/hda1/knx/source/KNOPPIX/usr/share/apps/ksplash/Themes/Default/</b> directory. You'll most likely want to swap out <b>splash_top.png</b> for a custom 400x248 PNG graphic. Note that ksplash will not automatically put a border around your graphic. If you'd like a border, you have to manually add it to your graphic. | You can change the graphics that KDE shows via ksplash when it first loads. These graphics are in the <b>/mnt/hda1/knx/source/KNOPPIX/usr/share/apps/ksplash/Themes/Default/</b> directory. You'll most likely want to swap out <b>splash_top.png</b> for a custom 400x248 PNG graphic. Note that ksplash will not automatically put a border around your graphic. If you'd like a border, you have to manually add it to your graphic. | ||
| + | |||
| + | ===Saindo do "chroot" (é só depois de várias config. e antes do ISO)=== | ||
| + | {?}Isto estava na tradução do espanhol -- deve-se verificar a necessidade{?} | ||
| + | Desmonte "<tt>/proc</tt>" -- isto é muito importante! | ||
| + | umount /proc | ||
| + | Pressione <span style="font-variant:small-caps">Ctrl+D</span> para voltar à raiz original (ou seja, sair de "chroot"). | ||
==Leaving the Chroot== | ==Leaving the Chroot== | ||