~cyphermox/partman-auto/merge-125ubuntu1

« back to all changes in this revision

Viewing changes to autopartition

  • Committer: Frans Pop
  • Date: 2007-12-05 20:18:51 UTC
  • mto: (408.4.1)
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: git-v1:6ae2f3bdad65a0cdc348e5aeeadaf68c6f86f21a
Move recipes.sh and auto-shared.sh (partman-auto) to ./lib/

r50355

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
3
. /lib/partman/lib/base.sh
4
 
. /lib/partman/recipes.sh
5
 
. /lib/partman/auto-shared.sh
 
4
. /lib/partman/lib/recipes.sh
 
5
. /lib/partman/lib/auto-shared.sh
6
6
 
7
7
dev=$1
8
8
cd $dev