|
@@ -141,8 +141,8 @@ case $target {
|
|
|
if (( cf )); then
|
|
|
get_max_size /dev/sda
|
|
|
create_label /dev/sda
|
|
|
- create_partition /dev/sda ext2 1 8192
|
|
|
- create_partition /dev/sda ext2 8193 $rootsize
|
|
|
+ create_partition /dev/sda ext2 1 16384
|
|
|
+ create_partition /dev/sda ext2 16385 $rootsize
|
|
|
create_partition /dev/sda ext2 $(($rootsize+1)) $(($maxsize-1))
|
|
|
set_boot_flag /dev/sda 1
|
|
|
change_part_type /dev/sda 1 27
|