We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca08900 commit fc28035Copy full SHA for fc28035
stage2/01-sys-tweaks/01-run.sh
@@ -71,8 +71,8 @@ on_chroot << EOF
71
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure keyboard-configuration
72
EOF
73
74
-sed -i 's/^#?Storage=.*/Storage=volatile/' "${ROOTFS_DIR}/etc/systemd/journald.conf"
+sed -i 's/^#\?Storage=.*/Storage=volatile/' "${ROOTFS_DIR}/etc/systemd/journald.conf"
75
76
if [ -e "${ROOTFS_DIR}/etc/avahi/avahi-daemon.conf" ]; then
77
- sed -i 's/^#?publish-workstation=.*/publish-workstation=yes/' "${ROOTFS_DIR}/etc/avahi/avahi-daemon.conf"
+ sed -i 's/^#\?publish-workstation=.*/publish-workstation=yes/' "${ROOTFS_DIR}/etc/avahi/avahi-daemon.conf"
78
fi
0 commit comments