Simplify mkrootfs.sh.in

Previously this script could produce rootfs tarballs suitable for a
few different systems.  This worked but meant that several different
scripts were then building root filesystems instead of just using ones
produced by this script.  This commit cleans up the script to produce
just a root filesystem.  Note that this system is not bootable, that
still needs to be done by another script which processes platform
specific operations.  This script just produces a root filesystem for
every architecture that XBPS understands.
This commit is contained in:
Michael Aldridge
2017-08-08 21:55:49 -07:00
parent 1547ff40e6
commit a7ba42f7ec
2 changed files with 177 additions and 143 deletions

1
.gitignore vendored
View File

@@ -4,5 +4,6 @@
*.iso
*.raw
*.tar.gz
xbps-cache
xbps-cachedir*
!dracut/*/*.sh