File: s390-sysconfig-writer.post-base-installer

package info (click to toggle)
s390-sysconfig-writer 0.7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 36 kB
  • sloc: makefile: 5; sh: 3
file content (6 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

mkdir -p /target/etc/sysconfig/hardware
cp -a /etc/sysconfig/hardware/* /target/etc/sysconfig/hardware

apt-install sysconfig-hardware || true