Received: from mail-10699.protonmail.ch (mail-10699.protonmail.ch [79.135.106.99]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id E9E4222370D for <~alpine/users@lists.alpinelinux.org>; Fri, 20 Mar 2026 17:47:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1774028867; x=1774288067; bh=xCDWB7rg7yXyZ4aEm2877gjX6UeqUcPLHAIQV4u/itU=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=JT0pUYMv3TRimqyWGc+kfRNIlhCfO2aY64+J5osyHLYq14Tlltf66yPiWwAOgmN8X g7gGxwKrHSDgUtiYqiJ2c2puVt+jTFv6cqa4DJB9GQxjFgmoMbmpMsZxULNbDTE4tA BDsr+E56wYdla4ozVJvK0GMTTTGAqohAbUlFrRlZfH8P7EePOaA9f1/U2wQVLu7ZuK TURCYuMPouPPikoFQ6m1ECkeDFi9dJNXMIYBsY05loH6YCqjAkG3NYnXy8fKW+Ko07 0RVYfYYqvUsCW5iMAyvINYYcoK3lqydQtiYnqfFwgTV0SVP8R5M9Qfm1haY2udbM/9 iXq17St/lsbfg== Date: Fri, 20 Mar 2026 17:47:43 +0000 To: "~alpine/users@lists.alpinelinux.org" <~alpine/users@lists.alpinelinux.org> From: anthumchris@proton.me Subject: swclock on Alpine diskless Message-ID: Feedback-ID: 170574532:user:proton X-Pm-Message-ID: 58405931cf96da4e13fe1f57f26c8d7c9a440963 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Any ideas on getting init.d/swclock to work in Alpine diskless mode? Persistent storage filesystems are defined in /etc/fstab for LBU, APK cache= , and the swclock file defined in conf.d/swclock[swclock_file]. The require= d filesystem isn't mounted when swclock runs in boot/shutdown (screenshots = below). Modifying init./swclock[depend()] with "need localmount" causes boo= t errors and 60s shutdown delays. Other localmount depend() options failed = too. boot https://github.com/user-attachments/assets/11b60f0e-32ed-48d5-b016-7488b5a9= 5873 shutdown https://github.com/user-attachments/assets/001a8f43-00bc-4817-9bda-49912276= 5233 need-localmount-boot https://github.com/user-attachments/assets/e98629f1-6825-4060-8c36-98958749= 9077 need-localmount-shutdown https://github.com/user-attachments/assets/796f1917-f16a-46d5-99c5-42e8f065= ca4e