summaryrefslogtreecommitdiffstats
path: root/builder
Commit message (Collapse)AuthorAgeFilesLines
* [slx-dmsetup] explicitely depends on slx-toolsJonathan Bauer2019-09-031-1/+1
|
* [dnbd3-rootfs] add support for kernel-qcow2Jonathan Bauer2019-09-031-0/+19
|
* [dnbd3-rootfs] fix return values of helperJonathan Bauer2019-09-031-7/+11
| | | | + let GNU make decide how many cores to use
* [dnbd3-rfs] fix SLX_DNBD3_RID being ignoredJonathan Bauer2019-09-021-1/+1
|
* build-initramfs.sh: also add date for xmountJonathan Bauer2019-08-301-4/+5
|
* build-initramfs.sh: fix broken shallow submoduleJonathan Bauer2019-08-301-6/+16
| | | | | | cloning ... the git submodule foreach never worked (?) or at least it got broken somehow. Change to "manually" shallow-cloning the modules, quite ugly but speeds things up quite a bit
* [slx-network] only try to set ip addressJonathan Bauer2019-08-271-4/+6
| | | | if SLX_PXE_CLIENT_IP is set
* [slx-network] no domain for forced hostnameJonathan Bauer2019-08-271-10/+10
|
* [slx-dmsetup] fix small ID44 / large filesystemJonathan Bauer2019-08-271-2/+13
| | | | read the comments for the why :)
* [slx-network] remove unneeded sourcingJonathan Bauer2019-08-271-1/+0Star
| | | | | | the original idea was to configure a udhcpc@.service script with the interface name as the instance name. This seems somewhat unneeded though so remove this for now
* [slx-network] support for hostname via KCLJonathan Bauer2019-08-271-0/+6
|
* [slx-network] add comment sectionsJonathan Bauer2019-08-271-0/+10
|
* [slx-network] fix bad guard n°2Jonathan Bauer2019-08-271-1/+1
|
* [slx-network] SLX_STAGE4_DHCP supportJonathan Bauer2019-08-271-1/+6
| | | | | to control whether to automatically enable our udhcpc-based service or not
* [busybox] fix installation path in stage4Jonathan Bauer2019-08-271-3/+11
|
* [slx-network] separate logfilesJonathan Bauer2019-08-272-2/+2
|
* [slx-network] fix bad guardJonathan Bauer2019-08-271-1/+1
| | | | | Script would bail out if no fixed ip adress was given through kernel command line.
* [slx-dmsetup] log growfs outputJonathan Bauer2019-08-271-1/+1
|
* [busybox] also copy binary :)Jonathan Bauer2019-08-261-0/+1
|
* [conf-tgz] typoJonathan Bauer2019-08-261-1/+1
|
* [conf-tgz] do not overwrite directory permissionsJonathan Bauer2019-08-261-6/+14
|
* [slx-network] make sure /opt/openslx/bin is directoryJonathan Bauer2019-08-261-0/+1
|
* [slx-network] initial VLAN supportJonathan Bauer2019-08-265-13/+46
|
* [slx-dmsetup] remove quotesJonathan Bauer2019-08-201-1/+1
|
* [slx-dmsetup] add ext4 binariesJonathan Bauer2019-08-201-1/+2
|
* [slx-dmsetup] increase data block size to 256Jonathan Bauer2019-08-161-1/+1
|
* [slx-network] fix dependencyJonathan Bauer2019-08-131-2/+2
|
* [slx-network] suppress systemctl outputJonathan Bauer2019-08-131-1/+1
|
* [slx-addons] ldconfig: --root != -rJonathan Bauer2019-08-131-1/+1
|
* [slx-addons] refine ldconfig callsJonathan Bauer2019-08-131-12/+7Star
| | | | | TIL: hash -t prints nothing if the binary was not hashed already. type does.
* [dnbd3-rfs] add PATH to find dnbd3-clientJonathan Bauer2019-08-131-0/+3
|
* [slx-addons] simplify addon whiteout handlingJonathan Bauer2019-08-121-4/+4
| | | | and fix if none where found
* [slx-addons] make WHITEOUTS an arrayJonathan Bauer2019-08-121-1/+1
|
* [slx-network] use tmpfiles.d mechanismJonathan Bauer2019-08-123-2/+5
| | | | for /run/network
* [slx-addons] glob whiteout file namesJonathan Bauer2019-08-121-4/+4
|
* [slx-network] minor fixesJonathan Bauer2019-08-122-7/+11
|
* [slx-network] fix symlink handlingJonathan Bauer2019-08-121-2/+8
|
* [slx-network] fix missing link for resolv.confJonathan Bauer2019-08-121-0/+3
|
* [slx-network] only care about main bootifJonathan Bauer2019-08-0813-132/+142
| | | | + rdns
* [slx-network] support for dhcp in stage4Jonathan Bauer2019-08-087-5/+325
|
* [busybox] install busybox into stage4Jonathan Bauer2019-08-084-0/+8
|
* [busybox] only install if binary is thereJonathan Bauer2019-08-081-3/+3
|
* [slx-network] keep a copy of the network filesJonathan Bauer2019-08-071-1/+3
|
* [slx-network] TIL: ip route replaceJonathan Bauer2019-08-071-2/+1Star
|
* [conf-tgz] suppress curl default outputJonathan Bauer2019-08-061-1/+1
|
* [dnbd3-rfs] suppress curl default outputJonathan Bauer2019-08-061-1/+1
|
* [slx-drm] use dracut libs for warnJonathan Bauer2019-08-051-6/+9
|
* [slx-drm] don't escape $ -.-Jonathan Bauer2019-08-051-1/+1
| | | | leftover from cat'ing the script instead of having it as a file :)
* [slx-drm] blacklist nouveau for nowJonathan Bauer2019-08-051-0/+2
| | | | | TODO check how to support different nvidia cards, some using nouveau and some using nvidia drivers
* [slx-drm] copy mltk's nvidia modules/drm.cfgJonathan Bauer2019-08-051-0/+6
|