From 60b5eacfe42c97f3c274186ed6f78432c9f065dd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 19 Feb 2015 14:37:32 +0100 Subject: [PATCH] calamares: changes which already allow to perform an installation --- calamares/modules/initcpio.conf | 2 -- calamares/modules/packages.conf | 8 ++++---- calamares/modules/unpackfs.conf | 8 ++++---- calamares/settings.conf | 7 ++++--- 4 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 calamares/modules/initcpio.conf diff --git a/calamares/modules/initcpio.conf b/calamares/modules/initcpio.conf deleted file mode 100644 index 21f5704..0000000 --- a/calamares/modules/initcpio.conf +++ /dev/null @@ -1,2 +0,0 @@ ---- -kernel: linux312 diff --git a/calamares/modules/packages.conf b/calamares/modules/packages.conf index 6cfe8b7..99d85bb 100644 --- a/calamares/modules/packages.conf +++ b/calamares/modules/packages.conf @@ -9,7 +9,7 @@ # - apt - APT frontend for DEB and RPM # - pacman - Pacman # -backend: packagekit +backend: smart # # List of maps with package operations such as install or remove. # Distro developers can provide a list of packages to remove @@ -24,12 +24,12 @@ backend: packagekit # storage called "packageOperations" and it is processed # after the static list in the job configuration. # -#operations: +operations: # - install: # - pkg1 # - pkg2 -# - remove: -# - pkg3 + - remove: + - livecd-tools # - pkg4 # - install: # - pkg5 diff --git a/calamares/modules/unpackfs.conf b/calamares/modules/unpackfs.conf index 68de113..5ee4fc6 100644 --- a/calamares/modules/unpackfs.conf +++ b/calamares/modules/unpackfs.conf @@ -1,8 +1,8 @@ --- unpack: - - source: "/path/to/filesystem.img" - sourcefs: "ext4" - destination: "" - - source: "/path/to/another/filesystem.sqfs" + - source: "/cdrom/LiveOS/squashfs.img" sourcefs: "squashfs" destination: "" +# - source: "/path/to/filesystem.img" +# sourcefs: "ext4" +# destination: "" diff --git a/calamares/settings.conf b/calamares/settings.conf index cd87f70..32cc451 100644 --- a/calamares/settings.conf +++ b/calamares/settings.conf @@ -39,17 +39,18 @@ install: - locale - keyboard - localecfg -- initcpiocfg -- initcpio +#- initcpiocfg +#- initcpio - users #- displaymanager - networkcfg - hwclock - services -#- dracut +- dracut #- initramfs - grubcfg - grub +- packages #- bootloader - umount