Remove fake-hwclock
This commit is contained in:
@@ -7,12 +7,11 @@ BMAP_FILE="${STAGE_WORK_DIR}/${IMG_FILENAME}${IMG_SUFFIX}.bmap"
|
|||||||
|
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
update-initramfs -k all -c
|
update-initramfs -k all -c
|
||||||
if [ -x /etc/init.d/fake-hwclock ]; then
|
|
||||||
/etc/init.d/fake-hwclock stop
|
|
||||||
fi
|
|
||||||
if hash hardlink 2>/dev/null; then
|
if hash hardlink 2>/dev/null; then
|
||||||
hardlink -t /usr/share/doc
|
hardlink -t /usr/share/doc
|
||||||
fi
|
fi
|
||||||
|
install -m 755 -o systemd-timesync -g systemd-timesync -d /var/lib/systemd/timesync/clock
|
||||||
|
install -m 644 -o systemd-timesync -g systemd-timesync /dev/null /var/lib/systemd/timesync/clock
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ -f "${ROOTFS_DIR}/etc/initramfs-tools/update-initramfs.conf" ]; then
|
if [ -f "${ROOTFS_DIR}/etc/initramfs-tools/update-initramfs.conf" ]; then
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ avahi-daemon
|
|||||||
lua5.1
|
lua5.1
|
||||||
luajit
|
luajit
|
||||||
ca-certificates curl
|
ca-certificates curl
|
||||||
fake-hwclock nfs-common usbutils
|
nfs-common usbutils
|
||||||
dosfstools
|
dosfstools
|
||||||
dphys-swapfile
|
dphys-swapfile
|
||||||
raspberrypi-sys-mods
|
raspberrypi-sys-mods
|
||||||
|
|||||||
Reference in New Issue
Block a user