Skip to content

Commit e248df4

Browse files
committed
updated configuration
1 parent 97396b3 commit e248df4

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

auto/config

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/sh
22

33
lb config noauto \
4-
--apt-indices "true" \
4+
--apt-indices "false" \
55
--apt-recommends "false" \
66
--apt-secure "false" \
77
--apt-source-archives "false" \
8-
--architectures "i386 amd64" \
9-
--archive-areas "main contrib non-free" \
8+
--architectures "i386" \
9+
--archive-areas "main" \
1010
--backports "false" \
1111
--binary-images "iso-hybrid" \
12-
--bootloader "isolinux" \
12+
--bootloader "syslinux" \
1313
--cache "false" \
1414
--cache-indices "false" \
1515
--cache-packages "false" \
@@ -19,19 +19,18 @@ lb config noauto \
1919
--debug \
2020
--distribution "wheezy" \
2121
--hostname "mate" \
22-
--linux-flavours "686-pae amd64" \
22+
--linux-flavours "686-pae" \
2323
--linux-packages "linux-image" \
2424
--memtest "none" \
25-
--mirror-binary "http://ftp.de.debian.org/debian/" \
25+
--mirror-binary "http://localhost:9999/debian/" \
2626
--mirror-bootstrap "http://localhost:9999/debian/" \
27-
--package-lists "standard" \
28-
--parent-archive-areas "main contrib non-free" \
27+
--package-lists "minimal" \
28+
--parent-archive-areas "main" \
2929
--parent-distribution "wheezy" \
30-
--parent-mirror-binary "http://ftp.de.debian.org/debian/" \
30+
--parent-mirror-binary "http://localhost:9999/debian/" \
3131
--parent-mirror-bootstrap "http://localhost:9999/debian/" \
3232
--security "false" \
3333
--source "false" \
34-
--syslinux-theme "debian-squeeze" \
3534
--verbose \
3635
--volatile "false" \
3736
"${@}"

config/archive/mate.list.chroot

-1
This file was deleted.

config/package-lists/mate.list.chroot

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
atril
2-
dmz-cursor-theme
32
engrampa
4-
gdm3
53
gtk2-engines-murrine
64
gvfs
7-
gvfs-backends
85
gvfs-fuse
9-
iceweasel
6+
lightdm
107
mate-applets
118
mate-backgrounds
129
mate-calc
10+
mate-conf-editor
1311
mate-control-center
1412
mate-icon-theme
1513
mate-image-viewer
1614
mate-notification-daemon
1715
mate-panel
1816
mate-power-manager
1917
mate-session-manager
18+
mate-settings-daemon
2019
mate-terminal
20+
mate-text-editor
2121
mate-utils
22+
mintmenu
2223
murrine-themes
23-
network-manager
24-
network-manager-gnome
25-
virtualbox-ose-guest-utils
26-
virtualbox-ose-guest-x11
2724
xfonts-base
2825
xinit
2926
xserver-xorg

0 commit comments

Comments
 (0)