~ubuntu-installer/kickseed/master

« back to all changes in this revision

Viewing changes to handlers/logvol.sh

  • Committer: Colin Watson
  • Date: 2007-06-18 19:54:40 UTC
  • Revision ID: git-v1:c27c0eb26909628a8b2ed28295d7cf1412acfbf0
[project @ Arch-1:colin.watson@canonical.com--2005%kickseed--mainline--0--patch-28]
Translate to shell so that kickseed can run in d-i's initrd.

Original author: Colin Watson <colin.watson@canonical.com>
Date: 2005-01-25 12:56:52+00:00

r47320

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
logvol_handler () {
 
4
        # TODO: possible but complex
 
5
        # TODO: <mountpoint> --vgname=name --size=size --name=name
 
6
        die "logvol not supported yet"
 
7
}