diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-14 15:40:16 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-14 15:40:16 +0000 |
commit | 340366c631bd2bdf07ea5a18c7a2cfa369b8a4f2 (patch) | |
tree | 1781bb2fe707c049774885b54f7cc18fd1637103 /app-misc/calamares-config-kogaion/files/modules | |
parent | ae23b16c0f6fce1ab79044dc7d7096b098ab244c (diff) |
fix liveuser removal, drop unused calamares stages
Diffstat (limited to 'app-misc/calamares-config-kogaion/files/modules')
-rw-r--r-- | app-misc/calamares-config-kogaion/files/modules/bootloader.conf | 2 | ||||
-rw-r--r-- | app-misc/calamares-config-kogaion/files/modules/removeuser.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf b/app-misc/calamares-config-kogaion/files/modules/bootloader.conf index c0f5ba9f..134ae9a9 100644 --- a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf +++ b/app-misc/calamares-config-kogaion/files/modules/bootloader.conf @@ -6,7 +6,7 @@ efiBootLoader: "grub" # systemd-boot configuration files settings, set kernel and initramfs file names # and amount of time before default selection boots kernel: "/boot/kernel-genkernel-x86_64-3.14.50-kogaion" -img: "/boot/initramfs-3.14.50-kogaion.img" +img: "/boot/initramfs-genkernel-x86_64-3.14.50-kogaion" timeout: "10" # Optionally set the menu entry name and kernel name to use in systemd-boot. # If not specified here, these settings will be taken from branding.desc. diff --git a/app-misc/calamares-config-kogaion/files/modules/removeuser.conf b/app-misc/calamares-config-kogaion/files/modules/removeuser.conf index 748822da..82e03559 100644 --- a/app-misc/calamares-config-kogaion/files/modules/removeuser.conf +++ b/app-misc/calamares-config-kogaion/files/modules/removeuser.conf @@ -1,2 +1,2 @@ --- -username: kogaionuser +username: kogaion |