diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-09-03 18:51:49 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-09-04 00:00:02 +0200 |
commit | 00ce2dfdd859af68341c52a96ee51375eb79ed29 (patch) | |
tree | 01577c1b49951c1ac4534849614d0cb89a87ad01 /source/installer | |
parent | 7739e1a02dd40a78b4e02c01b1d7087bdfc83291 (diff) | |
download | current-00ce2dfdd859af68341c52a96ee51375eb79ed29.tar.gz current-00ce2dfdd859af68341c52a96ee51375eb79ed29.tar.xz |
Fri Sep 3 18:51:49 UTC 202120210903185149
a/gzip-1.11-x86_64-1.txz: Upgraded.
a/kernel-firmware-20210903_2984e26-noarch-1.txz: Upgraded.
a/kernel-generic-5.14.1-x86_64-1.txz: Upgraded.
a/kernel-huge-5.14.1-x86_64-1.txz: Upgraded.
a/kernel-modules-5.14.1-x86_64-1.txz: Upgraded.
d/kernel-headers-5.14.1-x86-1.txz: Upgraded.
k/kernel-source-5.14.1-noarch-1.txz: Upgraded.
kde/kstars-3.5.4-x86_64-1.txz: Upgraded.
n/bind-9.16.20-x86_64-2.txz: Rebuilt.
rc.bind: Fixed typo: $RDNC_OPTIONS -> $RNDC_OPTIONS
rc.bind: Allow a 10 second (default) timeout for rndc to stop BIND. At that
point if BIND is still running, use killall -SIGTERM to stop it.
Thanks to akschu.
xap/ssr-0.4.3-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
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 03fd62b4c..45384884f 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 8e9154a19..9e5dc196a 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 d89e1ba5f..b682ea06c 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 577b5d0f5..8699e2175 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::::: |