-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmillive.sh
More file actions
executable file
·29 lines (29 loc) · 1.58 KB
/
millive.sh
File metadata and controls
executable file
·29 lines (29 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh
lb clean --binary
lb config -b iso -d squeeze --archive-areas "main contrib non-free" -a i386
lb config --packages-lists gnome-core
lb config --virtual-root-size 4000
lb config --packages "\
vim gedit kwrite k3b \
openoffice.org openoffice.org-l10n-es openoffice.org-help-es openoffice.org-mysql-connector \
openoffice.org-pdfimport myspell-es \
iceweasel iceweasel-l10n-es-es epiphany-browser \
ssh less flashplugin-nonfree r-doc-pdf r-cran-teachingdemos r-cran-plotrix \
r-cran-timeseries r-cran-fregression r-cran-ftrading r-cran-fbonds r-cran-fassets \
r-cran-fbasics r-cran-farma r-cran-fasianoptions r-cran-fcopulae r-cran-fecofin r-cran-fexoticoptions \
r-cran-fextremes r-cran-fgarch r-cran-fimport r-cran-fmultivar r-cran-fnonlinear r-cran-foptions \
r-cran-fportfolio r-cran-funitroots r-cran-futilities r-cran-timedate r-cran-rquantlib r-cran-tseries \
r-cran-bayesm r-cran-gmodels r-cran-boot r-cran-amore r-cran-nnet r-cran-vgam \
r-cran-kernsmooth r-cran-sm \
gimp network-manager-gnome gnome-alsamixer gcalctool \
libgl1-mesa-dev libglu1-mesa-dev libmysqlclient-dev libgsl0ldbl libfftw3-3 libgvc5"
lb config --repositories "ftp.us.debian.org/debian"
lb config --mirror-binary http://ftp.us.debian.org/debian/
#lb config --aptitude
lb config --bootappend-live "locale=es_CO.UTF-8 keyb=es"
#Aunque funciona cuando uno le pone el username con otro nombre, los datos quedan en un usuario user
#lb config --bootappend-live "username=pupilo"
#This tasks make the cd doesn't be created
#lb config --tasks "spanish spanish-desktop spanish-gnome-desktop"
lb config --debian-installer false
lb build