Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:extlinux_passwd [2011/04/28 05:01] – created Guy | wiki:extlinux_passwd [2011/06/16 12:36] (current) – Guy | ||
---|---|---|---|
Line 2: | Line 2: | ||
If you want to prevent other people from logging into your computer, you can add passwords to Extlinux. | If you want to prevent other people from logging into your computer, you can add passwords to Extlinux. | ||
+ | |||
+ | Another option is to use [[passwd|Tinycore Passwords]]. | ||
==== Set Up the Extlinux Menu ==== | ==== Set Up the Extlinux Menu ==== | ||
- | Set up the Extlinux menu as explained | + | Set up the Extlinux menu as explained |
- | + | ||
- | If you only have Tiny Core, leave out the Windows entry. | + | |
==== Edit extlinux.conf ==== | ==== Edit extlinux.conf ==== | ||
Line 14: | Line 14: | ||
< | < | ||
- | MENU TITLE Tiny Core Bootloader | + | MENU TITLE Tinycore |
PROMT 0 | PROMT 0 | ||
MENU MASTER PASSWD MasterPassword | MENU MASTER PASSWD MasterPassword | ||
Line 21: | Line 21: | ||
MENU PASSWD TinyCorePassword | MENU PASSWD TinyCorePassword | ||
KERNEL / | KERNEL / | ||
- | APPEND initrd=/ | + | APPEND initrd=/ |
LABEL windows | LABEL windows | ||
Line 40: | Line 40: | ||
To encrypt passwords, the perl_Digest_SHA1.tcz extension needs to be installed. perl5.tcz is a dependency, and will also be installed. | To encrypt passwords, the perl_Digest_SHA1.tcz extension needs to be installed. perl5.tcz is a dependency, and will also be installed. | ||
- | After installing these, | + | To create encrypted passwords, open the terminal and type |
- | + | ||
- | Open the terminal and type as follows | + | |
< | < | ||
Line 54: | Line 52: | ||
Replace MasterPassword, | Replace MasterPassword, | ||
- | Copy the encrypted passwords | + | Copy the encrypted passwords to extlinux.conf, |
< | < | ||
- | MENU TITLE Tiny Core Bootloader | + | MENU TITLE Tinycore |
PROMT 0 | PROMT 0 | ||
MENU MASTER PASSWD $4$TzKORUd8$4FiWkwSwJgBqmpB8fLiXLsrEXig$ | MENU MASTER PASSWD $4$TzKORUd8$4FiWkwSwJgBqmpB8fLiXLsrEXig$ | ||
Line 64: | Line 62: | ||
MENU PASSWD $4$usOwVEs+$CnsMEZNMQdEXjOBeP9zL0ULCks4$ | MENU PASSWD $4$usOwVEs+$CnsMEZNMQdEXjOBeP9zL0ULCks4$ | ||
KERNEL / | KERNEL / | ||
- | APPEND initrd=/ | + | APPEND initrd=/ |
LABEL windows | LABEL windows |