Changes between Version 2 and Version 3 of ventana/bootloader/falcon-mode
- Timestamp:
- 01/30/2019 07:22:43 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/bootloader/falcon-mode
v2 v3 146 146 printf "10,,L\n" | sudo sfdisk --in-order --no-reread -L -uM $DEV && sync 147 147 # format partition 148 sudo mkfs.ext4 - L root ${DEV}1148 sudo mkfs.ext4 -O ^64bit -L root ${DEV}1 149 149 # mount the partition 150 150 sudo udisks --mount ${DEV}1