Merge pull request #78 from germag/fix-cat-redirection

Fix cat redirection
This commit is contained in:
Colin Walters 2023-11-29 09:51:00 -05:00 committed by GitHub
commit 0b0a2f3308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ postprocess:
- |
#!/usr/bin/env bash
mkdir -p /usr/lib/dracut/dracut.conf.d
cat > /usr/lib/dracut/dracut.conf.d/01-bootc-nohostonly.conf
cat > /usr/lib/dracut/dracut.conf.d/01-bootc-nohostonly.conf << 'EOF'
# We want a generic image; hostonly makes no sense as part of a server side build
hostonly=no
EOF