lfs-execline-scripts

Repository for execline scripts used in my linux-from-scratch builds
Log | Files | Refs

DateCommit messageAuthorFiles+-
2025-08-05 06:42fix various formatting and syntax issues, especially printf syntax issuesmrgrouse8+98-90
2025-08-04 08:23add disclaimer to minecraft service scriptmrgrouse1+2-0
2025-08-04 03:20create svc scripts for a minecraft servermrgrouse2+39-0
2025-08-04 02:19create svc script for setting and saving random seedmrgrouse1+19-0
2025-08-03 09:04sinit/rc.shutdown: remove saving of sysclock, offload to svc script callmrgrouse1+4-23
2025-08-03 09:01sinit/rc.mounts: fix shebangmrgrouse1+1-1
2025-08-03 08:50update service files for new config file's file extensionmrgrouse4+4-4
2025-08-03 08:48moved config files to default/ directory, to be better understood within the context of svcmrgrouse4+32-0
2025-08-03 08:21fix ifte statement in svc.runservicemrgrouse1+1-1
2025-08-03 08:20replace BASENAME variable in svc.doservice with $0 variablemrgrouse1+3-2
2025-08-03 08:19fix case statement's default case in bare.shmrgrouse1+3-2
2025-08-03 08:12fix broken ifelse in svc.doservice functionmrgrouse1+8-11
2025-08-03 08:07fix case statement in svc.e and remove BASENAME variablemrgrouse1+4-9
2025-08-03 08:01fix case statements in network, sdhcp and smdev svc scriptsmrgrouse3+6-3
2025-08-03 06:43fix shebang on all svc servicesmrgrouse4+5-4
2025-08-03 06:41remove hwclock permissions, to be added with future Makefilemrgrouse1+0-0
2025-08-03 06:40svc/services/hwclock: set script as executable and fix broken case statement along with broken shebangmrgrouse1+6-4
2025-08-03 05:18Create startup oneshot services for hwclock, basic network (unfinished), dhcp amd smdev.mrgrouse6+101-0
2025-07-28 01:33sinit: move mounting of psuedo-filesystems to separate script without forx loop. move broken forx loop to separate file for later evaluationmrgrouse3+70-34
2025-07-28 01:08switch SERVICE variable to $0 variablemrgrouse1+25-24
2025-07-28 00:18change default execlineb location to /usr/bin/execlinebmrgrouse6+6-6
2025-07-28 00:14create rc.init and add psuedo-fs and swap mounting, along with hostname setting and starting svc.mrgrouse1+54-0
2025-07-27 23:17fix default cases and if statements in sinit/rc.shutdownmrgrouse1+16-15
2025-07-27 23:14create svc.e, the interface to the svc-execline systemmrgrouse1+42-0
2025-07-27 23:14add svc doservice function as separate execline scriptmrgrouse1+24-0
2025-07-27 22:55create svc.runservice to imitate bash functionmrgrouse1+11-0
2025-07-27 22:43fix if statements in svc/bare.shmrgrouse1+16-13
2025-07-21 04:43create svc directory, create bare.sh execline script to replace svc's shell versionmrgrouse1+38-0
2025-07-21 04:25create (UNTESTED) rc.shutdown execline script; create sinit directorymrgrouse1+76-0