diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 5 | ||||
-rw-r--r-- | source/installer/sources/initrd/etc/group | 1 | ||||
-rw-r--r-- | source/installer/sources/initrd/etc/passwd | 1 | ||||
-rw-r--r-- | source/installer/sources/initrd/etc/shadow | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 03fd62b4..45384884 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,8 @@ +Fri Sep 3 18:06:38 UTC 2021 + Added dhcpcd user/group to passwd/group/shadow. + Added /var/lib/dhcpcd directory. + Thanks to Stuart Winter. ++--------------------------+ Wed May 26 19:51:53 UTC 2021 Keep PCI controller kernel modules. Thanks to andygoth. +--------------------------+ diff --git a/source/installer/sources/initrd/etc/group b/source/installer/sources/initrd/etc/group index 8e9154a1..9e5dc196 100644 --- a/source/installer/sources/initrd/etc/group +++ b/source/installer/sources/initrd/etc/group @@ -30,6 +30,7 @@ gdm:x:42: shadow:x:43: ftp:x:50: oprofile:x:51: +dhcpcd:x:68: apache:x:80: messagebus:x:81: haldaemon:x:82: diff --git a/source/installer/sources/initrd/etc/passwd b/source/installer/sources/initrd/etc/passwd index d89e1ba5..b682ea06 100644 --- a/source/installer/sources/initrd/etc/passwd +++ b/source/installer/sources/initrd/etc/passwd @@ -17,5 +17,6 @@ mysql:x:27:27:MySQL:/var/lib/mysql:/bin/bash rpc:x:32:32:RPC portmap user:/:/bin/false sshd:x:33:33:sshd:/: gdm:x:42:42:GDM:/var/state/gdm:/bin/bash +dhcpcd:x:68:68:User for dhcpcd:/var/lib/dhcpcd:/bin/false pop:x:90:90:POP:/: nobody:x:99:99:nobody:/: diff --git a/source/installer/sources/initrd/etc/shadow b/source/installer/sources/initrd/etc/shadow index 577b5d0f..8699e217 100644 --- a/source/installer/sources/initrd/etc/shadow +++ b/source/installer/sources/initrd/etc/shadow @@ -12,6 +12,7 @@ mail:*:9797:0::::: news:*:9797:0::::: uucp:*:9797:0::::: man:*:9797:0::::: +dhcpcd:*:9797:0::::: games:*:9797:0::::: guest:*:9797:0::::: nobody:*:9797:0::::: |