[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#465901: cryptroot remote unlocking on boot feature



On Fri, Feb 15, 2008 at 03:47:40PM +0100, debian@x.ray.net wrote:

> diff -rNc initramfs-tools.orig/mkinitramfs initramfs-tools/mkinitramfs

thanks haven't read it yet, but *please* send that it in with unified
format unified diffs are so much easier to read:

u .. unified
p .. function context

aka output
diff -pruN initramfs-tools.org/ initramfs-tools

if you want do yourself a favour of course you can clone the git repo
and use git for it aka:
(as root apt-get install git-core gitk git-email git-gui)
git clone git://git.debian.org/git/kernel/initramfs-tools.git
# add a new local branch
git checkout -b ssh
# see the diff
git diff
# hack + test + commit
git commit -a
# get the patches in mail format
git format-patch -M master
# send them over
git send-email --to maks@debian.org --cc 465901@bugs.debian.org 0001-ssh-subject.patch


i must say i'm not a big fan of shipping ssh in initramfs
enabled by default needed fixes in networking and such are of
course taken.

thanks



Reply to: