summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* [branding-freiburg] New config module: Add UniFR logo in /etc/, for now used ↵Simon Rettberg2013-09-302-0/+1278
| | | | by kdm theme
* [stage4] Allow basic kde autostart filesSimon Rettberg2013-09-302-1/+6
|
* [export_target] Added two trailing slashes at mksquashfs calls.Christian Rößler2013-09-301-2/+2
|
* [pam-freiburg] Add pam_ck_connector againSimon Rettberg2013-09-301-0/+1
| | | | Which is required by consolekit, which is required by policykit, which is required by udisks2, which is required to mount usb sticks etc. as normal user in a desktop session
* [SERVER] Update stage4 filterSimon Rettberg2013-09-305-15/+6Star
|
* [clone_stage4] Extend and refine filterlist and filtering processSimon Rettberg2013-09-3012-32/+109
|
* [pam-freiburg] Remove debian-specific param to pam_unixSimon Rettberg2013-08-301-1/+1
|
* server: Start building an organized blacklist collection for stage4 cloningSimon Rettberg2013-08-2912-0/+81
|
* [plymouth-freiburg] update descriptionJonathan Bauer2013-08-221-2/+2
|
* [plymouth-freiburg] fix wrong path in theming file for freiburgJonathan Bauer2013-08-226-2/+2
|
* [export_target] Fix creation of squashFSSimon Rettberg2013-08-211-5/+1Star
|
* [server] create sqfs of stage32 under server/boot/<ip>/stage32.sqfs and let ↵Jonathan Bauer2013-08-191-5/+6
| | | | the user know about it
* [pam-freiburg] hacky umounting of home directory upon closing of last sessionJonathan Bauer2013-08-151-4/+7
|
* [pam-mount] don't try to mount home directory if its already mountedJonathan Bauer2013-08-071-0/+5
|
* [config] moved unifr theme of vmchooser to configJonathan Bauer2013-08-025-0/+9
|
* [generate_config] remove old debug messageJonathan Bauer2013-08-021-1/+0Star
|
* [generate_config] fix broken file checkingJonathan Bauer2013-08-011-5/+6
|
* [server/export_target] move the check for the validity of the given config ↵Jonathan Bauer2013-08-011-4/+5
| | | | in generate_config and not in initial_checks
* [plymouth] move uni fr theme for plymouth to config for freiburgJonathan Bauer2013-08-017-0/+134
|
* [server] removed creation of config.tgz from generate_stage32Jonathan Bauer2013-08-011-1/+0Star
|
* [mltk-server] freiburg pam configJonathan Bauer2013-08-011-0/+1
|
* Renamed configs/freiburg/pam to configs/freiburg/pam-freiburg for cleaner ↵Jonathan Bauer2013-08-013-1/+2
| | | | structure. Added 'config.tgz' to .gitignore. Removed file added by accident
* [mltk-server] added check when merging different module config together to ↵Jonathan Bauer2013-08-011-42/+75
| | | | find possible conflicts. Also changed the way the config.tgz is built: now it generates under server/local_builds/<ip>/configs/<type>/ tarballs for all the modules, and merges them together at the end
* [server] added new parameter for export target. Use: ./mltk server <ip> ↵Jonathan Bauer2013-07-3133-13/+541
| | | | stage32 -e stage32 <config>. Added function in export_target to pack an archive with all the files found in activated modules of server/configs/<config>
* [pam] removed old data dir...Jonathan Bauer2013-07-311-0/+4
|
* [mltk/server] Add status output between generating squashFS and generating ↵Simon Rettberg2013-07-121-0/+1
| | | | initramfs
* dhcp service now requests same IP if he got one previouslyJonathan Bauer2013-05-071-1/+1
|
* remove temp sqfs directoryJonathan Bauer2013-05-031-1/+3
|
* fix logic for installing squashfs-toolsJonathan Bauer2013-04-241-2/+2
|
* severall fixesMichael Neves2013-04-121-2/+2
|
* initial checks fixMichael Neves2013-04-121-3/+3
|
* kleiner fixMichael Neves2013-04-121-3/+5
|
* remotehost subfolder under 'server/boot/'Michael Neves2013-04-121-2/+2
|
* Sync uids/gids by numeric value, don't remapSimon Rettberg2013-04-121-1/+1
|
* copy_kernel to boot and size of initramfs/sqfsMichael Neves2013-04-121-1/+11
|
* Run rsync with --delete when syncing from remote systemsr2013-04-121-2/+2
|
* Target 'server' expects remote machine's IP/Hostname as parameter. Add fake ↵Simon Rettberg2013-04-122-3/+1Star
| | | | remote machine 'local' for local usage.
* ...Simon Rettberg2013-04-121-1/+1
|
* Make server -s actually sync from remote server using rsync. Currently ↵Simon Rettberg2013-04-121-7/+8
| | | | supports one hardcoded server ;-)
* KERNEL_VERSION from system.incMichael Neves2013-04-121-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | 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
* deleted filesMichael Neves2013-03-192-162/+0Star
| | | | :w
* setup_core is now export_targetMichael Neves2013-03-192-0/+199
|
* new arguments for mltk, see manpages & changed INIT_DIR to TARGET_BUILD DIRJonathan Bauer2013-03-141-70/+3Star
|
* remove old modules/firmware list, now in remote/core/core.confJonathan Bauer2013-03-112-141/+0Star
|
* some minor fixesMichael Neves2013-02-281-0/+1
|
* make squashfs verbose, copy modules.* from /lib/modulesMichael Neves2013-02-282-2/+4
|
* add modules.* to lib/modulesMichael Neves2013-02-281-0/+1
|
* small fixesMichael Neves2013-02-271-9/+9
|
* add aufs and squashfs to modules list for stage3.1Michael Neves2013-02-271-0/+2
|
* delete merge file build_core.origMichael Neves2013-02-271-190/+0Star
|