Merged
This commit is contained in:
commit
c8644251fa
2
Makefile
2
Makefile
|
@ -58,7 +58,7 @@ endif
|
|||
gcc_config = chroot $(CHROOT) gcc-config 1
|
||||
|
||||
export APPLIANCE ACCEPT_KEYWORDS CHROOT EMERGE HEADLESS M4 M4C
|
||||
export HOSTNAME MAKEOPTS PRUNE_CRITICAL TIMEZONE USEPKG WORLD
|
||||
export HOSTNAME MAKEOPTS PRUNE_CRITICAL TIMEZONE USEPKG WORLD OVERLAY
|
||||
|
||||
unexport PKGDIR ARCH NBD_DEV
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ postinstall: custom.conf
|
|||
$(RM) "$(CHROOT)"/var/lib/dbus/machine-id
|
||||
cp custom.conf "$(CHROOT)"/etc/X11/gdm/custom.conf
|
||||
#chroot "$(CHROOT)" rc-update add hald default
|
||||
chroot "$(CHROOT)" rc-update add dbus default
|
||||
echo 'gdm &>/dev/null' >> "$(CHROOT)"/etc/conf.d/local.start
|
||||
|
||||
clean:
|
||||
|
|
|
@ -10,7 +10,7 @@ gnome-base/gnome-menus python
|
|||
gnome-base/gvfs gdu
|
||||
media-libs/libcanberra gtk
|
||||
media-libs/swfdec gtk
|
||||
net-libs/libsoup gnome
|
||||
net-libs/libsoup gnome ssl
|
||||
net-misc/curl ssl
|
||||
sys-apps/dbus X
|
||||
sys-apps/parted device-mapper
|
||||
|
|
Loading…
Reference in New Issue