mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 06:17:08 +00:00
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
chroot chroot truncate -s 0 /etc/resolv.conf
|