summaryrefslogtreecommitdiffstats
path: root/builder
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [slx-drm] support for multiple nvidia versionsJonathan Bauer2019-08-054-4/+67
|
* formatting round 1Jonathan Bauer2019-08-021-53/+51Star
|
* [busybox] downgrade to 1_25_1 til patches fixesJonathan Bauer2019-08-021-1/+1
|
* [slx-splash] use PATH, no hardcoded binary pathJonathan Bauer2019-08-021-2/+2
|
* [slx-dmsetup] auto increase size of rootfsJonathan Bauer2019-08-013-6/+54
|
* [slx-tools] fix first time buildJonathan Bauer2019-08-011-2/+2
|
* [dnbd3-rootfs] move scripts to /usr/local/binJonathan Bauer2019-08-012-16/+4Star
|
* [slx-network] do not bridge additional nicJonathan Bauer2019-08-016-118/+95Star
| | | | + bug fixes
* [slx-network] setup network on udev settlesJonathan Bauer2019-07-313-7/+10
| | | | | | | | | instead of checking in the finished hooks. NOTE: this might still cause problems, if udev finds the main boot interface first, triggers setup-network.sh which starts looping over interfaces before udev had a chance to discover every single one. The bridge creation stuff might be better appropriate in stage4!