Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: radix-setup/scripts/setup
===================================================================
--- radix-setup/scripts/setup	(revision 346)
+++ radix-setup/scripts/setup	(revision 347)
@@ -454,6 +454,8 @@
 ${partition_table_type}
 w
 EOF
+
+  partprobe ${disk}
 }
 
 create_EFI_partition()
@@ -498,6 +500,8 @@
 EOF
   fi
 
+  partprobe ${disk}
+
   mkfs.fat -F 32 -n UEFI ${disk}${p}1  2>/dev/null 1>/dev/null
 }
 
@@ -610,6 +614,8 @@
 EOF
     fi
   fi
+
+  partprobe ${disk}
 }
 
 create_HOME_partition()
@@ -695,6 +701,8 @@
     swap_bytes=0
     swap_start_sector=0
   fi
+
+  partprobe ${disk}
 }
 
 create_SWAP_partition()
@@ -736,6 +744,8 @@
 EOF
     fi
   fi
+
+  partprobe ${disk}
 }
 
 umount_target_partitions()
@@ -785,6 +795,8 @@
     EXITSTATUS=20
     exit
   fi
+
+  partprobe ${disk}
 }
 
 ask_formatting()