Skip to content

Commit

Permalink
create_disk: Add a comment to the top of the script
Browse files Browse the repository at this point in the history
On general principle.
  • Loading branch information
cgwalters authored and jlebon committed Jul 12, 2019
1 parent 15aad82 commit 95073ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/create_disk.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#!/bin/sh
# This script is run in supermin to create a Fedora CoreOS style
# disk image, very much in the spirit of the original
# Container Linux (orig CoreOS) disk layout, although adapted
# for OSTree, and using XFS for /, among other things.
# Some more background in https://github.com/coreos/fedora-coreos-tracker/issues/18
# The layout is intentionally not very configurable at this time,
# although see also https://github.com/coreos/coreos-assembler/pull/298
# For people building "derived"/custom FCOS-like systems, feel free to file
# an issue and we can discuss configuration needs.
set -euo pipefail

if [ "$#" -ne 6 ]; then
Expand Down

0 comments on commit 95073ad

Please sign in to comment.