summaryrefslogtreecommitdiffstats
path: root/remote/rootfs
Commit message (Collapse)AuthorAgeFilesLines
...
* [rfs-stage32] Fix stage4.target triggering/orderingSimon Rettberg2014-01-313-5/+5
|
* [rfs-s31] make sure IFACE in /run/network.conf is not empty :)Sebastian2014-01-302-5/+7
|
* [rfs-s31] add network fallback scriptSebastian2014-01-304-21/+61
|
* cleanup setup_network script; dalay (final) br0 setup until IFACESebastian2014-01-301-13/+22
| | | | linkstate is up
* [rfs-s31] add '-x' switch to fbsplash call to center splash picJonathan Bauer2014-01-301-1/+1
|
* [rfs-s31] forgot * to allow many whitespacesJonathan Bauer2014-01-301-1/+1
|
* [rfs-s31] suppress kernel output if splash NOT active ...Jonathan Bauer2014-01-301-2/+2
|
* [rfs-s31] dont grep all the time, set a variable at the startJonathan Bauer2014-01-302-26/+27
| | | | NOTE: missing /etc/splash.ppm in git atm, til we make it fancy.
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-301-0/+3
|\
| * [rfs-stage32] Add output to early-network-triggersSimon Rettberg2014-01-301-0/+3
| |
* | [rfs-s31] added fbsplash startup logic.Jonathan Bauer2014-01-302-2/+23
|/ | | | | | Use "vga=current splash quiet" to enjoy the fanciness of fbsplash! 'quiet' is optional but would make sense to use it too. Only absolutly required are 'vga=current splash'.
* [rfs] moved /etc/functions.inc to /inc/functionsJonathan Bauer2014-01-303-3/+3
| | | | since we have that include directory :)
* [rfs-s31] oopsJonathan Bauer2014-01-301-4/+0Star
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-01-3011-28/+68
|\ | | | | | | | | Conflicts: remote/rootfs/rootfs-stage31/data/inc/udhcpc-trigger
| * [rfs-stage31] Write DNS and hostname to /opt/openslx/configSimon Rettberg2014-01-303-25/+19Star
| | | | | | | | Also cleaned up and tweaked init a bit
| * <stage32> Trigger network target as soon as possible if network/dhcp has ↵Simon Rettberg2014-01-297-6/+11
| | | | | | | | been done in stage31
| * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-291-2/+1Star
| |\
| * | [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)
* | | [rfs-s31] append host info from dhcp instead of creating the fileJonathan Bauer2014-01-301-1/+1
| |/ |/|
* | [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.
* [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
|
* [rfs-stage31] Put hosts, hostname, resolv.conf in proper placeSimon Rettberg2014-01-291-1/+1
|
* [rfs-stage31] Fix resolving, set hostnameSimon Rettberg2014-01-294-11/+34
|
* [rfs-stage31] udhcpc in stage 3.1 to get DNS servers etc. earlySimon Rettberg2014-01-287-72/+156
| | | | TODO: Patch udhcpc to support searchdomain option (119)
* <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
|
* [rootfs-stage31] remove annoying error messagesJonathan Bauer2014-01-161-1/+1
|
* [rootfs-stage31] fix permission for FUTURE_ROOTJonathan Bauer2014-01-161-1/+1
|
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-151-2/+6
|\
| * [rootfs-stage31] fix wrong permissions of files extracted from theJonathan Bauer2014-01-141-2/+6
| | | | | | | | config.tgz
* | 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
|
* [rfs-stage31] Don't wait for br0 up if /sys/.../operstate doesn't existSimon Rettberg2014-01-081-9/+14
| | | | | | | This has been observed on one client machine when building on openSUSE 12.3 When operstate is not there we sleep for two seconds and try again, if it's still nonexistent we just assume the link is up since we can't do much anyways.
* [rfs-stage31] init: Remove LD_LIBRARY_PATH, set up and clean some other vars ↵Simon Rettberg2013-12-221-5/+10
| | | | before switchroot
* 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-132-0/+10
|
* [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
| |