Bug #2101
closedplatform directory duplicated on USB image
100%
Description
'boot/platform' and 'platform' have the same contents on the USB image, and aren't hardlinked. This adds at least 100M of extra baggage on the 151a images.
[trisk@kirin]% stat ./boot/platform/i86pc/boot_archive /mnt
File: `./boot/platform/i86pc/boot_archive'
Size: 50448026 Blocks: 98624 IO Block: 8192 regular file
Device: 1100001h/17825793d Inode: 2250 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2011-09-12 08:05:25.000000000 0400) Uid: ( 0/ root) Gid: ( 0/ root)
Modify: 2011-09-12 08:05:25.000000000 -0400
Change: 2011-09-12 08:15:58.680435000 -0400
[trisk@kirin]% stat ./platform/i86pc/boot_archive /mnt
File: `./platform/i86pc/boot_archive'
Size: 50448026 Blocks: 98624 IO Block: 8192 regular file
Device: 1100001h/17825793d Inode: 67281 Links: 1
Access: (0644/-rw-r--r-
Access: 2011-09-12 08:05:24.000000000 0400 1 root root 50448026 Sep 12 08:05 ./platform/i86pc/boot_archive
Modify: 2011-09-12 08:05:24.000000000 -0400
Change: 2011-09-12 08:16:13.228417000 -0400
[trisk@kirin]% ls -l ./platform/i86pc/boot_archive /mnt
-rw-r--r-
[trisk@kirin]% diff -ur boot/platform platform /mnt
[trisk@kirin]% du -sh platform /mnt
113M platform
Updated by Ken Mays almost 8 years ago
- Status changed from New to Closed
- Assignee deleted (
Jon Tibble) - % Done changed from 0 to 100
Reviewed for hipster updates for USB image and
driver/i86pc/platform@0.5.11,5.11-2014.1.1.14545:20140712T125302Z
No issues.