summaryrefslogtreecommitdiff
path: root/tests/runtime/automatic-lvm-dmcrypt-install-sda/profile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtime/automatic-lvm-dmcrypt-install-sda/profile')
-rw-r--r--tests/runtime/automatic-lvm-dmcrypt-install-sda/profile8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/runtime/automatic-lvm-dmcrypt-install-sda/profile b/tests/runtime/automatic-lvm-dmcrypt-install-sda/profile
index d7ef233..f59de0a 100644
--- a/tests/runtime/automatic-lvm-dmcrypt-install-sda/profile
+++ b/tests/runtime/automatic-lvm-dmcrypt-install-sda/profile
@@ -1,6 +1,3 @@
-phase_finish=(msg_report grub_hack)
-
-
SOURCE=cd
FILE_URL=file:///src/core/pkg
SYNC_URL=
@@ -17,11 +14,6 @@ worker_configure_system () {
sed -i 's/filesystems/usbinput keymap encrypt lvm2 filesystems/' $var_TARGET_DIR/etc/mkinitcpio.conf
}
-# aif code doesn't nicely update grub config automatically for lvm/dm_crypt systems yet, so we have to do it with this hack
-worker_grub_hack () {
- sed -i 's#root=/dev/sda.*#root=/dev/mapper/cryptpool-cryptroot cryptdevice=/dev/sda2:cryptpool ro#' $var_TARGET_DIR/boot/grub/menu.lst
-}
-
# These variables are mandatory
GRUB_DEVICE=/dev/sda