Gentoo Archives: gentoo-user

From: "Norman Rieß" <norman@×××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Question about sfdisk
Date: Thu, 25 Jun 2009 23:18:40
Message-Id: 4A4405CD.1090609@smash-net.org
1 Hello,
2
3 i am trying to change the partitionlayout of a disk with sfdisk in a script.
4 Partitioning works fine. But now i want to leave a partition untouched.
5 So how can i "ignore" a certain partition?
6
7 With input like
8 ,,,
9 ,42000,7,*
10 ,148000,7,
11
12 or
13
14 ;
15 ,42000,7,*
16 ,148000,7,
17
18 the first line of course grabs all the space an the other lines raise an
19 error.
20
21 Regards
22 Norman