"local" installation of "cryptobox-server" package
This commit is contained in:
parent
426acb9e6e
commit
3ccc72f535
11 changed files with 3834 additions and 8 deletions
35
Debian-Mirrors/debian-en.css
Normal file
35
Debian-Mirrors/debian-en.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
/* Debian language css file for english - en */
|
||||
/* please do not touch for now! - Jutta Wrage 2005 */
|
||||
|
||||
html[lang|=en] #serverselect {
|
||||
width: 13em;
|
||||
}
|
||||
html[lang|=en] #maincol {
|
||||
margin-left: 10em;
|
||||
}
|
||||
html[lang|=en] #leftcol ul.cdmenu {
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
q { font-style: italic; }
|
||||
/* quotes */
|
||||
html[lang|=en] q:before { content: "\201C"; }
|
||||
html[lang|=en] q:after { content: "\201D"; }
|
||||
html[lang|=en] q q:before { content: "\2018"; }
|
||||
html[lang|=en] q q:after { content: "\2019"; }
|
||||
|
||||
/* html[lang|=en] blockquote p:first-child:before { content: "\201C"; }
|
||||
html[lang|=en] blockquote p.notlast:after { content: ""; }
|
||||
html[lang|=en] blockquote p:after { content: "\201D"; }
|
||||
|
||||
html[lang|=en] blockquote.question p:before { content: ""; }
|
||||
html[lang|=en] blockquote.question p:after, blockquote.documentquote p:after{ content: ""; }
|
||||
html[lang|=en] blockquote { font-style: italic; }
|
||||
*/
|
||||
|
||||
/*
|
||||
html[lang=en] .en2 q:before { content: "\2018"; }
|
||||
html[lang=en] .en2 q:after { content: "\2019"; }
|
||||
html[lang=en] .en2 q q:before { content: "\201C"; }
|
||||
html[lang=en] .en2 q q:after { content: "\201D"; }
|
||||
*/
|
703
Debian-Mirrors/debian.css
Normal file
703
Debian-Mirrors/debian.css
Normal file
|
@ -0,0 +1,703 @@
|
|||
/* css file for debian web site - Jutta Wrage 2004 */
|
||||
/* please see README_CSS.txt for more information */
|
||||
|
||||
html, body {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
margin: 0 4px 0 4px;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
img { border: 0; }
|
||||
|
||||
h1 { text-align: center; }
|
||||
|
||||
acronym {
|
||||
border-bottom: 1px dotted #000000;
|
||||
}
|
||||
|
||||
hr.hidecss {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-bottom: 0;
|
||||
border-top: 1px solid #BFC3DC;
|
||||
}
|
||||
|
||||
samp {
|
||||
display: block;
|
||||
margin-left: 2em;
|
||||
}
|
||||
div.sampleblock {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
font-family:courier, serif;
|
||||
font-size: 90%;
|
||||
}
|
||||
.centerblock {
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
div.quoteblock {
|
||||
width: 75%;
|
||||
margin: auto;
|
||||
font-size: 90%;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.quoteblock div.preimg {
|
||||
float: left;
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
.quoteblock cite {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
blockquote.question {
|
||||
font-style: italic;
|
||||
}
|
||||
blockquote.question p span {
|
||||
font-style: normal;
|
||||
width: 10%;
|
||||
}
|
||||
#pagewidth {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* now the header*/
|
||||
#header {
|
||||
margin-left: -3px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* upper nested header box*/
|
||||
#upperheader {
|
||||
width: 100%;
|
||||
margin-top: 11px;
|
||||
height: auto;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
#logo {
|
||||
float: left;
|
||||
margin-left: 6px;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
#serverselect {
|
||||
float: right;
|
||||
display: block;
|
||||
padding-top: 1px;
|
||||
margin-right: 6px;
|
||||
margin-left: auto;
|
||||
text-align: right;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#serverselect p {
|
||||
color: #990000;
|
||||
font-size: 0.8em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#serverselect p select {
|
||||
font-size: 88%;
|
||||
}
|
||||
|
||||
#serverselect p input {
|
||||
font-size: 88%;
|
||||
}
|
||||
.centerlogo {
|
||||
margin-left: 260px;
|
||||
margin-right: auto;
|
||||
width: 125px;
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
#cdlogo {
|
||||
}
|
||||
|
||||
#hpacketsearch {
|
||||
display: block;
|
||||
padding-top: 1px;
|
||||
padding-left: 5px;
|
||||
margin-right: 0.2em;
|
||||
margin-left: auto;
|
||||
text-align: left;
|
||||
width: 25em;
|
||||
top: 0em;
|
||||
right: 0em;
|
||||
}
|
||||
|
||||
#hpacketsearch p small {
|
||||
color: #990000;
|
||||
font-size: 0.8em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#hpacketsearch p select {
|
||||
font-size: 88%;
|
||||
}
|
||||
|
||||
#hpacketsearch p input {
|
||||
font-size: 88%;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
/* margin-top: 1em; */
|
||||
clear: both;
|
||||
padding-left: 0px;
|
||||
/* margin-top: 5px; */
|
||||
padding-top: 6px;
|
||||
padding-bottom: 4px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
background: #BF1238;
|
||||
}
|
||||
#navbar ul {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding-left: 0px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
#navbar ul li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#navbar a {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
padding: 0.2em 0.4em 0.2em 0.4em;
|
||||
background-color: #000084;
|
||||
border: 1px solid #000084;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#navbar a:hover {
|
||||
background: #0000CC;
|
||||
}
|
||||
#navbar .hidecss, .hidecss {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* the rest of page out of two nested boxes around */
|
||||
|
||||
#outer {
|
||||
background-color: #FFFFFF;
|
||||
width: auto;
|
||||
/* border:solid white 2px; */
|
||||
}
|
||||
|
||||
#inner {
|
||||
margin: -2px;
|
||||
margin-top: 0;
|
||||
width: 100%;
|
||||
background: #FFFFFF;
|
||||
/* overflow: auto; */
|
||||
}
|
||||
|
||||
#leftcol {
|
||||
float: left;
|
||||
margin: 0em 0.4em 0 0;
|
||||
padding-left: 0;
|
||||
padding-bottom: 1em;
|
||||
width: auto;
|
||||
background: #BBDDFF;
|
||||
font-size: 0.9em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border: 1px solid #BBDDFF;
|
||||
/* overflow: auto; */
|
||||
}
|
||||
#leftcol a:link, #leftcol a:visited {
|
||||
display: block;
|
||||
}
|
||||
#leftcol a:hover {
|
||||
background-color: #DDEEFF;
|
||||
/* background-color: #FFFFFF; */
|
||||
}
|
||||
#leftcol ul {
|
||||
margin: 2px;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
#leftcol ul.votemenu {
|
||||
width: 11em;
|
||||
}
|
||||
#leftcol ul.cdmenu {
|
||||
width: 12em;
|
||||
}
|
||||
#leftcol ul.votemenu ul li, #leftcol ul.cdmenu ul li {
|
||||
padding-bottom: 0.4em;
|
||||
}
|
||||
#leftcol li ul {
|
||||
display: inline;
|
||||
}
|
||||
#leftcol ul li {
|
||||
padding: 0.2em 0;
|
||||
}
|
||||
#leftcol ul ul {
|
||||
font-size: 0.9em;
|
||||
margin: 0;
|
||||
}
|
||||
#leftcol ul li a {
|
||||
line-height: 1.2em;
|
||||
padding-right: 0.5em;
|
||||
/* padding: 0.2em 0 0.3em 0em; */
|
||||
}
|
||||
#leftcol ul ul li a {
|
||||
font-weight: normal;
|
||||
padding: 0.1em 0.5em;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
#leftcol ul ul li {
|
||||
padding-top: 0;
|
||||
}
|
||||
#leftcol p {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
#leftcol p a {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
#leftcol p img {
|
||||
margin-left: 1em;
|
||||
}
|
||||
#leftcol .menuselected {
|
||||
color: #BF1238;
|
||||
}
|
||||
#leftcol ul ul .menuselected {
|
||||
text-indent: 0.5em;
|
||||
}
|
||||
#maincol {
|
||||
background: #FFFFFF;
|
||||
margin-left: 12em;
|
||||
margin-right: 0.5em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#lefthalfcol {
|
||||
float: left;
|
||||
margin-left: 0em;
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
#lefthalfcol h4, #lefthalfcol h3 , #righthalfcol h4, #righthalfcol h3 {
|
||||
margin: 0em;
|
||||
}
|
||||
|
||||
#lefthalfcol dl {
|
||||
margin-top: 0em;
|
||||
}
|
||||
|
||||
#righthalfcol {
|
||||
margin-left: 50%;
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
#righthalfcol dl {
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
padding-top: 3px;
|
||||
bottom: 0;
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#fineprint {
|
||||
margin-top: 0.2em;
|
||||
padding-top: 3px;
|
||||
text-align: center;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
#outer>#inner { border-bottom: 1px solid #BFC3DC; }
|
||||
.bordertop { border-top: 1px solid #BFC3DC; }
|
||||
|
||||
dl.gloss dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#footer ul {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#footer ul li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#footer ul li a, table.y2k td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#main {
|
||||
background: #bbddff;
|
||||
padding: 1em 0; /* have some padding to get rid of collapsed margins */
|
||||
}
|
||||
|
||||
/* classes for cards */
|
||||
|
||||
.cardleft {
|
||||
margin: 0 0 1em;
|
||||
float: left;
|
||||
width: 49%;
|
||||
}
|
||||
.cardright {
|
||||
margin-left: 50%
|
||||
/*margin: 0 1% 2em 50%; */
|
||||
}
|
||||
.card {
|
||||
clear: left;
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
.cardleft h2, .cardright h2, .card h2 {
|
||||
font-size: 120%;
|
||||
background: #000000;
|
||||
color: #FFD400;
|
||||
display: inline;
|
||||
padding: 0.2em 0.4em;
|
||||
margin: 0 10px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
letter-spacing: 0.2em;
|
||||
}
|
||||
|
||||
.cardleft dl dd, .cardright dl dd , .card dl dd {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.cardleft div, .cardright div, .card div {
|
||||
border: 2px solid #000000;
|
||||
background: #FFFFFF;
|
||||
padding: 0.5em;
|
||||
margin: 2px 10px;
|
||||
/* the next two lines xpand the div to heigth of left inner div */
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.lefthalf {
|
||||
float: left;
|
||||
width: 49%;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.righthalf {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
/* classes and div names for package pages */
|
||||
|
||||
#pdesc, #pdeps, #pdownload, #pmoreinfo {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
#pdesc p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.pdescshort {
|
||||
text-align: left;
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#pdeps table tr td {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#pdeps ul {
|
||||
list-style-type: none;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
#pdeps li {
|
||||
text-indent: -2em;
|
||||
}
|
||||
|
||||
#pdeps ul.uldep, #pdeps ul.uladep {
|
||||
list-style-type: disc;
|
||||
list-style-image: url(http://packages.debian.org/Pics/dep.gif);
|
||||
}
|
||||
|
||||
#pdeps ul.ulrec, #pdeps ul.ulidep {
|
||||
list-style-type: disc;
|
||||
list-style-image: url(http://packages.debian.org/Pics/rec.gif);
|
||||
}
|
||||
|
||||
#pdeps ul.ulsug {
|
||||
list-style-type: disc;
|
||||
list-style-image: url(http://packages.debian.org/Pics/sug.gif);
|
||||
}
|
||||
|
||||
#pdeps ul.uldep li, #pdeps ul.ulrec li, #pdeps ul.ulsug li, #pdeps ul.uladep li, #pdeps ul.ulidep li {
|
||||
padding-left: 2em;
|
||||
}
|
||||
#pdeps dl {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#pdownload p, #pdownload form, #pdownload submit {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#pdownload td {
|
||||
font-size: 0.85em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#pmoreinfo p {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
/* colors for packages, warnings and news in ports */
|
||||
.pred, .warning, dt.new, .no {
|
||||
color: red; /* FF0000 */
|
||||
}
|
||||
|
||||
.psmallcenter, .psmalltrademark {
|
||||
clear: both;
|
||||
font-size: 0.85em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.psmalltrademark {
|
||||
color: green;
|
||||
}
|
||||
#pdownload table, table.ridgetable, table.reltable {
|
||||
border-width: 4px;
|
||||
border-color: gray;
|
||||
margin: 0 1em 1em 1em;
|
||||
border-style: ridge;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.vote {
|
||||
margin: 0 auto;
|
||||
border-width: 3px;
|
||||
border-color: gray;
|
||||
border-style: ridge;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td,
|
||||
table.reltable td, table.reltable th {
|
||||
border: 2px gray;
|
||||
border-style: ridge;
|
||||
padding: 0.1em;
|
||||
}
|
||||
table.reltable th {
|
||||
background-color: #44CCCC;
|
||||
}
|
||||
table.vote th {
|
||||
border: 1px solid gray;
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
table.vote td {
|
||||
border: 1px solid gray;
|
||||
padding: 4px;
|
||||
}
|
||||
table.reltable tr.odd {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
table.reltable tr.even {
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
table.stattrans {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
border: 1px solid black;
|
||||
background-color: #cdc9c9;
|
||||
}
|
||||
table.stattrans th {
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
}
|
||||
table.stattrans td {
|
||||
text-align: right;
|
||||
padding: 2px;
|
||||
}
|
||||
table.stattrans tbody th {
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
table.volatile {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.volatile th, .volatile td {
|
||||
text-align: left;
|
||||
border: 1px solid black;
|
||||
padding: 0.2em;
|
||||
}
|
||||
.volatile thead {
|
||||
background-color: silver;
|
||||
color: #000000;
|
||||
}
|
||||
table.volatile tr.country {
|
||||
color: #ffffff;
|
||||
background-color: #df0451;
|
||||
}
|
||||
|
||||
/* partners */
|
||||
.partnertype {
|
||||
background-color: #DD0000;
|
||||
padding: 0.2em 0 0.2em 1em;
|
||||
color: #FFFFFF;
|
||||
|
||||
}
|
||||
div.partnerlogo {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
width: 30%;
|
||||
}
|
||||
div.partnerdesc {
|
||||
display: table-cell;
|
||||
font-size: 85%;
|
||||
}
|
||||
div.cdflash {
|
||||
background-color: #E09E86;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
.cdrsync {
|
||||
color: #6B1300;
|
||||
}
|
||||
/* debian installer */
|
||||
|
||||
.dierror {
|
||||
background-color: #FF6060;
|
||||
}
|
||||
.dibad {
|
||||
background-color: #F7FF60;
|
||||
}
|
||||
.digood {
|
||||
background-color: #7AFF71;
|
||||
}
|
||||
|
||||
/* useful classes */
|
||||
|
||||
th.eventheader {
|
||||
background-color: #BBDDFF;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
.right {
|
||||
text-align: right;
|
||||
}
|
||||
ul.circlelist {
|
||||
list-style-type: circle;
|
||||
}
|
||||
.centerdiv table {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
ul.discless {
|
||||
list-style-type: none;
|
||||
}
|
||||
.top, img.ico {
|
||||
vertical-align: top;
|
||||
}
|
||||
img.ico {
|
||||
float: left;
|
||||
margin: 0 0.2em 0 0;
|
||||
}
|
||||
img.rightico {
|
||||
float: right;
|
||||
vertical-align: top;
|
||||
margin: 0 0 0 0.2em;
|
||||
}
|
||||
img.cve {
|
||||
vertical-align: -25px;
|
||||
}
|
||||
.y2kok, .yes {
|
||||
color: #00BB00;
|
||||
}
|
||||
.y2kok2 {
|
||||
color: #00BBBB;
|
||||
}
|
||||
.bluehead {
|
||||
color: #0000FF !important;
|
||||
}
|
||||
span.halfsize {
|
||||
font-size: 80%;
|
||||
}
|
||||
span.ddpbooktitle, span.merchtitle {
|
||||
font-size: larger;
|
||||
}
|
||||
a:link { color: #0000FF; }
|
||||
a:visited { color: #800080; }
|
||||
a:hover { color: #F000FF; }
|
||||
a:active { color: #FF0000; }
|
||||
|
||||
.navpara a, col.y2k {
|
||||
white-space: nowrap;
|
||||
/* this is to keep from breaking at whitespace in anchors */
|
||||
}
|
||||
|
||||
|
||||
.underline { text-decoration: underline; }
|
||||
.clr { clear:both; }
|
||||
/*.content{padding:5px;} */ /*padding for content */
|
||||
/* #header .content{padding-bottom:0;} */ /*padding bottom 0 to remove space in IE5 Mac*/
|
||||
|
||||
/* for l10n-arabic */
|
||||
.bidi {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#leftcol, #navbar, #navbar a {
|
||||
-moz-border-radius: 15px;
|
||||
/* this goes to the end as the css validator does not like it
|
||||
will be replaced by border-radius with css3 */
|
||||
}
|
||||
|
||||
/* /CD/vendors/ */
|
||||
table.vendors {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #AAAAAA;
|
||||
}
|
||||
|
||||
table.vendors th {
|
||||
background: #BBDDFF;
|
||||
font-size: 0.9em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #3e4955;
|
||||
padding: 0.2em;
|
||||
border: 1px solid #AAAAAA;
|
||||
border-bottom: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.vendors tr.b td {
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
table.vendors td {
|
||||
padding: 0.2em;
|
||||
vertical-align: top;
|
||||
}
|
BIN
Debian-Mirrors/debian.png
Normal file
BIN
Debian-Mirrors/debian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
3032
Debian-Mirrors/list
Normal file
3032
Debian-Mirrors/list
Normal file
File diff suppressed because it is too large
Load diff
BIN
Debian-Mirrors/openlogo-nd-50.png
Normal file
BIN
Debian-Mirrors/openlogo-nd-50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 759 B |
3
Debian-Mirrors/robots.txt
Normal file
3
Debian-Mirrors/robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
User-agent: *
|
||||
Disallow: /security/
|
||||
Disallow:
|
37
README.devel
37
README.devel
|
@ -30,7 +30,23 @@ config/chroot_local-includes/usr/lib/cryptobox-cd/etc.d/network/interfaces
|
|||
will now be used at boot time if they exist.
|
||||
|
||||
|
||||
TODO:
|
||||
Source Code Info
|
||||
----------------
|
||||
The $LH_SOURCE feature of "live-helper" is not currently working with
|
||||
CryptoNAS. Instead, for source code, do:
|
||||
"svn checkout https://svn.systemausfall.org/svn/cryptobox"
|
||||
|
||||
The other source code used for CryptoNAS Live is located in the "Etch"
|
||||
Debian release. A list of mirror sites (created using
|
||||
"wget --no-host-directories --cut-dirs=1 --convert-links --page-requisites
|
||||
http://www.debian.org/mirror/list") is included in the
|
||||
CryptoNAS subversion repository in the "deb-live/Debian-Mirrors" folder.
|
||||
A current list of mirrors is also located at
|
||||
"http://www.debian.org/mirror/list".
|
||||
|
||||
|
||||
TODO
|
||||
----
|
||||
check against validation scripts
|
||||
check that "secure" build works
|
||||
set up a firewall in the "secure" build
|
||||
|
@ -54,8 +70,25 @@ get COW working
|
|||
|
||||
|
||||
Short term goals:
|
||||
-----
|
||||
----------------
|
||||
add explanatory text to etc-scoreboard file
|
||||
do any more files need copyright notices?
|
||||
set up reasonable defaults in cnas-default-settings (use gedit with multiple separate windows)
|
||||
/etc/network/interfaces
|
||||
|
||||
|
||||
Known Issues:
|
||||
------------
|
||||
Debian Live boot media shown in list of available disks
|
||||
Mounted encrypted volumes shown twice in list of available disks (may have been fixed already)
|
||||
*syslinux splash screen needs customization
|
||||
*"secure"/minimal setup needs to be built and tested
|
||||
*needs to be built using a *.deb based on SVN "head" to make sure that glaring English-language
|
||||
issues were fixed since live-cd 3.1
|
||||
*When NOT using a user-supplied /etc/network/interfaces (haven't tried it *with* user-supplied
|
||||
"interfaces") and the user chooses a new IP address via the web interface, the old DHCP-assigned
|
||||
address is still accessible
|
||||
*Reading an encrypted live-cd image doesn't work using Etch as the build system
|
||||
*LH_APT_SECURE must be set to "enabled" in Etch or else cdebootstrap fails
|
||||
|
||||
LH_SOURCE="enabled" doesn't work yet
|
||||
|
|
BIN
config/chroot_local-packages/cryptobox-server_0.3.4.5-1_i386.deb
Normal file
BIN
config/chroot_local-packages/cryptobox-server_0.3.4.5-1_i386.deb
Normal file
Binary file not shown.
|
@ -37,6 +37,8 @@ e2fsprogs
|
|||
xfsprogs
|
||||
hfsutils
|
||||
jfsutils
|
||||
cryptobox-server
|
||||
## For better version management and development flexibility, "cryptobox-server" is
|
||||
## now installed as a local package from "config/chroot_local-packages".
|
||||
#cryptobox-server
|
||||
## ntfs-3g is not in etch
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# Internal stuff (FIXME)
|
||||
# The `--force-yes' option should be removed once `apt' is made to
|
||||
# recognize and use all the relevant GPG keys. `--yes' can stay.
|
||||
APT_OPTIONS="--yes --force-yes"
|
||||
APT_OPTIONS="--yes"
|
||||
|
||||
|
||||
# $LH_ARCHITECTURE: select chroot architecture
|
||||
|
@ -36,6 +36,11 @@ APT_OPTIONS="--yes --force-yes"
|
|||
# Note: Debian Live is also designed to work on AMD64 and PowerPC
|
||||
LH_ARCHITECTURE="i386"
|
||||
|
||||
# $LH_APT_SECURE: set apt/aptitude security
|
||||
# (Default: enabled)
|
||||
# Setting $LH_APT_SECURE to "disabled" breaks cdebootstrap
|
||||
# in the "bootstrap" build stage under Etch.
|
||||
LH_APT_SECURE="enabled"
|
||||
|
||||
#-----bootstrap-----
|
||||
# $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
|
||||
|
@ -70,9 +75,10 @@ LH_LANGUAGE="en"
|
|||
# $LH_LINUX_FLAVOURS: set kernel flavour to use
|
||||
# (Default: autodetected)
|
||||
# CryptoNAS will be VERY slow on anything less than a Pentium,
|
||||
# but you can add other flavors here if you want to.
|
||||
# but you can add other flavors here if you want to. Note that
|
||||
# the first flavor in the list will be the default.
|
||||
#LH_LINUX_FLAVOURS="486 686"
|
||||
#LH_LINUX_FLAVOURS="686"
|
||||
LH_LINUX_FLAVOURS="686"
|
||||
|
||||
|
||||
# $LH_LINUX_PACKAGES: set kernel packages to use
|
||||
|
@ -87,6 +93,7 @@ LH_PACKAGES=""
|
|||
# $LH_PACKAGES_LISTS: set package list to install
|
||||
# (Default: standard)
|
||||
# FIXME: Use "minimal cryptonas" for CryptoNAS releases
|
||||
# Use "standard cryptonas-devel" for development
|
||||
LH_PACKAGES_LISTS="standard cryptonas-devel"
|
||||
|
||||
#-----binary-----
|
||||
|
@ -109,8 +116,8 @@ LH_HOSTNAME="cryptonas"
|
|||
|
||||
|
||||
# $LH_ISO_PREPARER: set iso preparer
|
||||
# (Default: live-helper 1.0~a46; http://packages.qa.debian.org/live-helper)
|
||||
LH_ISO_PREPARER="live-helper 1.0~a46; http://packages.qa.debian.org/live-helper"
|
||||
# (Default: live-helper 1.0~a48; http://packages.qa.debian.org/live-helper)
|
||||
LH_ISO_PREPARER="live-helper 1.0~a48; http://packages.qa.debian.org/live-helper"
|
||||
|
||||
# $LH_ISO_PUBLISHER: set iso publisher
|
||||
# (Default: Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel@lists.alioth.debian.org)
|
||||
|
@ -166,3 +173,10 @@ CNAS_SCOREBOARD_DIR="/usr/lib/cryptobox-cd"
|
|||
#\tiface eth0 inet static
|
||||
#\t\taddress 192.168.0.23
|
||||
#\t\tnetmask 255.255.255.0
|
||||
|
||||
# $LH_ENCRYPTION: set encryption type/key size
|
||||
# Encryption of the Debian Live media is broken under Etch. It may
|
||||
# work under Lenny. In particular, the loop-aes runtime is broken
|
||||
# in casper or initramfs-tools.
|
||||
#LH_ENCRYPTION="aes256"
|
||||
|
||||
|
|
|
@ -124,3 +124,7 @@ LH_QUIET="disabled"
|
|||
# Internal stuff
|
||||
APT_OPTIONS="--yes"
|
||||
APTITUDE_OPTIONS="--assume-yes"
|
||||
|
||||
|
||||
#Load CryptoNAS and user-customized settings
|
||||
#. config/cnas-active-settings
|
||||
|
|
Loading…
Reference in a new issue