# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1373577963 -7200 # Node ID 83c4e0e9b86c4abb656317571778bafca78e4511 # Parent 62c8620b2151e3c592d2eba8867ae3b99d731b11 nicer output from install, correct destination in ith.cfg diff -r 62c8620b2151 -r 83c4e0e9b86c install --- a/install Thu Jul 11 23:25:42 2013 +0200 +++ b/install Thu Jul 11 23:26:03 2013 +0200 @@ -15,7 +15,7 @@ my $destination = (map { /->\s*(\S+)/ } grep { /# ->/ } <>)[0]; die "No destination for $file\n" if not $destination; - say "$file\n => $destination"; + say "$file => $destination"; system("scp", $file => $destination); die if $?; diff -r 62c8620b2151 -r 83c4e0e9b86c ith.cfg --- a/ith.cfg Thu Jul 11 23:25:42 2013 +0200 +++ b/ith.cfg Thu Jul 11 23:26:03 2013 +0200 @@ -1,5 +1,5 @@ # ITH mit LVM -# -> debian.schlittermann.de:~debian.schlittermann.de/htdocs/d-i/wheezy/com/preseed.cfg +# -> debian.schlittermann.de:~debian.schlittermann.de/htdocs/d-i/wheezy/ith/preseed.cfg d-i anna/choose_modules multiselect d-i anna/choose_modules_lowmem multiselect d-i anna/install_failed error