Skip to content
forked from gokrazy/mkfs

gokrazy mkfs is a program to create an ext4 file system on the gokrazy perm partition

License

Notifications You must be signed in to change notification settings

youzuoyong/mkfs

 
 

Repository files navigation

gokrazy mkfs

This program is intended to be run on gokrazy only, where it will create an ext4 file system on the perm partition and then reboot your system. If /perm is already mounted, the program will exit without changing anything.

The gokrazy mkfs program includes a frozen copy of the mke2fs program from the e2fsprogs package from Debian.

Usage

You can either add this program to your gokrazy instance:

gok add github.com/gokrazy/mkfs

…or, if you want to run it only once without otherwise including it in your installation, you can use gok run:

git clone https://github.com/gokrazy/mkfs
cd mkfs
gok -i bakery run

About

gokrazy mkfs is a program to create an ext4 file system on the gokrazy perm partition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 75.0%
  • Dockerfile 19.8%
  • Makefile 5.2%