summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-31 17:11:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-31 17:11:13 +0200
commitaeb84dbae5ebe6b03df58f83f13f3cade7cee7c6 (patch)
treeb338b05c3f4236640f8d96960481dbf2bc5f0b73 /scripts/install.sh
parenteee3718f1ec72f689f3a241af008e985819826df (diff)
cfgfs fine tuning
- fix typo in last commit - use a special partition with type id 88 for x86 based machines - try to automatically find backend storage device for cfgfs, either partition with type x86 or mtd device with name cfgfs
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index eea8e54f1..ee45af031 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -149,6 +149,7 @@ let rootsize=$maxsize-1
$parted -s $1 unit cyl mkpartfs primary ext2 0 $rootsize
$parted -s $1 unit cyl mkpart primary fat32 $rootsize $maxsize
$parted -s $1 set 1 boot on
+$sfdisk --change-id $1 2 88
fi
if [ $? -eq 0 ];then