summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32
Commit message (Collapse)AuthorAgeFilesLines
* [rfs-stage32] setup-slx-addons: Fix slxlog call when aufs fails, add -o ro ↵Simon Rettberg2014-02-241-3/+3
| | | | to sqfs mount
* [rfs-stage32] setup_partitons: Remove sleep 3 hack when waiting for partitionsSimon Rettberg2014-02-241-11/+0Star
|
* [rfs-stage32] Don't check if addon is listen in SLX_ADDONS, just try to load itSimon Rettberg2014-02-241-4/+0Star
|
* mltk now sources file "config" on startSimon Rettberg2014-02-171-1/+2
| | | | | | | | | | | | You can put pretty much anything there, but there are two main uses for now: Setting an http proxy: export http_proxy=1.2.3.4:8080 (wget will obey this env var) Setting a custom URL for fetching the distro logo: CFG_DISTLOGO_URL=http://somewhere/distlogo?distro= (Defaults to mltk-services.ruf.uni-freiburg.de/... if unset) Same could be done in openslx if it would be useful...
* [rfs-stage32] Make sure addons are inserted into the aufs stack before ↵Simon Rettberg2014-02-141-1/+1
| | | | stage4, so they can override files
* [50-mltk-blacklist]: Commentary to blacklisted modulesChristian Rößler2014-02-071-0/+4
|
* Fix tmpfiles.d files to use 'd' not 'D' for directoriesSimon Rettberg2014-02-052-2/+2
| | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
* [rfs-s32] blacklist snd-pcsp and meiJonathan Bauer2014-02-051-1/+2
|
* [rfs-s32] fix early-network-trigger service to stay after exitJonathan Bauer2014-02-031-0/+1
|
* [rfs-s32] blacklist 'pcspkr' to remove the annoying 'alreadyJonathan Bauer2014-02-031-0/+1
| | | | registered' error when booting
* [rfs-stage32] Fix stage4.target triggering/orderingSimon Rettberg2014-01-313-5/+5
|
* [rfs-stage32] Add output to early-network-triggersSimon Rettberg2014-01-301-0/+3
|
* [rfs] moved /etc/functions.inc to /inc/functionsJonathan Bauer2014-01-301-1/+1
| | | | since we have that include directory :)
* <stage32> Trigger network target as soon as possible if network/dhcp has ↵Simon Rettberg2014-01-296-6/+9
| | | | been done in stage31
* Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-291-2/+1Star
|\
| * [rootfs-stage32] setup-partitions: before basic.targetJonathan Bauer2014-01-291-1/+1
| |
| * [rootfs-stage32] dont wait for setup-partition to be finished beforeJonathan Bauer2014-01-291-2/+1Star
| | | | | | | | | | sysinit.target. Instead only wait for it before we start X, thus before display manager.
* | [rfs-stage32] Add early trigger script for network targetsSimon Rettberg2014-01-293-0/+37
|/ | | | | | This service/script will try to trigger the network targets at an early point in time, if network setup succeeded in stage 31 (hostname, dns, default gateway)
* [rootfs-stage32] change dep of setup-partitions fromJonathan Bauer2014-01-291-1/+1
| | | | systemd-udev-trigger to systemd-udev-settle
* [rfs-stage32] Speed up mounting tmp-partition and setting up zram swapSimon Rettberg2014-01-294-25/+74
|
* <dhcp> Add Targets network-dns and network-gatewaySimon Rettberg2014-01-232-0/+7
| | | | | | | | | These trigger if a dns server / default route has been configured via DHCP. This would probably only be interesting for dual homed clients (which we currently do not have in production), since the boot interface (br0) might not be the one we access the outside world with. In cases where you only have one nic, it will be enough to wait for the network target if you need full network/internet/resolving.
* [rfs-stage32] Append stage4 at the end of the aufs stack again and just copy ↵Simon Rettberg2014-01-201-1/+4
| | | | the ld-config after mounting
* [rootfs-stage32] openSuse: Added cdrom module (REQUIRED_KERNEL_MODULES+=)Christian Rößler2014-01-171-0/+3
|
* [stage4] renamed nfs-mount to mount-stage4. Added new 'stage4.target'.Jonathan Bauer2014-01-164-10/+18
|
* Move udhcpc stuff to its own module. Was spread across systemd and ↵Simon Rettberg2014-01-152-201/+0Star
| | | | rootfs-stage32
* [smartctl] Also parse health status reported by driveSimon Rettberg2014-01-101-6/+15
|
* Rework session handling wrt home directory mounting and persistence again. ↵Simon Rettberg2013-12-201-1/+1
| | | | Don't try to force a user's home to /home/<username> anymore.
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-12-201-41/+38Star
|\
| * [rfs-stage32] Clean up /etc/profileSimon Rettberg2013-12-201-41/+38Star
| |
* | [rootfs-stage32] added 'getent' to stage32Jonathan Bauer2013-12-201-0/+1
|/
* [kernel] added 'veth' to list of required kernel modulesJonathan Bauer2013-12-191-0/+1
|
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-12-181-9/+9
|\
| * [rfs-stage32] Rename variables. SLX_ is reserved for /opt/openslx/configSimon Rettberg2013-12-171-9/+9
| |
* | [rfs-stage32] More verbose error message if udhcpc failsSimon Rettberg2013-12-181-2/+2
|/
* add linkstate check; add dmesg to stage32 (for debug)Sebastian2013-12-131-0/+1
|
* [rootfs-stage32] add macvtap module to wanted kernel module listJonathan Bauer2013-12-111-0/+1
|
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-12-051-0/+4
|\
| * [rootfs.stage32] data/etc/profile: Now sourcing profile.localChristian Rößler2013-12-051-0/+4
| |
* | [rfs-stage32] Fix zram swap creation for > 32 CPUsSimon Rettberg2013-12-051-0/+1
|/ | | | zram can only handle 32 devices, so the script broke with 40 cpu cores
* [rootfs-stage32] hello umount from systemJonathan Bauer2013-12-021-0/+1
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-12-021-2/+2
|\
| * ...ash compatibility...Simon Rettberg2013-12-021-2/+2
| |
* | [rootfs-stage32] get pkill from the systemJonathan Bauer2013-12-021-0/+1
|/
* Checked and changed the shebang of some more scripts. As we want to use ash ↵Simon Rettberg2013-12-023-4/+6
| | | | in out own scripts whenever possible, only use bash where the scripts require a certain bash feature. Also add a comment right below the bash shebang that says we're not accidentally using bash here, but for a reason.
* [rfs-stage32] Add /bin/ash link to busybox-ashSimon Rettberg2013-11-291-0/+1
|
* [rootfs-stage32] conf file for openSuse 13.1Christian Rößler2013-11-291-0/+20
|
* [rfs-stage32] Changed sh symlink to /bin/bashSimon Rettberg2013-11-291-1/+1
|
* Reworking busybox config and included toolsSimon Rettberg2013-11-291-1/+0Star
|
* [rootfs-stage32] fix more symlinkageJonathan Bauer2013-11-281-1/+4
|
* [rootfs-stage32] added mount backJonathan Bauer2013-11-281-0/+1
|