MRTestRepo/calamares/install-peppermint

15 lines
393 B
Plaintext
Raw Normal View History

2023-02-22 10:30:10 -01:00
#!/bin/sh
###
# Wrapper for running calamares on Peppermint live media
###
# Stale file left behind by live-build that messes with partitioning
sudo mv /etc/fstab /etc/fstab.orig.calamares
2024-01-08 12:57:45 -01:00
pkexec calamares -d
2023-02-22 10:30:10 -01:00
#pkexec calamares --debug | sudo tee /var/log/Calamares-Install.log
xhost -si:localuser:root
# Restore stale fstab, for what it's worth
sudo mv /etc/fstab.orig.calamares /etc/fstab