From 1a38a6d6a38614d476d50561907b564cfe31bef4 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 25 Mar 2021 23:43:10 -0600 Subject: [PATCH] Remove stale code --- setup/build_linux | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup/build_linux b/setup/build_linux index 0724fbe5..0bdde51e 100755 --- a/setup/build_linux +++ b/setup/build_linux @@ -150,12 +150,6 @@ function update_live_env() { mv "$TEMP_DIR/memtest86/help"/* "$PROFILE_DIR/EFI/memtest86"/ mv "$TEMP_DIR/memtest86/license.rtf" "$PROFILE_DIR/EFI/memtest86"/ - # build.sh - #if ! grep -iq 'wizardkit additions' "$PROFILE_DIR/build.sh"; then - # sed -i -r 's/^(run_once make_iso)$/# wizardkit additions\n\1/' "$PROFILE_DIR/build.sh" - # sed -i "/# wizardkit additions/r $ROOT_DIR/setup/linux/build_additions.txt" "$PROFILE_DIR/build.sh" - #fi - # Hostname echo "$hostname" > "$PROFILE_DIR/airootfs/etc/hostname" echo "127.0.1.1 $hostname.localdomain $hostname" >> "$PROFILE_DIR/airootfs/etc/hosts"