X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=src%2Frawhide-bootstrap;h=6729a6d416db357b92d8a29e4512609fd362592a;hp=ea2bbf028a9fb505a0121493bdf8c1faa06b7ed2;hb=b8be1b96db19decef6b6b1de6115aa7c5b50bb18;hpb=5cdbdc573680368aa149babf429aca72f22cc6b1 diff --git a/src/rawhide-bootstrap b/src/rawhide-bootstrap index ea2bbf0..6729a6d 100755 --- a/src/rawhide-bootstrap +++ b/src/rawhide-bootstrap @@ -77,8 +77,10 @@ while read -r key val;do EOH # Workaround coreutils: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199840 -mkdir -p $ROOT/bin +mkdir -p $ROOT/{bin,etc/rpm} cp -p /bin/{cat,rm} $ROOT/bin/ +cp -p /etc/rpm/platform $ROOT/etc/rpm/ +cp -p /etc/rpm/macros $ROOT/etc/rpm/ || echo May be missing # Prevent: # matchpathcon(/var/log/lastlog) failed: No such file or directory @@ -182,6 +184,7 @@ perl binutils hfsutils tcl +nash EOH ` mkdir -p $ROOT/var/lock/rpm