mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Meta: Scale back overly informal user-facing strings
We were getting a little overly memey in some places, so let's scale things back to business-casual. Informal language is fine in comments, commits and debug logs, but let's keep the runtime nice and presentable. :^)
This commit is contained in:
parent
d7bf609376
commit
723f4e5ee6
8 changed files with 15 additions and 33 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
goodboys_gid=1
|
||||
wheel_gid=1
|
||||
tty_gid=2
|
||||
phys_gid=3
|
||||
audio_gid=4
|
||||
|
@ -36,8 +36,8 @@ chmod 660 mnt/etc/WindowServer/WindowServer.ini
|
|||
chown $window_uid:$window_gid mnt/etc/WindowServer/WindowServer.ini
|
||||
echo "/bin/sh" > mnt/etc/shells
|
||||
|
||||
chown 0:$goodboys_gid mnt/bin/su
|
||||
chown 0:$goodboys_gid mnt/bin/KeyboardSettings
|
||||
chown 0:$wheel_gid mnt/bin/su
|
||||
chown 0:$wheel_gid mnt/bin/KeyboardSettings
|
||||
chown 0:$phys_gid mnt/bin/shutdown
|
||||
chown 0:$phys_gid mnt/bin/reboot
|
||||
chown 0:0 mnt/boot/Kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue