|
From: | James M. Leddy |
Subject: | luks testing and source deb pkg |
Date: | Tue, 01 Nov 2011 18:56:45 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 |
Hi,I've successfully tested the luks code in ubuntu using a modified grub2 package. You can test yourself if you're already using crypted root and separate /boot by rsying the /boot dev to the root filesyste, removing the /etc/fstab entry, and running:
# GRUB_CRYPTODISK_ENABLE=y grub-install --debug --modules=configfile --modules=gcry_sha1 --modules=gcry_sha256 --modules=fshelp --modules=biosdisk --modules=part_msdos --modules=linux --modules=ext2 --modules=help --modules=minicmd --modules=crypto --modules=cryptodisk --modules=gcry_rijndael --modules=luks /dev/sda
# GRUB_CRYPTODISK_ENABLE=y update-grub The merged source is available here: https://code.launchpad.net/~jm-leddy/+junk/grub-luks just do a : $ bzr branch lp:~jm-leddy/+junk/grub-luks $ cd grub-luks $ bzr builddeb
[Prev in Thread] | Current Thread | [Next in Thread] |