Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:extlinux_passwd [2011/04/28 05:05] – [Use Encrypted Passwords] 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 |
==== Edit extlinux.conf ==== | ==== Edit extlinux.conf ==== | ||
Line 12: | Line 14: | ||
< | < | ||
- | MENU TITLE Tiny Core Bootloader | + | MENU TITLE Tinycore |
PROMT 0 | PROMT 0 | ||
MENU MASTER PASSWD MasterPassword | MENU MASTER PASSWD MasterPassword | ||
Line 19: | Line 21: | ||
MENU PASSWD TinyCorePassword | MENU PASSWD TinyCorePassword | ||
KERNEL / | KERNEL / | ||
- | APPEND initrd=/ | + | APPEND initrd=/ |
LABEL windows | LABEL windows | ||
Line 53: | Line 55: | ||
< | < | ||
- | 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 60: | Line 62: | ||
MENU PASSWD $4$usOwVEs+$CnsMEZNMQdEXjOBeP9zL0ULCks4$ | MENU PASSWD $4$usOwVEs+$CnsMEZNMQdEXjOBeP9zL0ULCks4$ | ||
KERNEL / | KERNEL / | ||
- | APPEND initrd=/ | + | APPEND initrd=/ |
LABEL windows | LABEL windows |