Skip to content

Commit 4fe6652

Browse files
committed
Fix to use biglinux configuration in calamares
1 parent e165bf9 commit 4fe6652

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

biglinux-livecd/usr/share/libalpm/hooks/99-biglinux-calamares.hook

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Type = File
33
Operation = Install
44
Operation = Upgrade
55
Target = usr/bin/calamares
6+
Target = usr/bin/calamares-biglinux
67

78
[Action]
89
Description = Change calamares to biglinux

pkgbuild/biglinux-livecd.install

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
post_install() {
44
# Enable livecd-tweaks service for boot optimizations
55
systemctl enable livecd-tweaks.service
6+
7+
# Save to compare date of iso creation and date of installation
8+
echo $(( $(date +%s) / 86400 )) > /usr/share/bigbashview/bcc/apps/bigbashview-calamares/install_date
69
}
10+
11+
pre_remove() {
12+
mv -f /usr/bin/calamares-manjaro /usr/bin/calamares
13+
mv -f /usr/bin/calamares-manjaro_polkit /usr/bin/calamares_polkit
14+
}

0 commit comments

Comments
 (0)