Skip to content

Commit 2849b05

Browse files
committed
[fix] : install script journald
1 parent d818b12 commit 2849b05

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

channels/cinnamon/airootfs.any/usr/share/calamares/final-process

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ remove /etc/mkinitcpio-archiso.conf
4040
remove /etc/initcpio
4141

4242
if [[ -f /etc/systemd/journald.conf ]]; then
43-
sed -i 's / Storage = volatile /#Storage = auto /' /etc/systemd/journald.conf
43+
sed -i 's/Storage=volatile/#Storage=auto/' /etc/systemd/journald.conf
4444
fi
4545

4646
remove /etc/udev/rules.d/81-dhcpcd.rules

channels/lxde/airootfs.any/usr/share/calamares/final-process

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ remove /etc/mkinitcpio-archiso.conf
4040
remove /etc/initcpio
4141

4242
if [[ -f /etc/systemd/journald.conf ]]; then
43-
sed -i 's / Storage = volatile /#Storage = auto /' /etc/systemd/journald.conf
43+
sed -i 's/Storage=volatile/#Storage=auto/' /etc/systemd/journald.conf
4444
fi
4545

4646
remove /etc/udev/rules.d/81-dhcpcd.rules

channels/share/airootfs.any/usr/share/calamares/final-process

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ remove /etc/mkinitcpio-archiso.conf
4040
remove /etc/initcpio
4141

4242
if [[ -f /etc/systemd/journald.conf ]]; then
43-
sed -i 's / Storage = volatile /#Storage = auto /' /etc/systemd/journald.conf
43+
sed -i 's/Storage=volatile/#Storage=auto/' /etc/systemd/journald.conf
4444
fi
4545

4646
remove /etc/udev/rules.d/81-dhcpcd.rules

channels/xfce/airootfs.any/usr/share/calamares/final-process

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ remove /etc/mkinitcpio-archiso.conf
4040
remove /etc/initcpio
4141

4242
if [[ -f /etc/systemd/journald.conf ]]; then
43-
sed -i 's / Storage = volatile /#Storage = auto /' /etc/systemd/journald.conf
43+
sed -i 's/Storage=volatile/#Storage=auto/' /etc/systemd/journald.conf
4444
fi
4545

4646
remove /etc/udev/rules.d/81-dhcpcd.rules

0 commit comments

Comments
 (0)