#!/bin/sh if [ -b /dev/mapper/live-rw ] && [ -d /updates ]; then info "Applying updates to live image..." mount -o bind /run $NEWROOT/run # avoid overwriting symlinks (e.g. /lib -> /usr/lib) with directories ( cd /updates find . -depth -type d | while read dir; do mkdir -p "$NEWROOT/$dir" done find . -depth \! -type d | while read file; do cp -a "$file" "$NEWROOT/$file" done ) umount $NEWROOT/run fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
apply-live-updates.sh | File | 492 B | 0755 |
|
checkisomd5@.service | File | 268 B | 0644 |
|
dmsquash-live-genrules.sh | File | 718 B | 0755 |
|
dmsquash-live-root.sh | File | 10.23 KB | 0755 |
|
dmsquash-liveiso-genrules.sh | File | 398 B | 0755 |
|
iso-scan.sh | File | 901 B | 0755 |
|
module-setup.sh | File | 1.17 KB | 0755 |
|
parse-dmsquash-live.sh | File | 1.65 KB | 0755 |
|
parse-iso-scan.sh | File | 309 B | 0755 |
|