mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 14:48:25 +00:00
4 lines
84 B
Bash
Executable File
4 lines
84 B
Bash
Executable File
#!/bin/sh -e
|
|
chroot chroot rm /etc/resolv.conf
|
|
chroot chroot touch /etc/resolv.conf
|