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
   206         kx #!/bin/sh
   206         kx 
   206         kx dd if=/dev/zero of=/dev/mmcblk2 bs=1M count=256
   206         kx 
   206         kx fdisk --wipe=always --wipe-partition=always /dev/mmcblk2 <<EOF
   206         kx n
   206         kx p
   206         kx 1
   206         kx 32768
   206         kx 
   206         kx a
   206         kx t
   206         kx 83
   206         kx p
   206         kx w
   206         kx EOF
   206         kx 
   206         kx mke2fs -t ext4 -L root0 -O 64bit /dev/mmcblk2p1