Strahinya Radich
88d980e4a4
Fix local-time so it doesn't overwrite existing /etc/localtime (set by Calamares)
...
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
3 days ago
strajder
f23ee8a6eb
Merge pull request 'Fix system-hostname to set hostname in a way compatible with Calamares' ( #7 ) from strajder/66-scripts:master into master
...
Reviewed-on: artix/66-scripts#7
4 days ago
Strahinya Radich
2805d5fbbd
Fix system-hostname to set hostname in a way compatible with Calamares
...
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
4 days ago
Strahinya Radich
a4f8ce2eb5
system-fsck: Add -R to skip root fs (checked by initramfs) and missing -t
...
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
1 week ago
Strahinya Radich
79e081a21a
Change default: LOCAL=!yes; add /etc/rc.local, select /etc/local.d/*.start to /etc/66/rc.local
...
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
Revert /etc/66/rc.local, convert logic to execlineb inside local-rc
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
Process all /etc/local.d/*.start scripts; change ordering; add [stop]
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
Remove /etc/rc.local as it is executed by /etc/local.d/local.start; remove sh -c
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
4 months ago
Strahinya Radich
08a89a024d
Move importas commands just after execl-envfile so KEYMAP is also imported
...
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
8 months ago
Strahinya Radich
4e9c0495ef
Fix the system-fontnkey so it properly sets font on all ttys and doesn't complain about kbd_mode
...
Signed-off-by: Strahinya Radich <strajder@artixlinux.org>
8 months ago
Nathan Owens
3b46bc07b8
Re-add sysusers
8 months ago
Nathan Owens
4c8aa7b577
mount-nfs: Add
...
Allows unmounting nfs to avoid hanging
8 months ago
Nathan Owens
0385294ce5
mount-fstab: add -O noauto,no_netdev
8 months ago
Nathan Owens
7cce2cfe70
Fix cgroups-release path and add release script
8 months ago
Nathan Owens
f42039a4f9
Add -f to stop in mount-fstab
8 months ago
Nathan Owens
6da59e0de6
Add stop to mount-fstab
8 months ago
Nathan Owens
58257b5dea
add timeout kill to mount-fstab
8 months ago
Nathan Owens
2cf411c6a7
Revert "-F to -W"
...
This reverts commit c1e3645406
.
8 months ago
Nathan Owens
b5259f5e18
system-hostname: -f to -W
...
Allow hostname to fail and not crash boot as either hostname in config
config is wrong or is missing. Either way, better to warn.
8 months ago
Nathan Owens
9896a4d344
system-fontnkey: -f to -W
...
Allow fontnkey to fail and not crash boot as either fontnkey
config is wrong or is missing. Either way, better to warn.
8 months ago
Nathan Owens
5b55231609
system-sysctl: -f to -W
...
Allow sysctl to fail and not crash boot as either sysctl
config is wrong or is missing. Either way, better to warn.
8 months ago
Nathan Owens
c1e3645406
-F to -W
...
Give warning in all-Runtime instead of soft fail
8 months ago
obarun
b0522d99db
Bump v2.4.0
8 months ago
obarun
7add2886a7
fix manpages translation
8 months ago
mobinmob
31e734fa6d
/system/devices/crypttab: remove devices-btrfs from @depends .
8 months ago
mobinmob
9b39a76b2b
mount/swap: make failures in [start] and [stop] produce a non-fatal
...
warning.
8 months ago
mobinmob
3061974fc3
devices-zfs : fix execl-cmdline switch.
8 months ago
obarun
3d4a3bc517
never crash in case of warninvalid message. Warn user about bad chattr command
8 months ago
mobinmob
175ae2448a
devices-crypttab: change the message for lvm-on-luks activation.
...
This a minor change, because the previous message notifies the user that
LVM is detected, when nothing like that happens. Only
the existence of vgchange is tested.
The message is lifted from the voidlinux runit core-services.
8 months ago
mobinmob
28eb3597ff
make firewall services use standard log location
...
All firewall services have @depends = ( mount-rw ) declared. That means
the standard log location can be used for logging instead of the tmpfs
used by the catch-all logger. Also, the change prevents services
with lots of log output from creating problems on tty1 - that was
observed with local-nftables on voidlinux.
Closes https://framagit.org/pkg/obmods/boot-66serv/-/issues/1 .
8 months ago
mobinmob
7311da4c48
system/devices/{devices-lvm, devices-crypttab} improvement:
...
- use -a ay instead of -ay as vgchange arguments.
8 months ago
mobinmob
8728226e73
system/devices/devices-zfs improvements
...
- use -l to mount encrypted file systems
- add zfs-share invocation
- use $mount_args and $share_args for the command arguments.
8 months ago
Nathan Owens
823a7470de
use s6's version of cgroups
...
previous version caused issue with lxd
using s6's version of cgroup fixes it
8 months ago
Nathan Owens
84b8e5746d
-S to -s
8 months ago
Nathan Owens
ce38298cbd
remove stray .orig file
8 months ago
Nathan Owens
98be5cf406
Fix mis-match bracket
8 months ago
Nathan Owens
ec47d83232
Add changes from upstream to improve lvm and zfs boot services
8 months ago
Nathan Owens
3d3d3a069e
Remove tmp
12 months ago
Nathan Owens
2171fdaef5
Use modules-load from s6
...
Also add manpage for modules-load
12 months ago
Nathan Owens
7b337592b2
Add note about rc.local shebang to config
12 months ago
Nathan Owens
10f3d97692
Add shebang to rc.local
12 months ago
Nathan Owens
858cb118d8
fix makefile sed for script dir
12 months ago
Nathan Owens
0c25800dfe
Fix lvm crash
12 months ago
Nathan Owens
8e56457df5
Add locale setup
12 months ago
Nathan Owens
cd7c3ce0d9
use sysctl --system
...
Signed-off-by: Nathan Owens <ndowens@artixlinux.org>
12 months ago
Nathan Owens
94e7067ec5
Update 'module/boot@/service/system/system-sysctl'
12 months ago
Nathan Owens
1d124d372b
Load sysctl.conf if found
12 months ago
Nathan Owens
b6b46ac2bd
Keep from crashing sysctl
12 months ago
Nathan Owens
ed5d0e4b55
further remove sysuser
12 months ago
Nathan Owens
0d3ddb5476
Update 'module/boot@/service/system/system-sysctl'
12 months ago
Nathan Owens
db91ba821f
remove sysuser: as we have hook
12 months ago
Nathan Owens
af26a59d80
Remove extra openrc
12 months ago
Nathan Owens
edaf44c505
add openrc to cgroup
12 months ago