summaryrefslogtreecommitdiffstats
path: root/core/rootfs
Commit message (Collapse)AuthorAgeFilesLines
...
* [rfs-stage31] Bring br0 up even if we don't have an IP yetSimon Rettberg2018-05-031-1/+1
|
* [rfs-s32] fix zram devices not being createdJonathan Bauer2018-05-021-1/+1
|
* [rfs-stage32] Increase min_free_kbytes for zram swapSimon Rettberg2018-04-241-0/+10
|
* [rfs-stage32] zram swap: Use only one device on newer kernelsSimon Rettberg2018-04-231-18/+59
|
* [rfs-stage32] Delay partition setup slightlySimon Rettberg2018-04-202-3/+7
|
* [rfs-stage31] Force loading acpi_ipmi for nvidia, doesn't handle ↵Simon Rettberg2018-04-181-1/+1
| | | | dependencies on its own
* [rfs-stage31] Add ipmi modules, required by nvidia driverSimon Rettberg2018-04-181-0/+2
|
* [rfs-stage32] Whitelist another i915 for vmware 3dSimon Rettberg2018-04-111-1/+1
|
* [slx-issue] externalize /etc/issue generationJonathan Bauer2018-04-105-115/+0Star
|
* [rfs-stage32] network: set arp_filter to 1 to prevent ARP fluxSimon Rettberg2018-03-261-0/+4
|
* [rfs-stage32] setup_partitions: Use properly quoted arguments + arraysSimon Rettberg2018-03-261-30/+27Star
|
* [rfs-stage32] slxlog: Fix some code issuesSimon Rettberg2018-03-261-5/+5
|
* [rfs-stage32] Smarter handling of ID45; unify part detection; sort by sizeSimon Rettberg2018-03-244-32/+149
| | | | | | | | | | | | - Partitions matching a certain ID will be sorted by size by the get_all_with_id function, so in case you want only one by that type you'll get the largest one. - Partition detection is now done by querying udev for all the block devices found in /dev which works well for both DOS and GPT. - ID45 code now handles the cases where a partition was resized offline and adjusts or recreates the file system accordingly. We also enforce ext4 for ID45 now instead of acceping anything that appears to be mountable.
* [rfs-stage32] Include NVMe driversSimon Rettberg2018-03-161-0/+1
|
* [pam/rfs-stage32/pam-slx-plug] Only overwrite pam/nsswitch files that have ↵Simon Rettberg2018-03-141-7/+7
| | | | <slx-autogen>
* Whitelist HD Graphics 530 (8086:1912) for 3D SupportSteffen Ritter2018-03-131-1/+1
|
* [rfs-s32] real ddJonathan Bauer2018-02-061-0/+1
| | | | needed by vbox mostly, but kinda makes sense to get it from the rootfs
* [rfs-s32] add mkfs.jfsJonathan Bauer2018-01-292-0/+2
|
* [rfs-s31] add new debug level before loading kmodsJonathan Bauer2018-01-291-0/+2
|
* [rfs-stage31] Fix NBSP -> SpaceSimon Rettberg2018-01-291-2/+2
|
* Fix UID/USER ambiguity in several placesSimon Rettberg2018-01-181-8/+12
|
* [rfs-stage32] Make sure data/ exists on ID45 and has proper permissionsSimon Rettberg2018-01-121-1/+5
|
* [vmware12/rfs-stage31] Fix jumbo frame support (get config first, then read ↵Simon Rettberg2017-12-212-1/+6
| | | | value)
* [rfs-stage31/vmware] Support jumbo frames via SLX_JUMBO_FRAMESSimon Rettberg2017-12-201-0/+1
|
* [rfs-s31] add support for amdgpu/radeon in kclJonathan Bauer2017-12-073-4/+13
|
* [rfs-stage31] Add modprobe config for amdgpuJonathan Bauer2017-12-061-0/+2
|
* [rfs-stage32] Fix xfs format failingSimon Rettberg2017-12-061-1/+1
|
* [rfs-stage31] Whitelist two more nvidia cardsSimon Rettberg2017-12-061-1/+6
| | | | | 10de-13bb: nvidia Quadro K620 10de-1381: nvidia GeForce GTX 750
* ganz klasseSimon Rettberg2017-11-271-1/+0Star
|
* [rfs-stage31] Honor NTP servers returned by DHCP for timesync; fallback to ↵Simon Rettberg2017-11-274-15/+46
| | | | $SLX_NOW
* [rfs-stage32] ldd + straceSimon Rettberg2017-11-261-0/+2
|
* [rfs-stage31] Set up bridges for all NICs foundSimon Rettberg2017-11-241-0/+11
|
* [rfs-stage32] Need kbdSimon Rettberg2017-11-221-0/+1
|
* [rfs-stage31,safe-mode] Move exam mode patching from stage31 to safe-mode scriptSimon Rettberg2017-11-151-42/+3Star
|
* [rfs-s32] new path for xtables modulesJonathan Bauer2017-11-131-0/+23
|
* [rfs-stage31] Increase /tmp size to 50MBSimon Rettberg2017-10-271-1/+1
|
* [rfs-stage31/dhcp] "Fix" DHCP setup logicSimon Rettberg2017-10-274-7/+28
| | | | Like this can ever be fixed...
* [rfs-s32] mehJonathan Bauer2017-10-201-2/+2
|
* [rfs-s32] add OpenSLX-ID45 GPT label supportJonathan Bauer2017-10-201-1/+1
| | | | for setup-partitions
* [qemukvm] reworked dep on irqbypassJonathan Bauer2017-08-181-1/+1
| | | | * now added as part of rootfs-stage32
* [rfs-s32] add ext. regey for grep useJonathan Bauer2017-08-151-2/+2
|
* [rfs-stage32] !!??Simon Rettberg2017-08-111-1/+0Star
|
* [rfs-s32] fix ssl certs not being copiedJonathan Bauer2017-08-111-0/+5
|
* [rfs-stage32] Clean up split addon handlingSimon Rettberg2017-08-114-74/+47Star
|
* [rfs-s32] sequential download of slx addonsJonathan Bauer2017-08-071-1/+1
|
* [rfs-s32] optimize slx addon setupJonathan Bauer2017-08-046-10/+100
| | | | | download the sqfs asap and only wait for tmp to append them to the rest of the aufs
* [rfs-stage31] Try harder to change default target, /etc seems to be ignoredSimon Rettberg2017-07-121-2/+4
|
* [rfs-stage31] Handle SLX_SYSTEMD_TARGET and SLX_NO_CONFIG_TGZSimon Rettberg2017-07-121-3/+20
|
* [init, etc] Pass system-uuid when fetching config & config.tgzSimon Rettberg2017-07-123-10/+21
| | | | | Also save the system-uuid for later use in stage32+, which changed locations from /run to /etc - modules got updated accordingly
* [rfs-stage31] init: Create /tmp early, unmount before switchrootSimon Rettberg2017-07-121-6/+8
| | | | | | Before we unmounted a little early, also don't unmount /proc, /sys and /dev, as they will be moved by switch_root, might save some time as we don't have to mount them again later.