Created
March 11, 2018 04:49
-
-
Save thetooth/c56f4c49337e5da4b64bc76596c2a113 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thetooth@alpine1 ~/a/scripts> sh mkimage.sh --tag edge \ | |
--outdir ~/iso \ | |
--arch x86_64 \ | |
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main \ | |
--profile standard | |
OK: 0 MiB in 0 packages | |
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | |
v3.7.0-2817-g2ce590a52d [http://dl-cdn.alpinelinux.org/alpine/edge/main] | |
OK: 5754 distinct packages available | |
>>> mkimage-x86_64: Building standard | |
>>> mkimage-x86_64: --> kernel x86_64 vanilla c9502bef9cb84bff1f6119ceea74039f703ff802 linux-vanilla linux-firmware xtables-addons-vanilla | |
Parallel mksquashfs: Using 6 processors | |
Creating 4.0 filesystem on /tmp/update-kernel.kCGAeG/boot/modloop-vanilla, block size 131072. | |
[==========================================================================================================================================================================================================================\] 5410/5410 100% | |
Exportable Squashfs 4.0 filesystem, xz compressed, data block size 131072 | |
compressed data, compressed metadata, compressed fragments, compressed xattrs | |
duplicates are removed | |
Filesystem size 75460.81 Kbytes (73.69 Mbytes) | |
26.88% of uncompressed filesystem size (280739.97 Kbytes) | |
Inode table size 39990 bytes (39.05 Kbytes) | |
24.16% of uncompressed inode table size (165490 bytes) | |
Directory table size 45952 bytes (44.88 Kbytes) | |
42.51% of uncompressed directory table size (108109 bytes) | |
Number of duplicate files found 149 | |
Number of inodes 4956 | |
Number of files 4132 | |
Number of fragments 875 | |
Number of symbolic links 0 | |
Number of device nodes 0 | |
Number of fifo nodes 0 | |
Number of socket nodes 0 | |
Number of directories 824 | |
Number of ids (unique uids + gids) 1 | |
Number of uids 1 | |
root (0) | |
Number of gids 1 | |
root (0) | |
cp: can't stat '/tmp/update-kernel.kCGAeG/root/boot/System.map': No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment