mirror of
https://github.com/rancher/os.git
synced 2025-09-04 00:04:25 +00:00
Add bootstrap phase to handle udev and auto-format
This commit is contained in:
5
scripts/dockerimages/scripts/auto-format.sh
Executable file
5
scripts/dockerimages/scripts/auto-format.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
exec mkfs.ext4 -L RANCHER_STATE $1
|
||||
fi
|
Reference in New Issue
Block a user