diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-24 15:40:59 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-24 15:40:59 +0000 |
| commit | 6d6350389aa3ec55d5882abb4b27146928f25c91 (patch) | |
| tree | d947971df48128ae0759b86284379535c5d79542 | |
| parent | 05742401238ce51e1ef0f840bc0c06b8c8e4ff33 (diff) | |
| download | lh-bootstrap-6d6350389aa3ec55d5882abb4b27146928f25c91.tar.gz | |
And one more fix
| -rwxr-xr-x | sub/layout/copylayout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/layout/copylayout b/sub/layout/copylayout index aebda10..478f74c 100755 --- a/sub/layout/copylayout +++ b/sub/layout/copylayout @@ -13,7 +13,7 @@ chown -R 0:0 $output/rootfs $output/rwfs $output/userfs buildtime=$(s6-clock) hostarch=$(s6-echo -- $TRIPLE | cut -f1 -d-) -sed -i -e "s/%%HOSTNAME%%/lh-$hostarch/g" $output/rootfs/etc/motd $output/rootfs/etc/issue.net $output/rootfs/root/.execline-shell $output/userfs/home/guest/.execline-shell $output/rootfs/etc/s6-rc/source-base/00/up +sed -i -e "s/%%HOSTNAME%%/lh-$hostarch/g" $output/rootfs/etc/motd $output/rootfs/etc/issue.net $output/rootfs/root/.execline-shell $output/userfs/home/guest/.execline-shell $output/rootfs/etc/s6-rc/source/00/up while read file user group perms ; do if eltest -n "$file" -a "$file" != "#" ; then |
