diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-03-02 10:51:25 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-03-02 10:51:25 -0800 |
commit | 37bfb1cb8b4c1d670e0d407b83c5270f7c457389 (patch) | |
tree | 81096599d4315dc2debb8c3faa189371d1d15566 /com32/cmenu/password | |
parent | 2b570465a0df2070aca723559a9f309d92530e6a (diff) | |
download | syslinux-37bfb1cb8b4c1d670e0d407b83c5270f7c457389.tar.gz syslinux-37bfb1cb8b4c1d670e0d407b83c5270f7c457389.tar.xz syslinux-37bfb1cb8b4c1d670e0d407b83c5270f7c457389.zip |
Move complex menu to com32/cmenu; clean up the Makefiles
Move the complex menu system into the com32 directory so it can be
sequenced properly with respect to hdt (it needs to be built after
com32/lib but before com32/hdt). While we're at it, clean up the
Makefiles somewhat.
Diffstat (limited to 'com32/cmenu/password')
-rw-r--r-- | com32/cmenu/password | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/com32/cmenu/password b/com32/cmenu/password new file mode 100644 index 00000000..3caffe22 --- /dev/null +++ b/com32/cmenu/password @@ -0,0 +1,18 @@ +# This file should be available as /isolinux/password +# for complex.c to use. +# +# All lines starting with # and empty lines are ignored +# +# All non-comment lines here are of the form +# USERNAME:PWDHASH:PERM1:PERM2:...: +# +# where USERNAME is maximum of 12 chars, +# PWDHASH is maximum of 40 chars (DES ENCRYPTED) +# PERM1,... are arbitrary strings +# +# The current lines correspond to +# user1:secret1, user2:secret2, user3:secret3 + +user1:LcMRo3YZGtP0c:editcmd +user2:FqewzyxP78a7A: +user3:MKjmc.IHoXBNU:root |