From 9fc9e2a1a11b0edada38cb501fefe4f58aa414ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:36 +0200 Subject: Adding live-initramfs 1.87.2-1. --- scripts/casper-bottom/12fstab | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 scripts/casper-bottom/12fstab (limited to 'scripts/casper-bottom/12fstab') diff --git a/scripts/casper-bottom/12fstab b/scripts/casper-bottom/12fstab deleted file mode 100755 index 616216a..0000000 --- a/scripts/casper-bottom/12fstab +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -PREREQ="" -DESCRIPTION="Configuring fstab..." -FSTAB=/root/etc/fstab - -. /scripts/casper-functions - -prereqs() -{ - echo "$PREREQ" -} - -case $1 in -# get pre-requisites -prereqs) - prereqs - exit 0 - ;; -esac - -log_begin_msg "$DESCRIPTION" - -cat > $FSTAB <