From 47d1d2b0f74ac35f1af64c28fa80416eb65981e6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 14 Oct 2007 22:12:53 -0500 Subject: Ensure the default config is copied into the ISO with correct perms Signed-off-by: Dan McGee --- mkarchiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkarchiso b/mkarchiso index cb314cb..c158ef9 100755 --- a/mkarchiso +++ b/mkarchiso @@ -134,7 +134,7 @@ if [ "${command_name}" = "install" -o "${command_name}" = "all" ]; then find "${instroot}/boot" -name *.img -delete echo "Applying default configuration for the Arch ISO" - cp -rfa ${DEF_CONFIG_DIR}/* "${instroot}" + cp -ra --remove-destination --no-preserve=ownership ${DEF_CONFIG_DIR}/* "${instroot}" echo "Copyright (C) 2007, Arch Linux (Judd Vinet)" > "${instroot}/etc/copyright" -- cgit v1.2.3-54-g00ecf