diff options
| author | Michael Neves | 2013-03-20 15:22:51 +0100 |
|---|---|---|
| committer | sr | 2013-04-12 19:11:30 +0200 |
| commit | 97b4ba82596ae5484079483afeaba7986958ecab (patch) | |
| tree | f85896acc369038481d6a3338561258a6683ea69 /remote/modules/kdm | |
| parent | use default location for aufs.ko (diff) | |
| download | tm-scripts-97b4ba82596ae5484079483afeaba7986958ecab.tar.gz tm-scripts-97b4ba82596ae5484079483afeaba7986958ecab.tar.xz tm-scripts-97b4ba82596ae5484079483afeaba7986958ecab.zip | |
KERNEL_VERSION from system.inc
gitignore and calc_size in fileutil calculates the build size of a module
fix generate_target argument parsing
add xfs to rootfs-stage31.conf
added server sync option -s
- Fix sshd module failing to set permissions on sshd config
- Add all required packages for openSUSE to xorg module
- Softlink sh to bash in rootfs-stage32, as some scripts might fail otherwise
Thanks hwinfo but we don't need you anymore
Added size log
fix list_packet_files exiting loop when a packet wasnt installed
remove flag checks, now done in setup_target
check if kernel module is already built-in
Diffstat (limited to 'remote/modules/kdm')
| -rw-r--r-- | remote/modules/kdm/kdm.build | 2 | ||||
| -rw-r--r-- | remote/modules/kdm/kdm.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/kdm/kdm.build b/remote/modules/kdm/kdm.build index 638f8088..9f2008f5 100644 --- a/remote/modules/kdm/kdm.build +++ b/remote/modules/kdm/kdm.build @@ -21,6 +21,6 @@ post_copy() { #copy required icons [ ! -z "$REQUIRED_SYSTEM_FILES" ] && tarcopy "$REQUIRED_SYSTEM_FILES" "$TARGET_BUILD_DIR" - gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/oxygen/" || perror "update-icon-cache-3.0 failed." + gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/oxygen/" || pwarning "update-icon-cache-3.0 failed." } diff --git a/remote/modules/kdm/kdm.conf b/remote/modules/kdm/kdm.conf index 75a84999..2ae5dd91 100644 --- a/remote/modules/kdm/kdm.conf +++ b/remote/modules/kdm/kdm.conf @@ -1,4 +1,4 @@ -REQUIRED_DEPENDENCIES="kdm" +REQUIRED_DEPENDENCIES="kdm kde-workspace-kgreet-plugins" REQUIRED_PACKAGES="kdm kde-workspace-kgreet-plugins" REQUIRED_BINARIES="" REQUIRED_DIRECTORIES=" /etc/dbus-1 |
