diff options
| author | Nippy <nippy@rp1.hu> | 2026-07-18 10:31:55 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-07-18 10:31:55 +0200 |
| commit | 466918fbb5e493e682620ec67ccaeb019a37b6a2 (patch) | |
| tree | 605165dd9125a0f2c4b43651496f89c4f9a095f2 /raveos-calamares-theme/etc/calamares/modules/shellprocess-loader.conf | |
| parent | a949c9ffc2cd84442c5a56a1bb4a062e7b910add (diff) | |
| download | RaveOS-PKGBUILD-466918fbb5e493e682620ec67ccaeb019a37b6a2.tar.gz RaveOS-PKGBUILD-466918fbb5e493e682620ec67ccaeb019a37b6a2.zip | |
teszt
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/shellprocess-loader.conf')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-loader.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-loader.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-loader.conf index 3b2fde0..13b7dca 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-loader.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-loader.conf @@ -11,6 +11,11 @@ script: - command: "install -Dm755 /etc/calamares/modules/calamares-fix-bootentry.sh ${ROOT}/root/calamares-fix-bootentry.sh" - command: "arch-chroot ${ROOT} /bin/bash /root/calamares-fix-bootentry.sh" - command: "-rm ${ROOT}/root/calamares-fix-bootentry.sh" + # 3. Calamares' hardcoded btrfs subvolume layout has no .snapshots -- + # create it by hand (needed by grub-btrfs/Snapper). + - command: "install -Dm755 /etc/calamares/modules/calamares-create-snapshots-subvol.sh ${ROOT}/root/calamares-create-snapshots-subvol.sh" + - command: "arch-chroot ${ROOT} /bin/bash /root/calamares-create-snapshots-subvol.sh" + - command: "-rm ${ROOT}/root/calamares-create-snapshots-subvol.sh" # - command: "install -Dm755 /etc/calamares/modules/calamares-microcode-fix.sh ${ROOT}/root/calamares-microcode-fix.sh" |